aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add negative test for type of job's env optionJames McCoy2019-12-12
* os_getenvname_at_index: Handle Windows env vars whose name starts with =James McCoy2019-12-11
* Add os_getfullenv_size/os_copyfullenvJames McCoy2019-12-11
* jobstart now supports env/clear_envMatthieu Coudron2019-12-11
* API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes2019-12-02
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* log_init: call log_path_init (#11501)Daniel Hahler2019-12-02
* testdir/runnvim.sh: create messages file always (#11503)Daniel Hahler2019-12-02
* oldtest: support for running by filename (#11473)Daniel Hahler2019-12-02
* src/nvim/testdir/test_quickfix.vim: align with Vim (#11502)Daniel Hahler2019-12-02
* dictwatcher: fix use-after-free #11495erw72019-12-02
* API: rename nvim_source => nvim_execJustin M. Keyes2019-12-01
* API: nvim_source_outputVikram Pal2019-12-01
* API: nvim_source: fix multiline inputJustin M. Keyes2019-12-01
* API: nvim_source: save/restore script context #11159Vikram Pal2019-12-01
* API: nvim_sourceSiddhant Gupta2019-12-01
* Add vim.cmd as an alias for nvim_command (#11446)Ashkan Kiani2019-12-01
* Return nil instead of NIL for vim.env (#11486)Ashkan Kiani2019-12-01
* terminfo_is_bsd_console: fallback to falseDaniel Hahler2019-12-01
* vim-patch:8.1.2367: registers are not sufficiently tested (#11489)Jan Edmund Lazo2019-12-01
* vim-patch:8.1.2363: ml_get error when accessing Visual area in 'statusline'Jan Edmund Lazo2019-11-30
* vim-patch:8.1.2355: test with "man" fails on FreeBSDJan Edmund Lazo2019-11-30
* floatwin: show error if window is closed immediately #11476Justin M. Keyes2019-11-29
* vim-patch:8.1.2315: switchbuf=uselast #11480Daniel Hahler2019-11-29
* vim-patch:8.1.2017: cannot execute commands after closing cmdline window #11479Daniel Hahler2019-11-29
* win_line: Fix crash with 'rightleft' in :terminal #11460erw72019-11-28
* doc: fix typosBrian Wignall2019-11-27
* vim-patch:8.1.1268: map completion test fails in GUIJan Edmund Lazo2019-11-26
* vim-patch:8.1.1254: mapping completion contains dead codeJan Edmund Lazo2019-11-26
* vim-patch:8.1.1253: mapping completion test failsJan Edmund Lazo2019-11-26
* vim-patch:8.1.1252: not all mapping completion is testedJan Edmund Lazo2019-11-26
* vim-patch:8.1.2349: :lockvar and :unlockvar cannot be followed by "| endif"Jan Edmund Lazo2019-11-26
* vim-patch:8.1.2348: :const cannot be followed by "| endif"Jan Edmund Lazo2019-11-26
* vim-patch:8.1.2345: .cjs files are not recognized as JavascriptJan Edmund Lazo2019-11-26
* Merge pull request #11445 from bfredl/fcslcsBjörn Linse2019-11-26
|\
| * options: make 'fillchars' and 'listchars' global-localBjörn Linse2019-11-26
* | Merge pull request #11466 from bfredl/luaoptBjörn Linse2019-11-26
|\ \
| * | lua: make vim.wo and vim.bo used nested indexing for specified handleBjörn Linse2019-11-26
* | | cmake: enable exporting symbols from static libs againBjörn Linse2019-11-26
|/ /
* | UI: emit mouse_on/mouse_off on attach #11455Justin M. Keyes2019-11-25
* | [RFC] extmark: fix E315 in nvim_buf_set_extmark (#11449)notomo2019-11-25
* | doc + extmarks tweaks #11421Justin M. Keyes2019-11-25
* | vim-patch:8.1.0836: user completion test can fail on MS-WindowsJan Edmund Lazo2019-11-25
* | vim-patch:8.1.0223: completing shell command finds sub-directories in $PATHJan Edmund Lazo2019-11-25
* | vim-patch:8.1.1732: completion in cmdwin does not work for buffer-local commandsJan Edmund Lazo2019-11-24
* | Improve terminal close error message formatting (#11434)Ashkan Kiani2019-11-24
|\ \
| * | Fix terminal close error message formattingChuck2019-11-21
* | | vim-patch:8.1.0461: quickfix: change comment style #11453Jan Edmund Lazo2019-11-24
* | | Lua: vim.env, vim.{g,v,w,bo,wo} #11442Ashkan Kiani2019-11-24
| |/ |/|
* | vim-patch:8.1.1334: respect shortmess=F when buffer is hidden #11443Jan Edmund Lazo2019-11-23