aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-28 15:17:58 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-28 15:17:58 +1300
commit4ab9c61774733aa68b6eb8cf03f3ad747b46c698 (patch)
tree65a09c68bb2958820d58921743fecb81166e7a06 /vim/after/ftplugin
parentAdd readv function (diff)
downloaddotfiles-4ab9c61774733aa68b6eb8cf03f3ad747b46c698.tar.gz
dotfiles-4ab9c61774733aa68b6eb8cf03f3ad747b46c698.zip
Remove blank lines at end of files
Diffstat (limited to 'vim/after/ftplugin')
-rw-r--r--vim/after/ftplugin/html.vim1
-rw-r--r--vim/after/ftplugin/mail.vim1
-rw-r--r--vim/after/ftplugin/perl.vim1
-rw-r--r--vim/after/ftplugin/sh.vim1
-rw-r--r--vim/after/ftplugin/vim.vim1
5 files changed, 0 insertions, 5 deletions
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</a>\<Esc>"
endfunction
nnoremap <silent> <leader>r :<C-U>call UrlLink()<CR>
-
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 <leader>pc :exe "!perl -c " . shellescape(expand("%"))<CR>
nnoremap <leader>pl :exe "!perlcritic " . shellescape(expand("%"))<CR>
" Run the current buffer through perltidy
nnoremap <leader>pt :%!perltidy<CR>
-
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
-