diff options
Diffstat (limited to 'ftplugin/text.vim')
-rw-r--r-- | ftplugin/text.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/text.vim b/ftplugin/text.vim index 0336a13..9097834 100644 --- a/ftplugin/text.vim +++ b/ftplugin/text.vim | |||
@@ -6,7 +6,7 @@ set autoindent nosmartindent nocindent | |||
6 | 6 | ||
7 | set formatoptions+=n " When formatting text, recognize numbered lists. | 7 | set formatoptions+=n " When formatting text, recognize numbered lists. |
8 | set formatoptions+=1 " do not break after a one letter word | 8 | set formatoptions+=1 " do not break after a one letter word |
9 | set formatoptions+=p " Don't break lines at single spaces that follow periods. | 9 | " set formatoptions+=p " Don't break lines at single spaces that follow periods. |
10 | 10 | ||
11 | set formatoptions+=aw " Automatic formatting of paragraphs (w=only if space in the end) | 11 | set formatoptions+=aw " Automatic formatting of paragraphs (w=only if space in the end) |
12 | 12 | ||