diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-12-02 08:06:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-02 00:06:57 +0000 |
| commit | fb689d7ebd680c4921f4ec617fe5e01cd09ba96c (patch) | |
| tree | 1bfe504a22dd3d8773b1a552c12b5dec91066657 /test/old/testdir/setup.vim | |
| parent | feb62d5429680278c1353c565db6bb3ecb3b7c24 (diff) | |
| download | rneovim-fb689d7ebd680c4921f4ec617fe5e01cd09ba96c.tar.gz rneovim-fb689d7ebd680c4921f4ec617fe5e01cd09ba96c.tar.bz2 rneovim-fb689d7ebd680c4921f4ec617fe5e01cd09ba96c.zip | |
vim-patch:9.1.0899: default for 'backspace' can be set in C code (#31416)
Problem: default for 'backspace' can be set in C code
Solution: promote the default for 'backspace' from defaults.vim to the C
code (Luca Saccarola)
closes: vim/vim#16143
https://github.com/vim/vim/commit/959ef61430bdd8fb982b38bd3347d90251255cfc
N/A patches:
vim-patch:9.1.0895: default history value is too small
vim-patch:075aeea: runtime(doc): document changed default value for 'history'
Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>
Diffstat (limited to 'test/old/testdir/setup.vim')
| -rw-r--r-- | test/old/testdir/setup.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/old/testdir/setup.vim b/test/old/testdir/setup.vim index e7b4bb1a88..b104d733f0 100644 --- a/test/old/testdir/setup.vim +++ b/test/old/testdir/setup.vim @@ -1,6 +1,5 @@ if exists('s:did_load') " Align Nvim defaults to Vim. - set backspace= set commentstring=/*\ %s\ */ set complete=.,w,b,u,t,i set define=^\\s*#\\s*define |