summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/perl.vim
Commit message (Expand)AuthorAgeFilesLines
* remove some unnecessary configJesse Luehrs2018-09-231-1/+0
* disable perl syntax foldingJesse Luehrs2018-03-031-0/+1
* disable syntax-based indent for perlJesse Luehrs2017-10-301-0/+2
* more vim scopingJesse Luehrs2017-10-291-1/+1
* clean up the help overrides stuff a bitJesse Luehrs2017-10-291-4/+1
* use ri and pydoc for K in ruby and pythonJesse Luehrs2017-10-271-2/+2
* move filetype-specific configuration into ftpluginsJesse Luehrs2017-10-241-0/+14
* clean up some ftpluginsJesse Luehrs2017-10-241-34/+3
* move filetype-specific ale configuration to ftpluginsJesse Luehrs2017-10-241-0/+2
* remove some vim config that i don't use anymoreJesse Luehrs2017-10-201-71/+0
* eh, let's not do thisJesse Luehrs2014-07-141-3/+0
* don't assume i'm looking for a module if lib/ doesn't existJesse Luehrs2014-06-161-1/+3
* unite was fixed, so i can do the right thing hereJesse Luehrs2013-10-291-1/+1
* slightly better default unite search patternJesse Luehrs2013-10-271-1/+1
* only file_rec should get the prefixJesse Luehrs2013-10-271-1/+1
* more unite configurationJesse Luehrs2013-10-271-1/+1
* get rid of fuzzyfinder in favor of unite.vimJesse Luehrs2013-10-261-1/+1
* Revert "try using CtrlP instead of FuzzyFinder"Jesse Luehrs2012-07-171-1/+1
* try using CtrlP instead of FuzzyFinderJesse Luehrs2012-07-161-1/+1
* this is really less helpful than i was hopingJesse Luehrs2012-02-021-0/+2
* more flymake fixupsJesse Luehrs2012-02-021-2/+7
* try out an implementation of flymake for perl stuffJesse Luehrs2012-01-221-0/+59
* stop using perl omnicompletion, it's annoyingly slowJesse Luehrs2012-01-021-2/+0
* let's give the perl omnicompletion a tryJesse Luehrs2011-11-101-0/+2
* mapping to un-postfix perl expressions (inspired by xdg)Jesse Luehrs2011-08-241-0/+24
* make the rest of the stuff in ftplugin use buffer-local mappingsJesse Luehrs2011-08-241-4/+4
* make a couple more mappings buffer-specificJesse Luehrs2011-08-161-1/+1
* updates to fuzzyfinderJesse Luehrs2011-04-231-0/+1
* use plackup as the makeprg for psgi filesJesse Luehrs2010-05-171-2/+6
* always filter backspaces and escape chars in the help windowJesse Luehrs2009-12-161-6/+0
* don't output things when reading in help filesdoy2009-01-051-1/+1
* commentdoy2009-01-041-0/+2
* remap gf to something that works on perl 'use' statementsdoy2009-01-041-4/+1
* the perl ftplugin packaged with vim already does thisdoy2009-01-041-3/+0
* make perl files use the help buffer thing with perldocdoy2009-01-041-12/+14
* ftplugins are per-buffer, so they might be sourced multiple times... make tha...doy2009-01-041-1/+1
* check for both perl functions and perl modules when using perldoc for K in pe...doy2009-01-041-1/+13
* move all of the FileType autocommands into files under ftplugin/doy2009-01-031-0/+14