diff options
author | katherine <shmibs@shmibbles.me> | 2017-02-13 22:31:01 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-02-13 22:31:01 -0700 |
commit | cff3859d29a356d183dd1381d7aa2ce2a62d01c9 (patch) | |
tree | 622f350cb4bf2d2e9813a0fae339877721542ec8 | |
parent | 27563ebdcf5eb8cc35ce5cbbf98837c834e2bae6 (diff) | |
download | dotfiles-cff3859d29a356d183dd1381d7aa2ce2a62d01c9.tar.gz |
prevent double-spacing sentences in txt files
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -401,6 +401,7 @@ function! Settings_text() setlocal noautoindent setlocal nocindent setlocal nosmartindent + setlocal nojoinspaces "single-space sentences setlocal tabstop=4 setlocal softtabstop=4 setlocal spell |