mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 14:19:15 +00:00
vim-patch:8.2.4343: when reloading not all properties are detected
Problem: When reloading not all properties are detected.
Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes vim/vim#9579)
8196e94a8b
Cherry-pick some test changes from patch 8.1.1826.
This commit is contained in:
@@ -10,6 +10,7 @@ let s:did_load = 1
|
||||
set backspace=
|
||||
set directory^=.
|
||||
set fillchars=vert:\|,fold:-
|
||||
set fsync
|
||||
set laststatus=1
|
||||
set listchars=eol:$
|
||||
set joinspaces
|
||||
|
||||
Reference in New Issue
Block a user