aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | vim-patch:b0d45e7f5354Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/b0d45e7f5354375edd02afafde3bd37dac1515ff
| * | | | vim-patch:01164a6546b4Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Long overdue runtime update. https://github.com/vim/vim/commit/01164a6546b4c635daf96a1f17d1cb2d07f32a66
| * | | | vim-patch.sh: avoid creating *.orig filesJustin M. Keyes2017-11-07
| | | | |
| * | | | vim-patch.sh: remove vimrc_example.vimJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vimrc_example.vim is not relevant to Nvim. Anything worth having in there should be made an actual default. .gitignore: - remove *.orig ... super annoying
| * | | | vim-patch:24a98a0eb772Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/24a98a0eb77245adc50facad8b735b20bfd31a7e
| * | | | vim-patch: NAJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:2e6ab18729a6 Add back terminal.c https://github.com/vim/vim/commit/2e6ab18729a634f3223a92be318e98e87b572a7b vim-patch:8b21de33bb28 Missing part of 8.0.1131. https://github.com/vim/vim/commit/8b21de33bb288738c1445bc7241d3d5106124d66
| * | | | vim-patch:37c64c78fd87Justin M. Keyes2017-11-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Ignored changes to matchit.vim in favor of faca81411628. --- Update runtime files. https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb
* | | | Merge #7500 'vim-patch: runtime'Justin M. Keyes2017-11-07
|\ \ \ \
| * | | | vim-patch:c572da5f67aaJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325
| * | | | vim-patch:1ccd8fff8acfJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/1ccd8fff8acfbd5df0fc0e9b4d288af84e51233e
| * | | | vim-patch:f55e4c867f77Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968
| * | | | vim-patch:NAJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:b6e0ec6b71c4 Documentation updates. https://github.com/vim/vim/commit/b6e0ec6b71c45284d94f51728dbc33e5d3428ff4 vim-patch:59ee05b2f5d4 Switch travis back to precise temporarily https://github.com/vim/vim/commit/59ee05b2f5d44f624647ee474662cbe649c06988 vim-patch:bb543088a551 Remove ruby-dev from travis config. https://github.com/vim/vim/commit/bb543088a5517e0cccb78273f260923cab98caa9 vim-patch:d243a2a5efd9 Do not invoke rvm reset https://github.com/vim/vim/commit/d243a2a5efd9c48836f48657e91b9fb9426baece vim-patch:38ed1f5bea7d Do not run coverage with clang, currently fails. https://github.com/vim/vim/commit/38ed1f5bea7d2b1174d4843ac7a4b08ff2413bb9
| * | | | vim-patch:b6e0ec6b71c4Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation updates. https://github.com/vim/vim/commit/b6e0ec6b71c45284d94f51728dbc33e5d3428ff4
| * | | | vim-patch:bf92e3a3719fJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update translations. https://github.com/vim/vim/commit/bf92e3a3719f255dbb30102ceb618e0eac7c9497
* | | | | ui: remove ext_cmdline noise (#7486)Björn Linse2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | Only send cmdline contents once per ui_flush. Don't send extra redraws due to 'arshape', it makes no difference to external ui.
* | | | | Merge pull request #7496 from jamessan/windows-spellfile-fixJames McCoy2017-11-06
|\ \ \ \ \ | |/ / / / |/| | | | spellfile.vim: Search for a writable directory on Windows
| * | | | spellfile.vim: Search for a writable directory on WindowsJames McCoy2017-11-06
|/ / / / | | | | | | | | | | | | Fixes #6664 until #6272 is merged and sdtpath('data') can be used.
* | | | Merge #7499 'vim-patch: runtime'Justin M. Keyes2017-11-07
|\ \ \ \
| * | | | po: remove duplicate definitionsJustin M. Keyes2017-11-07
| | | | |
| * | | | health.vim: env var may be defined but empty #7498Justin M. Keyes2017-11-07
| | | | |
| * | | | vim-patch:74675a666b51Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files and translations. https://github.com/vim/vim/commit/74675a666b51edd61e0210132658d81a86c5102c
| * | | | vim-patch:3ec574f2b549Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. Includes changing &sw to shiftwidth() for all indent scripts. https://github.com/vim/vim/commit/3ec574f2b549f456f664f689d6da36dc5719aeb9
| * | | | vim-patch:6aa8cea46d41Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/6aa8cea46d4179b2617daae034063dd0d8054e35
| * | | | vim-patch:b4d6c3ea4a59Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/b4d6c3ea4a59c6d8d4e0e52120596866f0edd510
| * | | | vim-patch:0635ee682481Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runtime file updates https://github.com/vim/vim/commit/0635ee682481e2da0d39cd970b3cb573a1c12a17
| * | | | vim-patch:94237495c03fJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/94237495c03f919a60b262fdcd3861e1931fc45a
| * | | | vim-patch:cd5c8f825078Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/cd5c8f82507822467232ab71e1ebbaae19595916
| * | | | vim-patch:e0720cbf63ebJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/e0720cbf63eb3045be8d965e3182c0c392c7b5e9
| * | | | vim-patch:3c2881dc1195Justin M. Keyes2017-11-07
|/ / / / | | | | | | | | | | | | | | | | | | | | Update runtime files. Add Rust support. https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7
* | | | vim-patch.sh: new option `-P`Justin M. Keyes2017-11-07
| | | |
* | | | health.vim: show TUI-related env vars (#7498)Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | ref #7473 ref #7490
* | | | doc: deprecate 'highlight'; remove howto.txt (#7497)Justin M. Keyes2017-11-07
| | | |
* | | | Merge #7491 'vim-patch: runtime'Justin M. Keyes2017-11-06
|\ \ \ \
| * | | | vim-patch:036986f1507dJustin M. Keyes2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/036986f1507d223549d110af300144468bd3a1f7
| * | | | vim-patch:214641f77df6Justin M. Keyes2017-11-06
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runtime file updates. https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4 N/A: vim-patch:26a280c47a1c
* | | | eval/decode.c: Avoid NULL arg to memchr() #7332Adrian Neumann2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang complains because memchr has undefined behavior if the ptr is NULL, even if len==0. Helped-by: Nikolai Aleksandrovich Pavlov <kp-pav@yandex.ru>
* | | | Merge #7188 from justinmk/docJustin M. Keyes2017-11-06
|\ \ \ \ | | | | | | | | | | doc; minor runtime bug fixes
| * | | | doc: API (generated)Justin M. Keyes2017-11-06
| | | | |
| * | | | gen_api_vimdoc.py: workaround: attributes of (void) functionsJustin M. Keyes2017-11-06
| | | | |
| * | | | gen_api_vimdoc.py: support Doxygen @noteJustin M. Keyes2017-11-06
| | | | |
| * | | | doc: job-controlJustin M. Keyes2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #4266 closes #4746 ref https://github.com/neovim/neovim/issues/7058#issuecomment-317196803
| * | | | man.vim: allow other ex-commands after :ManJustin M. Keyes2017-11-06
| | | | |
| * | | | spellfile.vim: use :keeppatterns before :globalJustin M. Keyes2017-11-06
| | | | |
| * | | | doc: nvim_buf_add_highlight(): zero-indexed linesJustin M. Keyes2017-11-06
| | | | |
| * | | | docJustin M. Keyes2017-11-06
|/ / / /
* | | | 'inccommand': Fix matches for zero-width (#7487)KillTheMule2017-11-05
| | | | | | | | | | | | closes #7485
* | | | docs: correct cmdline_special_char documentation (#7475)Björn Linse2017-11-03
|/ / /
* | | test: server_spec: Tolerate missing protocol (#7478)James McCoy2017-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis disabled IPv6: [ RUN ] serverstart(), serverstop() parses endpoints correctly: FAIL ...build/neovim/neovim/test/functional/eval/server_spec.lua:83: Expected objects to be the same. Passed in: (table) { [1] = '127.0.0.1:12345' } Expected: (table) { [1] = '127.0.0.1:12345' *[2] = '::1:12345' } Change all tests to ensure a server was actually started before expecting it to be returned from serverlist().
* | | win/package: nvim-qt v0.2.8 (#7464)Justin M. Keyes2017-10-31
| | |
* | | Merge #7454 'ui: ext_wildmenu'Justin M. Keyes2017-10-31
|\ \ \ | | | | | | | | | | | | | | | | closes #6168 ref #5686