Sat, 25 Jun 2016 10:08:20 -0400
using vim-perl after all. add some new contrib stuff too
131 | 1 | |
345
e0bfe67950f8
using vim-perl after all. add some new contrib stuff too
Meredith Howard <mhoward@roomag.org>
parents:
344
diff
changeset
|
2 | " Contrib files from vim-perl/vim-perl |
131 | 3 | " I would use symlinks but cygwin likes to fumble them |
4 | runtime contrib/carp.vim | |
5 | runtime contrib/highlight-all-pragmas.vim | |
6 | runtime contrib/moose.vim | |
191
c2d0bb74df5f
add method-signatures.vim
Meredith Howard <mhoward@roomag.org>
parents:
131
diff
changeset
|
7 | runtime contrib/method-signatures.vim |
344
8e4bb4e70b2f
use function-parameters contrib \o/
Meredith Howard <mhoward@roomag.org>
parents:
226
diff
changeset
|
8 | runtime contrib/function-parameters.vim |
131 | 9 | runtime contrib/test-more.vim |
10 | runtime contrib/try-tiny.vim | |
345
e0bfe67950f8
using vim-perl after all. add some new contrib stuff too
Meredith Howard <mhoward@roomag.org>
parents:
344
diff
changeset
|
11 | runtime contrib/heredoc-sql.vim |
131 | 12 |