aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-31 14:31:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-31 14:33:04 +1300
commitcc1e3c80824c5f641ff12adeb2eb2b84018e08d6 (patch)
tree8b90fbfc922f91ed319966b19a5dadd42d329e17 /vim
parentClarify control flow in shell scripts (diff)
downloaddotfiles-cc1e3c80824c5f641ff12adeb2eb2b84018e08d6.tar.gz
dotfiles-cc1e3c80824c5f641ff12adeb2eb2b84018e08d6.zip
Trim some trailing whitespace
Diffstat (limited to 'vim')
-rw-r--r--vim/autoload/filetype.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/autoload/filetype.vim b/vim/autoload/filetype.vim
index d1e4e3d7..e33dfcbc 100644
--- a/vim/autoload/filetype.vim
+++ b/vim/autoload/filetype.vim
@@ -72,5 +72,3 @@ function! filetype#CheckShebang() abort
doautocmd filetypedetect BufRead
endif
endfunction
-
-