| Commit message (Expand) | Author | Age |
| ... | |
| * | | | tests: fix flaky 'scrollback' option deletes lines (only) if necessary (#11003) | Daniel Hahler | 2019-09-16 |
| * | | | server_requests_spec: fix assertion, pass Lua paths via args (#10875) | Daniel Hahler | 2019-09-16 |
| * | | | release.sh [ci skip] | Justin M. Keyes | 2019-09-15 |
| * | | | nvim.appdata.xml [ci skip] | Justin M. Keyes | 2019-09-15 |
| * | | | CI/AppVeyor: revert whitelist | Justin M. Keyes | 2019-09-15 |
| * | | | fix api_level_6.mpack | Justin M. Keyes | 2019-09-15 |
| * | | | nvim.appdata.xml [ci skip] | Justin M. Keyes | 2019-09-15 |
| * | | | release.sh [ci skip] | Justin M. Keyes | 2019-09-15 |
| * | | | version bump | Justin M. Keyes | 2019-09-15 |
| | | * | fs: Ensure FileInfo struct is initialized | James McCoy | 2020-07-31 |
| | |/ |
|
| | * | libcallnr: Use int, not int64_t, as the return type for Vim compat | James McCoy | 2019-12-15 |
| |/ |
|
| * | NVIM v0.4.0v0.4.0 | Justin M. Keyes | 2019-09-15 |
| * | Merge pull request #11025 from bfredl/doublescroll | Björn Linse | 2019-09-15 |
| |\ |
|
| | * | compositor: avoid transmitting invalid lines on double scroll | Björn Linse | 2019-09-15 |
| * | | Merge pull request #11026 from janlazo/vim-8.1.0220 | Daniel Hahler | 2019-09-15 |
| |\ \
| |/
|/| |
|
| | * | test/old: detect user modules for python,ruby | Jan Edmund Lazo | 2019-09-15 |
| | * | vim-patch:8.1.0220: Ruby converts v:true and v:false to a number | Jan Edmund Lazo | 2019-09-15 |
| |/ |
|
| * | Merge #11021 from justinmk/ctx-rename-buflist | Justin M. Keyes | 2019-09-14 |
| |\ |
|
| | * | Context: rename "buflist" => "bufs" | Justin M. Keyes | 2019-09-14 |
| | * | API: nvim_get_context: "opts" param | Justin M. Keyes | 2019-09-14 |
| |/ |
|
| * | release.sh: bump nvim.appdata.xml | Justin M. Keyes | 2019-09-14 |
| * | Merge #11020 from janlazo/vim-8.1.0289 | Justin M. Keyes | 2019-09-14 |
| |\ |
|
| | * | test/old: skip python-bindeval tests | Jan Edmund Lazo | 2019-09-14 |
| | * | vim-patch:8.1.0212: preferred cursor column not set in interfaces | Jan Edmund Lazo | 2019-09-14 |
| | * | ci/travis: install pynvim outside of $HOME | Jan Edmund Lazo | 2019-09-14 |
| | * | test/old: skip failing ruby tests | Jan Edmund Lazo | 2019-09-14 |
| | * | vim-patch:8.0.1448: segfault with exception inside :rubyfile command | Jan Edmund Lazo | 2019-09-14 |
| | * | vim-patch:8.0.1134: superfluous call to syn_get_final_id() | Jan Edmund Lazo | 2019-09-14 |
| | * | vim-patch:8.1.2028: options test script does not work | Jan Edmund Lazo | 2019-09-14 |
| | * | vim-patch:8.1.0289: cursor moves to wrong column after quickfix jump | Jan Edmund Lazo | 2019-09-14 |
| * | | autocmds: TermEnter, TermLeave #8550 | Usama Hameed | 2019-09-14 |
| |/ |
|
| * | vim-patch:8.1.2023: no test for synIDattr() returning "strikethrough" (#11018) | Daniel Hahler | 2019-09-14 |
| * | Merge #11015 from justinmk/getdigits | Justin M. Keyes | 2019-09-13 |
| |\ |
|
| | * | lint | Justin M. Keyes | 2019-09-13 |
| | * | getdigits: introduce `strict`, `def` parameters | Justin M. Keyes | 2019-09-13 |
| | * | rename: getdigits_safe => try_getdigits | Justin M. Keyes | 2019-09-13 |
| |/ |
|
| * | vim-patch:8.1.0719: too many #ifdefs [ci skip] #11016 | Jan Edmund Lazo | 2019-09-13 |
| * | vim-patch:8.1.2026: possibly using uninitialized memory #11013 | Jan Edmund Lazo | 2019-09-13 |
| * | test: fix failure on Windows (allow ".exe") | Justin M. Keyes | 2019-09-13 |
| * | win/dist: nvim-qt v0.2.14 #11008 | Justin M. Keyes | 2019-09-13 |
| * | startup: fail if --embed with -es/-Es #10753 | glacambre | 2019-09-13 |
| * | syntax, TUI: support "strikethrough" | Jaskaran Singh | 2019-09-13 |
| * | Merge #11007 from janlazo/vim-8.0.1772 | Justin M. Keyes | 2019-09-13 |
| |\ |
|
| | * | vim-patch:8.1.0267: no good check if restoring quickfix list worked | Jan Edmund Lazo | 2019-09-13 |
| | * | vim-patch:8.1.0261: Coverity complains about a negative array index | Jan Edmund Lazo | 2019-09-13 |
| | * | vim-patch:8.1.0259: no test for fixed quickfix issue | Jan Edmund Lazo | 2019-09-13 |
| | * | vim-patch:8.1.0248: duplicated quickfix code | Jan Edmund Lazo | 2019-09-13 |
| | * | vim-patch:8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1 | Jan Edmund Lazo | 2019-09-13 |
| |/ |
|
| * | Merge #6917 'UIEnter, UILeave' | Justin M. Keyes | 2019-09-12 |
| |\ |
|
| | * | UIEnter/UILeave: fire for embedder UI, builtin TUI | Justin M. Keyes | 2019-09-12 |