Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: improve test conventions | dundargoc | 2024-04-08 |
| | | | | Work on https://github.com/neovim/neovim/issues/27004. | ||
* | test: correct order of arguments to eq() (#27816) | zeertzjq | 2024-03-11 |
| | |||
* | test: rename (meths, funcs) -> (api, fn) | Lewis Russell | 2024-01-12 |
| | |||
* | test: typing for helpers.meths | Lewis Russell | 2024-01-12 |
| | |||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | refactor(options): deprecate nvim[_buf|_win]_[gs]et_option | Lewis Russell | 2023-05-21 |
| | | | | | Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: famiu <famiuhaque@protonmail.com> | ||
* | feat: cmdheight=0 #16251 | Shougo | 2022-06-13 |
| | | | | | | | | | Fix https://github.com/neovim/neovim/issues/1004 Limitation: All outputs need hit-enter prompt. Related: https://github.com/neovim/neovim/pull/6732 https://github.com/neovim/neovim/pull/4382 | ||
* | vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ↵ | Will Eccles | 2020-03-17 |
| | | | | | | | | | | (#11854) Problem: cannot have a local value for 'scrolloff' and 'sidescrolloff' Author: Bram Moolenar https://github.com/vim/vim/commit/375e3390078e740d3c83b0c118c50d9a920036c7 | ||
* | foldcolumn: allow auto:X | Matthieu Coudron | 2020-02-29 |
| | | | | | | | | Similar to signcolumn, allow foldcolumn to adapt itself to the number of folds. Regression: vim supports a maximum fdc of 12, this limits it to 9. | ||
* | vim-patch:8.1.1614: 'numberwidth' can only go up to 10 | Jan Edmund Lazo | 2019-07-05 |
| | | | | | | Problem: 'numberwidth' can only go up to 10. Solution: Allow up to 20. (Charlie Stanton, closes vim/vim#4584) https://github.com/vim/vim/commit/f8a071265535b8cc43e50a81f4d5049883ca50e4 | ||
* | vim-patch:8.0.1114: default for 'iminsert' is annoying | Jan Edmund Lazo | 2019-02-03 |
| | | | | | | Problem: Default for 'iminsert' is annoying. Solution: Make the default always zero. (Yasuhiro Matsumoto, closes vim/vim#2071) https://github.com/vim/vim/commit/4cf56bbc85f77846aeb378cfb071677336dfad6d | ||
* | options: remove 'maxcombine` option (always use 6) | Björn Linse | 2018-06-13 |
| | |||
* | update tests | Jakob Schnitzer | 2017-06-28 |
| | |||
* | also test set_option | Jakob Schnitzer | 2017-04-01 |
| | |||
* | update for changes in master; fix 'window'; tests | Jakob Schnitzer | 2017-03-31 |
| | |||
* | options: more tests; check first set later; stricter validation | Jakob Schnitzer | 2017-03-30 |
| | |||
* | options: fix setglobal for buf-local number options | Jakob Schnitzer | 2017-03-30 |
| | |||
* | options: add some tests | Jakob Schnitzer | 2017-03-30 |