mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
options: Include "j" in default 'formatoptions' #2669
This commit is contained in:

committed by
Justin M. Keyes

parent
1add7a422f
commit
eca51bbfa0
@@ -79,7 +79,7 @@
|
||||
#define FO_REMOVE_COMS 'j' /* remove comment leaders when joining lines */
|
||||
|
||||
#define DFLT_FO_VI "vt"
|
||||
#define DFLT_FO_VIM "tcq"
|
||||
#define DFLT_FO_VIM "tcqj"
|
||||
#define FO_ALL "tcroq2vlb1mMBn,awj" /* for do_set() */
|
||||
|
||||
/* characters for the p_cpo option: */
|
||||
|
Reference in New Issue
Block a user