From eca51bbfa033f4956f5430fa15fa18c91a5fffef Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sat, 16 May 2015 02:23:16 -0300 Subject: options: Include "j" in default 'formatoptions' #2669 --- src/nvim/option_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h index 70e3df0060..5e85b4bbea 100644 --- a/src/nvim/option_defs.h +++ b/src/nvim/option_defs.h @@ -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: */ -- cgit