aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | Merge #9003 'vim-patch:8.0.1372'Justin M. Keyes2019-03-09
|\ \ \
| * | | vim-patch:8.0.1372: profile log may be truncated halfway a characterJan Edmund Lazo2019-03-08
* | | | floating-window: fix crash setting cmdheight #9685erw72019-03-09
|/ / /
* | | Merge #9662 'vim-patch:8.0.{0643-0646}'Justin M. Keyes2019-03-08
|\ \ \
| * | | lint: fix coding styleBilly Su2019-03-08
| * | | vim-patch:8.0.0646: the hlsearch test fails on fast systemsBilly Su2019-03-08
| * | | vim-patch:8.0.0645: no error for illegal back reference in NFA engineBilly Su2019-03-07
| * | | vim-patch:8.0.0644: the timeout for 'hlsearch' is not testedBilly Su2019-03-07
| * | | vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
* | | | vim-patch:8.1.0826: too many #ifdefsJan Edmund Lazo2019-03-08
* | | | oldtests: set shellslash in Test_true_false_arg()Jan Edmund Lazo2019-03-08
* | | | oldtests: set shellslash in Test_shellescape()Jan Edmund Lazo2019-03-08
* | | | vim-patch:8.1.0739: text objects in not sufficiently testedJan Edmund Lazo2019-03-07
* | | | vim-patch:8.1.0998: getcurpos() unexpectedly changes "curswant"Jan Edmund Lazo2019-03-07
|/ / /
* | | vim-patch:8.1.0935: old regexp engine may use invalid buffer #9692Jan Edmund Lazo2019-03-07
* | | tui_tk_ti_getstr: handle weird value #9688Boskovits2019-03-07
| |/ |/|
* | PVS/V560: window.c: fix always true condition #9682Billy SU2019-03-05
* | Merge #9679 from janlazo/vim-8.1.0891Justin M. Keyes2019-03-05
|\ \
| * | vim-patch:8.1.0875: not all errors of marks and findfile()/finddir() are testedJan Edmund Lazo2019-03-05
| * | vim-patch:8.1.0891: substitute command inssuficiently testedJan Edmund Lazo2019-03-05
| |/
* | Merge pull request #9674 from bfredl/bufapi-fixBjörn Linse2019-03-05
|\ \ | |/ |/|
| * buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* | PVS/V501: ui_compositor.c: identical sub-expressions #9673Billy SU2019-03-05
|/
* edit.c: Disable indent during completionlePerdu2019-03-03
* Merge pull request #9667 from bfredl/wincloseBjörn Linse2019-03-03
|\
| * api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* | test: multibyte env var names #9655Justin M. Keyes2019-03-03
* | os/env: Fix completion of multibyte env var nameserw72019-03-03
* | vim-patch:8.1.0971: failure to select quoted text obj moves cursor #9658Pierre2019-03-03
|/
* Merge pull request #6619 from bfredl/floatingBjörn Linse2019-03-02
|\
| * floats: implement floating windowsBjörn Linse2019-03-02
* | ops.c: do_join expects `count` of 2 or greater #6855Zach Gleason2019-03-02
* | search.c: remove dead code #5307Justin M. Keyes2019-03-02
* | cleanup: remove legacy `enc_dbcs` global #9660Justin M. Keyes2019-03-02
* | screen.c: remove dead code #6609Justin M. Keyes2019-03-02
|/
* API/buffer-updates: always detach on buf-reload #9643KillTheMule2019-03-01
* os: remove uv_translate_sys_error impl #9652Justin M. Keyes2019-03-01
* Merge #9653 from justinmk/vim-8.1.0985Justin M. Keyes2019-03-01
|\
| * vim-patch:8.1.0973: pattern with syntax error gives threee error messagesJustin M. Keyes2019-03-01
| * vim-patch:8.1.0965: search test failsJustin M. Keyes2019-03-01
| * vim-patch:8.1.0963: illegal memory access when using 'incsearch'Justin M. Keyes2019-03-01
| * vim-patch:8.1.0968: crash when using search pattern \%Ufffffc23Justin M. Keyes2019-03-01
| * vim-patch:8.1.0985: crash with large number in regexpJustin M. Keyes2019-02-28
* | clint: check env functionsJustin M. Keyes2019-02-28
* | os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* | os_getenv, os_setenv: revert "widechar" implJustin M. Keyes2019-02-26
* | win: os_getenv(): use _wgetenv()Justin M. Keyes2019-02-25
* | utf16_to_utf8: minor fixesJustin M. Keyes2019-02-25
* | os_setenv: use _wputenv_s; remove vestigial code #7920Justin M. Keyes2019-02-25
|/
* TUI: do not resize host-terminal on startup (#9645)Justin M. Keyes2019-02-25