summaryrefslogtreecommitdiffstats
path: root/vim/after/ftplugin
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-04 23:14:46 -0500
committerdoy <doy@tozt.net>2009-01-04 23:14:46 -0500
commitc5160dc84133664e6402f1e76653b362c7d6d7f3 (patch)
treef4633d4c59e077ba9532fc3cdcd1e060436bfbe6 /vim/after/ftplugin
parent445ff4fad2ed6d05565a9217164c8e706b321b31 (diff)
downloadconf-c5160dc84133664e6402f1e76653b362c7d6d7f3.tar.gz
conf-c5160dc84133664e6402f1e76653b362c7d6d7f3.zip
need to add lib to the path after the packaged perl ftplugin, since it hard-sets the option
Diffstat (limited to 'vim/after/ftplugin')
-rw-r--r--vim/after/ftplugin/perl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/after/ftplugin/perl.vim b/vim/after/ftplugin/perl.vim
new file mode 100644
index 0000000..8d9585d
--- /dev/null
+++ b/vim/after/ftplugin/perl.vim
@@ -0,0 +1,2 @@
+" the perl ftplugin hard-sets path, so this has to go in after/
+setlocal path+=lib