aboutsummaryrefslogtreecommitdiff
path: root/vim/config/windows.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:48:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:48:23 +1300
commit3e29d5a95693a5ffd5e78622f560f415743b0736 (patch)
tree06f609de84351de9a9faa194b247d431b11301e2 /vim/config/windows.vim
parentMove matchit.vim sourcing into plugin.vim (diff)
downloaddotfiles-3e29d5a95693a5ffd5e78622f560f415743b0736.tar.gz
dotfiles-3e29d5a95693a5ffd5e78622f560f415743b0736.zip
Adjust some whitespace and comment layout
Diffstat (limited to 'vim/config/windows.vim')
-rw-r--r--vim/config/windows.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/config/windows.vim b/vim/config/windows.vim
index a54b8997..a0492c76 100644
--- a/vim/config/windows.vim
+++ b/vim/config/windows.vim
@@ -24,4 +24,5 @@ if has('windows')
if has('folding')
let &fillchars = 'diff: ,fold: ,vert: '
endif
+
endif