| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | | | | | | | | | | | | vim-patch:3ec574f2b549 | Justin M. Keyes | 2017-11-07 | |
| * | | | | | | | | | | | | | vim-patch:6aa8cea46d41 | Justin M. Keyes | 2017-11-07 | |
| * | | | | | | | | | | | | | doc: deprecate 'highlight'; remove howto.txt (#7497) | Justin M. Keyes | 2017-11-07 | |
| | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | eval/decode.c: Avoid NULL arg to memchr() #7332 | Adrian Neumann | 2017-11-06 | |
| * | | | | | | | | | | | | doc: API (generated) | 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 | |
| |/ / / / / / / / / / / | ||||
| * | | | | | | | | | | | Merge #7454 'ui: ext_wildmenu' | Justin M. Keyes | 2017-10-31 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | ui: allow external ui to draw wildmenu | Dongdong Zhou | 2017-10-29 | |
| * | | | | | | | | | | | | Merge #7315 "'inccommand': multiline, other fixes" | Justin M. Keyes | 2017-10-31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Remove superflous parameter from show_sub | KillTheMule | 2017-10-29 | |
| | * | | | | | | | | | | | | Fix highlighting conflict | KillTheMule | 2017-10-29 | |
| | * | | | | | | | | | | | | Clear highlight when there's no match | KillTheMule | 2017-10-29 | |
| | * | | | | | | | | | | | | Fix the last line in the preview buffer | KillTheMule | 2017-10-29 | |
| | * | | | | | | | | | | | | Remove pat/sub from show_sub | KillTheMule | 2017-10-29 | |
| | * | | | | | | | | | | | | Lint | KillTheMule | 2017-10-29 | |
| | * | | | | | | | | | | | | Inccommand: Multiline substitutions, highlighting, multibyte. | KillTheMule | 2017-10-29 | |
| | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | pvs/V575: false positive (#7462) | Justin M. Keyes | 2017-10-30 | |
| * | | | | | | | | | | | | eval_clear: free profile data | Justin M. Keyes | 2017-10-30 | |
| * | | | | | | | | | | | | vim-patch:8.0.1207 | Justin M. Keyes | 2017-10-29 | |
| |/ / / / / / / / / / / | ||||
| * | | | | | | | | | | | Merge #7444 'vim-patch: test :profile' | Justin M. Keyes | 2017-10-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | vim-patch:8.0.0944 | Justin M. Keyes | 2017-10-29 | |
| | * | | | | | | | | | | fix TEST_FILE=test_profile.res make oldtest failed | ckelsel | 2017-10-27 | |
| | * | | | | | | | | | | vim-patch:8.0.0196 | ckelsel | 2017-10-27 | |
| | * | | | | | | | | | | vim-patch:8.0.0194 | ckelsel | 2017-10-27 | |
| | * | | | | | | | | | | vim-patch:8.0.0189 | ckelsel | 2017-10-27 | |
| * | | | | | | | | | | | rpc: Don't delay notifications when request is pending (#6544) | Björn Linse | 2017-10-29 | |
| * | | | | | | | | | | | Merge #7173 'api/ui: externalize cmdline' | Justin M. Keyes | 2017-10-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | doc/ui.txt | Justin M. Keyes | 2017-10-29 | |
| | * | | | | | | | | | | | ext_cmdline: fix inputsecret() | Björn Linse | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: interact with cmdline window | Björn Linse | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: implement redraw! | Björn Linse | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: turn nested cmdlines into a linked list | Björn Linse | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: rename cmdline_char to cmdline_special_char | Björn Linse | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: extend "function" to generic "block" mechanism | Björn Linse | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: disable some redraws | Björn Linse | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: add support for highlighting | Björn Linse | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: lint | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: added indent | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: Add function block support | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: added cmdline level | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: change to use ui_call | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: fix firstc, change cmdline_leave to cmdline_hide | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: change the content format | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: use standard external ui functions | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: lint | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: add tests | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: Added cmdline prompt | Dongdong Zhou | 2017-10-26 | |
| | * | | | | | | | | | | | ext_cmdline: allow external ui to draw cmdline | Dongdong Zhou | 2017-10-26 | |
| | |/ / / / / / / / / / | ||||