dundargoc
052498ed42
test: improve test conventions
...
Specifically, functions that are run in the context of the test runner
are put in module `test/testutil.lua` while the functions that are run
in the context of the test session are put in
`test/functional/testnvim.lua`.
Closes https://github.com/neovim/neovim/issues/27004 .
2024-04-23 18:17:04 +02:00
Lewis Russell
81fc27124b
refactor(test): inject after_each differently
2024-04-10 15:53:50 +01:00
dundargoc
7035125b2b
test: improve test conventions
...
Work on https://github.com/neovim/neovim/issues/27004 .
2024-04-08 22:51:00 +02:00
zeertzjq
1da0f3494e
test: correct order of arguments to eq() ( #27816 )
2024-03-11 22:23:14 +08:00
Lewis Russell
795f896a57
test: rename (meths, funcs) -> (api, fn)
2024-01-12 18:59:14 +00:00
Lewis Russell
c30f2e3182
test: typing for helpers.meths
2024-01-12 13:01:06 +00:00
Justin M. Keyes
04f2f864e2
refactor: format test/*
2024-01-03 02:09:29 +01:00
Lewis Russell
1fe1bb084d
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
...
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
Co-authored-by: famiu <famiuhaque@protonmail.com >
2023-05-21 15:14:01 +06:00
Shougo
663cbe2620
feat: cmdheight=0 #16251
...
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
2022-06-13 02:40:51 -07:00
Will Eccles
87d892afa0
vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ( #11854 )
...
Problem: cannot have a local value for 'scrolloff' and 'sidescrolloff'
Author: Bram Moolenar
375e339007
2020-03-17 20:05:34 +01:00
Matthieu Coudron
1a2be57da3
foldcolumn: allow auto:X
...
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.
2020-02-29 20:27:22 +01:00
Jan Edmund Lazo
8062e6ff88
vim-patch:8.1.1614: 'numberwidth' can only go up to 10
...
Problem: 'numberwidth' can only go up to 10.
Solution: Allow up to 20. (Charlie Stanton, closes vim/vim#4584 )
f8a0712655
2019-07-05 21:26:46 -04:00
Jan Edmund Lazo
5a40abe2d5
vim-patch:8.0.1114: default for 'iminsert' is annoying
...
Problem: Default for 'iminsert' is annoying.
Solution: Make the default always zero. (Yasuhiro Matsumoto, closes vim/vim#2071 )
4cf56bbc85
2019-02-03 09:52:13 -05:00
Björn Linse
050f3975f6
options: remove 'maxcombine` option (always use 6)
2018-06-13 10:11:35 +02:00
Jakob Schnitzer
4403864da3
update tests
2017-06-28 20:23:03 +02:00
Jakob Schnitzer
4049492b6d
also test set_option
2017-04-01 12:26:58 +02:00
Jakob Schnitzer
8a55f9b1c8
update for changes in master; fix 'window'; tests
2017-03-31 18:30:06 +02:00
Jakob Schnitzer
db095f6563
options: more tests; check first set later; stricter validation
2017-03-30 23:04:54 +02:00
Jakob Schnitzer
44f039a1c8
options: fix setglobal for buf-local number options
2017-03-30 23:04:54 +02:00
Jakob Schnitzer
628d0335b8
options: add some tests
2017-03-30 23:04:54 +02:00