mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Modeline cleanup
If users want folds to be automatically collapsed, then they should just set foldmethod=marker in their vimrc.
This commit is contained in:
parent
d2c3592da1
commit
00e1b62ca8
@ -6316,5 +6316,3 @@ void set_context_in_sign_cmd(expand_T *xp, char_u *arg)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// vim: tabstop=8
|
||||
|
@ -1126,4 +1126,4 @@ static int get_config_int(Terminal *term, char *key)
|
||||
|
||||
// }}}
|
||||
|
||||
// vim: foldmethod=marker foldenable
|
||||
// vim: foldmethod=marker
|
||||
|
Loading…
Reference in New Issue
Block a user