diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-05-16 02:23:16 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-21 01:28:20 -0400 |
commit | eca51bbfa033f4956f5430fa15fa18c91a5fffef (patch) | |
tree | c02a5b4cc498fea6034bf2af6c3d033ca5d9c121 /runtime/doc/options.txt | |
parent | 1add7a422f12526a073a960a189bf8fe1e4d09e8 (diff) | |
download | rneovim-eca51bbfa033f4956f5430fa15fa18c91a5fffef.tar.gz rneovim-eca51bbfa033f4956f5430fa15fa18c91a5fffef.tar.bz2 rneovim-eca51bbfa033f4956f5430fa15fa18c91a5fffef.zip |
options: Include "j" in default 'formatoptions' #2669
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index deea6b50c9..bb58feb1d5 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2910,7 +2910,7 @@ A jump table for the options with a short description can be found at |Q_op|. evaluating 'foldtext' |textlock|. *'formatoptions'* *'fo'* -'formatoptions' 'fo' string (Vim default: "tcq", Vi default: "vt") +'formatoptions' 'fo' string (default: "tcqj", Vi default: "vt") local to buffer This is a sequence of letters which describes how automatic formatting is to be done. See |fo-table|. When the 'paste' option is |