Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | 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: restructure and improve tests | Björn Linse | 2017-10-26 | |
| | | | | | | ||||
| * | | | | | ext_cmdline: documentation | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | add cchar_to_string | |||
| * | | | | | 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 | |
| |/ / / / | ||||
* | | | | | vim-patch:8.0.0206 (#7446) | KunMing Xie | 2017-10-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test coverage for :retab insufficient. Solution: Add test for :retab. (Dominique Pelle, closes vim/vim#1391) https://github.com/vim/vim/commit/8822744b4d9d40aa1fd59870a8bdd7c64c59a42b | |||
* | | | | | 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. | |||
* | | | | | doc: debian badge | Justin M. Keyes | 2017-10-27 | |
|/ / / / | ||||
* | | | | Merge pull request #6967 from jamessan/icm-skip-modifiers | James McCoy | 2017-10-24 | |
|\ \ \ \ | | | | | | | | | | | inccommand: Ignore leading modifiers in the command | |||
| * | | | | inccommand: Ignore leading modifiers in the command | James McCoy | 2017-10-24 | |
| | | | | | ||||
* | | | | | :version : show Lua[Jit] version (#7436) | Justin M. Keyes | 2017-10-24 | |
|/ / / / | | | | | | | | | Also remove vestigial `extra_patches` code. | |||
* | | | | Merge #7430 'Ignore virtcols after 32000' | Justin M. Keyes | 2017-10-22 | |
|\ \ \ \ | ||||
| * | | | | test: tabstop=<big-number> #2838 | Justin M. Keyes | 2017-10-22 | |
| | | | | | ||||
| * | | | | plines_win_nofold(): Ignore virtcols after 32000th computation #3527 | Victor Adam | 2017-10-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid crashing or hanging when editing a file than contains ludicrously long lines (more than 100,000,000 virtual columns). The change is in plines_win_nofold, which is called by wrapping and folding code. As a result, wrapping and folding may be done incorrectly when the UI is capable of rendering more than 32000 characters at a time (tiny font). fixes #2838 | |||
* | | | | | Merge #7165 'lua: Move stricmp to vim module' | Justin M. Keyes | 2017-10-22 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | doc: Describe everything what is in `vim` lua “module” | ZyX | 2017-08-16 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||
| * | | | | 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 | |
| | | | | | ||||
| * | | | | lua/executor: Make stricmp function work with strings with NULs | 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 | |||
* | | | | | vim-patch:8.0.0140 (#7428) | KunMing Xie | 2017-10-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Pasting inserted text in Visual mode does not work properly. (Matthew Malcomson) Solution: Stop Visual mode before stuffing the inserted text. (Christian Brabandt, from neovim #5709) https://github.com/vim/vim/commit/f8eb9c51e5bbd10e59c9b1247f8f6c7f5b77ccd0 | |||
* | | | | | Merge #7420 'vim-patch:8.0.0962, 8.0.1019' | Justin M. Keyes | 2017-10-21 | |
|\ \ \ \ \ | ||||
| * | | | | | vim-patch:8.0.1019 | Justin M. Keyes | 2017-10-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Pasting in virtual edit happens in the wrong place. Solution: Do not adjust coladd when after the end of the line (closes vim/vim#2015) https://github.com/vim/vim/commit/d41babef89a50cdf165f15bc1834c0a4e89ffff8 | |||
| * | | | | | vim-patch:8.0.0962 | Justin M. Keyes | 2017-10-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #6726 Problem: Crash with virtualedit and joining lines. (Joshua T Corbin, Neovim #6726) Solution: When using a mark check that coladd is valid. https://github.com/vim/vim/commit/9aa156912867c05e0a6480925afe11c590378f09 | |||
* | | | | | | Merge #7030 'refactor/single-include' | Justin M. Keyes | 2017-10-21 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ref #5321 | |||
| * | | | | | | lint | relnod | 2017-10-19 | |
| | | | | | | | ||||
| * | | | | | | refactor/single-include: undo.h | relnod | 2017-10-19 | |
| | | | | | | | ||||
| * | | | | | | refactor/single-include: undo_defs.h | relnod | 2017-10-19 | |
| | | | | | | | ||||
| * | | | | | | refactor/single-include: syntax_defs.h | relnod | 2017-10-19 | |
| | | | | | | | ||||
| * | | | | | | refactor/single-include: regexp_defs.h | relnod | 2017-10-19 | |
| | | | | | | |