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 --- runtime/doc/vim_diff.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/vim_diff.txt') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index a10fff0b98..a14a6d5f4f 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -30,6 +30,7 @@ these differences. - 'backspace' defaults to "indent,eol,start" - 'encoding' defaults to "utf-8" +- 'formatoptions' defaults to "tcqj" - 'nocompatible' is always set - 'tags' defaults to "./tags;,tags" - 'ttyfast' is always set -- cgit