diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-04-28 17:07:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-28 17:07:48 +0800 |
| commit | d8cc98caae1ec9cda033bfd487517e5a8f328c66 (patch) | |
| tree | e667c662aecec706c0c7bbba5419c3d455b895d1 /test/old/testdir/setup.vim | |
| parent | 521e039f27dea42653a31a89f2496a0a9e62c43b (diff) | |
| parent | 45c9b10afc1cf2db7cccbd1224858b08ec8e4155 (diff) | |
| download | rneovim-d8cc98caae1ec9cda033bfd487517e5a8f328c66.tar.gz rneovim-d8cc98caae1ec9cda033bfd487517e5a8f328c66.tar.bz2 rneovim-d8cc98caae1ec9cda033bfd487517e5a8f328c66.zip | |
Merge pull request #23364 from zeertzjq/vim-8.1.1155
vim-patch:8.1.{partial:1155,1160,1165,1167,1175,1176,1178,1179,1181,1216,1223,1244,1247,1248,.2106,2148,2306},9.0.0825
Diffstat (limited to 'test/old/testdir/setup.vim')
| -rw-r--r-- | test/old/testdir/setup.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/setup.vim b/test/old/testdir/setup.vim index 473c7c7510..9c53c0466d 100644 --- a/test/old/testdir/setup.vim +++ b/test/old/testdir/setup.vim @@ -12,6 +12,7 @@ if exists('s:did_load') set laststatus=1 set listchars=eol:$ set joinspaces + set mousemodel=extend set nohidden nosmarttab noautoindent noautoread noruler noshowcmd set nohlsearch noincsearch set nrformats=bin,octal,hex |