Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | Merge #7454 'ui: ext_wildmenu' | Justin M. Keyes | 2017-10-31 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #6168 ref #5686 | |||
| | * | | | | | | | 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 | |
| | | | | | | | | ||||
| | * | | | | | | Adjust tests for new highlighting. | KillTheMule | 2017-10-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also extend an old test to show of the new way. | |||
| | * | | | | | | Test for clearing the highlight | 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. | |||
| | * | | | | | | Move tests into original file, lint, and add a test | KillTheMule | 2017-10-29 | |
| | | | | | | | | ||||
| | * | | | | | | Fix old inccomand tests, and add more for the new functionality. | KillTheMule | 2017-10-29 | |
| |/ / / / / / | ||||
| * | | | | | | rpc: Don't delay notifications when request is pending (#6544) | Björn Linse | 2017-10-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the old behavior, if a GUI makes a blocking request that requires user interaction (like nvim_input()), it would not get any screen updates. The client, not nvim, should decide how to handle notifications during a pending request. If an rplugin wants to avoid async calls while a sync call is busy, it likely wants to avoid processing async calls while another async call also is handled as well. This may break the expectation of some existing rplugins. For compatibility, remote/define.vim reimplements the old behavior. Clients can opt-out by specifying `sync=urgent`. - Legacy hosts should be updated to use `sync=urgent`. They could add a flag indicating which async methods are always safe to call and which must wait until the main loop returns. - New hosts can expose the full asyncness, they don't need to offer both behaviors. ref #6532 ref #1398 d83868fe9071af1b4866594eac12f7aa0fa71b53 | |||
| * | | | | | | test/win: partially disable :terminal resize test (#7453) | Justin M. Keyes | 2017-10-29 | |
| | | | | | | | ||||
| * | | | | | | Merge #7173 'api/ui: externalize cmdline' | Justin M. Keyes | 2017-10-29 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | closes #6162 | |||
| | * | | | | | | test: ui/cmdline_spec.lua: enable on Windows | 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: restructure and improve tests | 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: add support for highlighting | Björn Linse | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add cchar_to_string | |||
| | * | | | | | | 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 | |
| | | | | | | | | ||||
| * | | | | | | | Merge #7440 "terminal: adjust for 'number'" | Justin M. Keyes | 2017-10-28 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #5310 | |||
| | * | | | | | | | test: :terminal + numberwidth=9 | Justin M. Keyes | 2017-10-28 | |
| | | | | | | | | | ||||
| | * | | | | | | | terminal: Account for number column (#5310) | Sam Wilson | 2017-10-27 | |
| | |/ / / / / / | ||||
| * / / / / / / | test: ctrl_c_spec: bias timeouts for success (#7451) | Matthew Malcomson | 2017-10-28 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having timeouts that are likely to fail incurs a penalty of waiting for screen:expect() to fail, hence removing such small timeouts will speed up the test on average. | |||
| * | | | | | | inccommand: Ignore leading modifiers in the command | James McCoy | 2017-10-24 | |
| | | | | | | | ||||
| * | | | | | | Merge #7430 'Ignore virtcols after 32000' | Justin M. Keyes | 2017-10-22 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | test: tabstop=<big-number> #2838 | Justin M. Keyes | 2017-10-22 | |
| | | | | | | | | ||||
| * | | | | | | | Merge #7165 'lua: Move stricmp to vim module' | Justin M. Keyes | 2017-10-22 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| | * | | | | | | lua/executor: Fix crash when first string contains NUL and second not | ZyX | 2017-08-15 | |
| | | | | | | | | ||||
| | * | | | | | | lua/executor: Move stricmp to vim “module” and document it | ZyX | 2017-08-15 | |
| | | | | | | | | ||||
| | * | | | | | | functests: Add test for stricmp | ZyX | 2017-08-15 | |
| | | | | | | | | ||||
| * | | | | | | | :cquit : take an error code argument #7336 | Josh Leeb-du Toit | 2017-10-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #2699 ex_cmds.lua: use flags consistent with similar commands such as `cnext`. upstream discussion: "[patch] :qcuit can take exit code" https://groups.google.com/d/msg/vim_dev/_PjyNbUKyRc/oPgr5_ZXc6AJ | |||
| * | | | | | | | bufhl: support creating new groups | Björn Linse | 2017-10-19 | |
| | | | | | | | | ||||
| * | | | | | | | :checkhealth : validate $VIM | Justin M. Keyes | 2017-10-17 | |
| | | | | | | | | ||||
| * | | | | | | | doc: replace ":CheckHealth" with ":checkhealth" | Justin M. Keyes | 2017-10-17 | |
| | | | | | | | | ||||
| * | | | | | | | ex-cmds: :checkhealth | Justin M. Keyes | 2017-10-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Built-in `:checkhealth` checks for valid $VIMRUNTIME by attempting to autoload `health#check()`. closes #2977 closes #3159 | |||
| * | | | | | | | test: avoid redundant clear() #7340 | Justin M. Keyes | 2017-10-16 | |
| | | | | | | | | ||||
| * | | | | | | | Merge #7340 'menu_get: print keycodes' | Justin M. Keyes | 2017-10-16 | |
| |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | More tests | KillTheMule | 2017-10-02 | |
| | | | | | | | | | ||||
| | * | | | | | | | menu_get: adjust tests for prettyprinting | KillTheMule | 2017-10-01 | |
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ... and add a bit of new testing | |||
| * | | | | | | | syntax: 'cursorline': revert priority change (#7400) | Justin M. Keyes | 2017-10-16 | |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ref #7383 reverts d1874ab2821d076397290cc154d87ec2dc352c79 ref #6380 | |||
| * | | | | | | ops: save and restore clipboard batch status when entering cmdline window | Björn Linse | 2017-10-15 | |
| | | | | | | |