Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Stabilize float format and %e in format_luav and format_string | ZyX | 2017-11-19 |
| | |||
* | ex_getln: Fix memory leak in color_expr_cmdline | ZyX | 2017-11-19 |
| | |||
* | *: Fix linter errors | ZyX | 2017-11-19 |
| | |||
* | tests: Use single test file for unit and functional parser tests | ZyX | 2017-11-19 |
| | |||
* | functests: Fix ui/cmdline test | ZyX | 2017-11-19 |
| | |||
* | charset: Add missing include needed for vim_str2nr | ZyX | 2017-11-19 |
| | |||
* | viml/parser/expressions,unittests: Do better testing, fix found issues | ZyX | 2017-11-19 |
| | |||
* | unittests,viml/parser/expressions: Start adding asgn parsing tests | ZyX | 2017-11-13 |
| | |||
* | unittests: Fix automatic test case generation | ZyX | 2017-11-13 |
| | |||
* | unittests,syntax: Check for sanity of highlight_init_cmdline | ZyX | 2017-11-13 |
| | | | | Also fixes some errors found. | ||
* | unittests: Add some more edge test cases | ZyX | 2017-11-12 |
| | |||
* | viml/parser/expressions: Add support for parsing assignments | ZyX | 2017-11-12 |
| | |||
* | viml/parser/expressions: Replace lambda-specific WantedNode entries | ZyX | 2017-11-12 |
| | | | | | This way code will be easier to adapt to handling (partially) non-expressions like :let lvalue part or :function definitions, and that would be needed in the future both for proper completion support and for the Ex commands parser. | ||
* | unittests: Add a way to show some custom messages only when crashed | ZyX | 2017-11-11 |
| | |||
* | *: Fix linter errors | ZyX | 2017-11-06 |
| | |||
* | Merge branch 'master' into expression-parser | ZyX | 2017-11-06 |
|\ | |||
| * | Merge #7491 'vim-patch: runtime' | Justin M. Keyes | 2017-11-06 |
| |\ | |||
| | * | vim-patch:036986f1507d | Justin M. Keyes | 2017-11-06 |
| | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/036986f1507d223549d110af300144468bd3a1f7 | ||
| | * | vim-patch:214641f77df6 | Justin M. Keyes | 2017-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() #7332 | Adrian Neumann | 2017-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/doc | Justin M. Keyes | 2017-11-06 |
| |\ | | | | | | | doc; minor runtime bug fixes | ||
| | * | doc: API (generated) | Justin M. Keyes | 2017-11-06 |
| | | | |||
| | * | gen_api_vimdoc.py: workaround: attributes of (void) functions | Justin M. Keyes | 2017-11-06 |
| | | | |||
| | * | gen_api_vimdoc.py: support Doxygen @note | Justin M. Keyes | 2017-11-06 |
| | | | |||
| | * | doc: job-control | Justin M. Keyes | 2017-11-06 |
| | | | | | | | | | | | | | | | | | | closes #4266 closes #4746 ref https://github.com/neovim/neovim/issues/7058#issuecomment-317196803 | ||
| | * | man.vim: allow other ex-commands after :Man | Justin M. Keyes | 2017-11-06 |
| | | | |||
| | * | spellfile.vim: use :keeppatterns before :global | Justin M. Keyes | 2017-11-06 |
| | | | |||
| | * | doc: nvim_buf_add_highlight(): zero-indexed lines | Justin M. Keyes | 2017-11-06 |
| | | | |||
| | * | doc | Justin M. Keyes | 2017-11-06 |
| |/ | |||
| * | 'inccommand': Fix matches for zero-width (#7487) | KillTheMule | 2017-11-05 |
| | | | | | | closes #7485 | ||
| * | docs: correct cmdline_special_char documentation (#7475) | Björn Linse | 2017-11-03 |
| | | |||
| * | test: server_spec: Tolerate missing protocol (#7478) | James McCoy | 2017-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. Keyes | 2017-10-31 |
| | | |||
| * | Merge #7454 'ui: ext_wildmenu' | Justin M. Keyes | 2017-10-31 |
| |\ | | | | | | | | | | | | | closes #6168 ref #5686 | ||
| | * | doc: ui.txt | Björn Linse | 2017-10-29 |
| | | | |||
| | * | ui: allow external ui to draw wildmenu | Dongdong Zhou | 2017-10-29 |
| | | | | | | | | | | | | | | | Co-authored-by: Björn Linse <bjorn.linse@gmail.com> Updated docs and tests. | ||
| * | | Merge #7315 "'inccommand': multiline, other fixes" | Justin M. Keyes | 2017-10-31 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | closes #5589 closes #5590 closes #5598 closes #5608 | ||
| | * | | Fix cmd modifier tests for the new highlight | KillTheMule | 2017-10-29 |
| | | | | |||
| | * | | Remove superflous parameter from show_sub | KillTheMule | 2017-10-29 |
| | | | | |||
| | * | | Adjust tests for new highlighting. | KillTheMule | 2017-10-29 |
| | | | | | | | | | | | | | | | | Also extend an old test to show of the new way. | ||
| | * | | Fix highlighting conflict | KillTheMule | 2017-10-29 |
| | | | | |||
| | * | | Test for clearing the highlight | KillTheMule | 2017-10-29 |
| | | | | |||
| | * | | Clear highlight when there's no match | KillTheMule | 2017-10-29 |
| | | | | |||
| | * | | Adjust tests for the new preview window | KillTheMule | 2017-10-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... that does not have that superflous last line. Also, remove some indeterminism for the freebsd64 tests. Partially, those were suggested by the tests themselves, while successfull. Some of them were added after some testing because the lookaround test would fail on freebsd64 only. | ||
| | * | | Fix the last line in the preview buffer | KillTheMule | 2017-10-29 |
| | | | | | | | | | | | | | | | | It would always show an empty line at the end that didn't belong. | ||
| | * | | Remove pat/sub from show_sub | KillTheMule | 2017-10-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | They were only used to not show the preview window when typing "s/" or "s//" only, in which case the previous pattern would be reused. Now the window is shown in that case. | ||
| | * | | Move tests into original file, lint, and add a test | KillTheMule | 2017-10-29 |
| | | | | |||
| | * | | Lint | KillTheMule | 2017-10-29 |
| | | | | |||
| | * | | Fix old inccomand tests, and add more for the new functionality. | KillTheMule | 2017-10-29 |
| | | | | |||
| | * | | Inccommand: Multiline substitutions, highlighting, multibyte. | KillTheMule | 2017-10-29 |
| | | | | | | | | | | | | | | | | | | | | Make inccomand work with multiline patterns and substitutions. Also care for proper highlighting and multibyte characters. |