From 4ab9c61774733aa68b6eb8cf03f3ad747b46c698 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 28 Mar 2016 15:17:58 +1300 Subject: Remove blank lines at end of files --- vim/after/ftdetect/diff.vim | 1 - vim/after/ftdetect/sh.vim | 1 - vim/after/ftplugin/html.vim | 1 - vim/after/ftplugin/mail.vim | 1 - vim/after/ftplugin/perl.vim | 1 - vim/after/ftplugin/sh.vim | 1 - vim/after/ftplugin/vim.vim | 1 - vim/after/indent/php.vim | 1 - vim/after/plugin/netrw.vim | 1 - vim/after/syntax/html.vim | 1 - vim/after/syntax/mail.vim | 1 - vim/after/syntax/messages.vim | 1 - vim/after/syntax/php.vim | 1 - vim/after/syntax/sh.vim | 1 - vim/gvimrc | 1 - vim/vimrc | 1 - 16 files changed, 16 deletions(-) (limited to 'vim') diff --git a/vim/after/ftdetect/diff.vim b/vim/after/ftdetect/diff.vim index 2c6037f5..c9df9184 100644 --- a/vim/after/ftdetect/diff.vim +++ b/vim/after/ftdetect/diff.vim @@ -2,4 +2,3 @@ autocmd BufNewFile,BufRead \ nwatch.diff.* \ setlocal filetype=diff - diff --git a/vim/after/ftdetect/sh.vim b/vim/after/ftdetect/sh.vim index 20bfb2c2..26a2c14e 100644 --- a/vim/after/ftdetect/sh.vim +++ b/vim/after/ftdetect/sh.vim @@ -24,4 +24,3 @@ autocmd BufNewFile,BufRead \ **/.dotfiles/bash/** \ let g:is_bash = 1 | \ setlocal filetype=sh - diff --git a/vim/after/ftplugin/html.vim b/vim/after/ftplugin/html.vim index ef7720e1..38b71656 100644 --- a/vim/after/ftplugin/html.vim +++ b/vim/after/ftplugin/html.vim @@ -9,4 +9,3 @@ function! UrlLink() execute "normal a\" endfunction nnoremap r :call UrlLink() - diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 62e3cff9..35432b96 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -1,3 +1,2 @@ " Use trailing whitespace to denote continued paragraph setlocal formatoptions+=w - diff --git a/vim/after/ftplugin/perl.vim b/vim/after/ftplugin/perl.vim index e06bf467..dad2ce35 100644 --- a/vim/after/ftplugin/perl.vim +++ b/vim/after/ftplugin/perl.vim @@ -4,4 +4,3 @@ nnoremap pc :exe "!perl -c " . shellescape(expand("%")) nnoremap pl :exe "!perlcritic " . shellescape(expand("%")) " Run the current buffer through perltidy nnoremap pt :%!perltidy - diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim index 2f333cb5..8af94d90 100644 --- a/vim/after/ftplugin/sh.vim +++ b/vim/after/ftplugin/sh.vim @@ -6,4 +6,3 @@ let g:sh_isk='@,48-57,_,192-255,.,/' if exists('b:is_bash') && executable('han') setlocal keywordprg=han endif - diff --git a/vim/after/ftplugin/vim.vim b/vim/after/ftplugin/vim.vim index 1a8fbd17..10301ce0 100644 --- a/vim/after/ftplugin/vim.vim +++ b/vim/after/ftplugin/vim.vim @@ -2,4 +2,3 @@ set shiftwidth=2 set softtabstop=2 set tabstop=2 - diff --git a/vim/after/indent/php.vim b/vim/after/indent/php.vim index c36c7ff1..b4147c32 100644 --- a/vim/after/indent/php.vim +++ b/vim/after/indent/php.vim @@ -2,4 +2,3 @@ " often than it helps me; turn it off and just use autoindent setlocal autoindent setlocal indentexpr= - diff --git a/vim/after/plugin/netrw.vim b/vim/after/plugin/netrw.vim index 6afafb67..528f0ca6 100644 --- a/vim/after/plugin/netrw.vim +++ b/vim/after/plugin/netrw.vim @@ -9,4 +9,3 @@ let g:netrw_liststyle = 3 " Don't list the current directory shortcut, and don't show tags files let g:netrw_list_hide = '^\.$,^tags$' - diff --git a/vim/after/syntax/html.vim b/vim/after/syntax/html.vim index 72b79a0b..80012114 100644 --- a/vim/after/syntax/html.vim +++ b/vim/after/syntax/html.vim @@ -1,4 +1,3 @@ " Make HTML highlighting a bit less visually noisy highlight! link htmlTag Type highlight! link htmlEndTag htmlTag - diff --git a/vim/after/syntax/mail.vim b/vim/after/syntax/mail.vim index 575b3a28..42abfeb7 100644 --- a/vim/after/syntax/mail.vim +++ b/vim/after/syntax/mail.vim @@ -8,4 +8,3 @@ highlight! link mailQuoted3 NONE highlight! link mailQuoted4 NONE highlight! link mailQuoted5 NONE highlight! link mailQuoted6 NONE - diff --git a/vim/after/syntax/messages.vim b/vim/after/syntax/messages.vim index 60d1f9c4..a1f97d1f 100644 --- a/vim/after/syntax/messages.vim +++ b/vim/after/syntax/messages.vim @@ -1,4 +1,3 @@ " The highlighting for errors in syslog/messages files is more often annoying " than useful, so just turn it off. highlight! link messagesError NONE - diff --git a/vim/after/syntax/php.vim b/vim/after/syntax/php.vim index fb29b555..139e9d36 100644 --- a/vim/after/syntax/php.vim +++ b/vim/after/syntax/php.vim @@ -1,3 +1,2 @@ " Make PHP highlighting a bit less visually noisy highlight! link phpVarSelector phpIdentifier - diff --git a/vim/after/syntax/sh.vim b/vim/after/syntax/sh.vim index 59ff92d7..37ad8518 100644 --- a/vim/after/syntax/sh.vim +++ b/vim/after/syntax/sh.vim @@ -75,4 +75,3 @@ syntax keyword bashStatement \ umask \ unalias \ wait - diff --git a/vim/gvimrc b/vim/gvimrc index 9b6c8848..2db471da 100644 --- a/vim/gvimrc +++ b/vim/gvimrc @@ -14,4 +14,3 @@ set guioptions=aci " When the GUI starts, t_vb is reset to its default value, so it's necessary " to repeat this line from my .vimrc file that turns off visual bells set visualbell t_vb= - diff --git a/vim/vimrc b/vim/vimrc index 4e03712c..2a29fc85 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -583,4 +583,3 @@ if has('eval') && has('autocmd') autocmd BufReadPre * call BigFileMeasures() augroup end endif - -- cgit v1.2.3