summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-02-02 19:04:13 -0600
committerJesse Luehrs <doy@tozt.net>2012-02-02 19:07:30 -0600
commitcffb6b528567f52bcc7cead98e497dc2431c516a (patch)
treed45651a9a9f0b6c08bb7efa0539a54b1d7d156c7 /vim
parente3c36c6baa2be26fd33552cecc1fa8b846b67db7 (diff)
downloadconf-cffb6b528567f52bcc7cead98e497dc2431c516a.tar.gz
conf-cffb6b528567f52bcc7cead98e497dc2431c516a.zip
this is really less helpful than i was hoping
Diffstat (limited to 'vim')
-rw-r--r--vim/ftplugin/perl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim
index 6d573ef..b556a35 100644
--- a/vim/ftplugin/perl.vim
+++ b/vim/ftplugin/perl.vim
@@ -46,6 +46,7 @@ endfunction
map <buffer> <silent> <Leader>i :call <SID>unpostfix()<CR>
+if 0
" reimplement :make, since it always prints to the screen, which is annoying
function! Make()
if exists('#QuickFixCmdPre')
@@ -109,3 +110,4 @@ endfunction
au BufEnter,BufWritePost <buffer> call Make()
au QuickFixCmdPost <buffer> call HighlightCurrent()
au CursorMoved <buffer> call UpdateStatusLine()
+endif