diff options
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -448,6 +448,7 @@ function! Settings_text() setlocal nocindent setlocal nosmartindent setlocal nojoinspaces + setlocal shiftwidth=4 setlocal tabstop=4 setlocal softtabstop=4 setlocal spell |