Created
April 9, 2014 14:11
-
-
Save yanick/10275104 to your computer and use it in GitHub Desktop.
Vim::X script coming with its own vim config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ""; <<finish; | |
| map ,dl :call DualLived()<CR> | |
| finish | |
| use Vim::X; | |
| sub DualLived :Vim { | |
| vim_msg "hello there"; | |
| } | |
| __END__ | |
| Yup, that's right. The next version of Vim::X will allow to write scripts that | |
| auto-source the vim part and lazy-autocmd the Perl part. *insane cackles* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment