diff options
author | Camil Staps | 2017-02-25 00:28:26 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-25 00:28:26 +0100 |
commit | 1410ee2dff973d51562c56ca4349f989111249b4 (patch) | |
tree | af483ddfe8f833c88280effef1636a95a83d71ce /vim | |
parent | termbin aliases (diff) |
Update bb-scripts vim preferences
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/after/ftplugin/bb.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/after/ftplugin/bb.vim b/vim/.vim/after/ftplugin/bb.vim index 5b041ba..b7f335d 100644 --- a/vim/.vim/after/ftplugin/bb.vim +++ b/vim/.vim/after/ftplugin/bb.vim @@ -1 +1 @@ -setlocal tw=79 spell spelllang=nl +setlocal ai tw=71 cc=72 spell spelllang=en |