| Age | Commit message (Collapse) | Author |
|
Make the `Play()` function take an argument of the filename/path string.
|
|
These mappings were just to test functionality. The functions they
called are now being called in more appropriate places.
|
|
Intended to use a '#' but replaced it without realising at some point.
|
|
|
|
* Move test .vim file into the plugin/ directory. Some of the functions
added in this commit should be moved to autoload/ when this is more
together
* Add functions:
* Get & kill pids for mplayer
* Play audio
* Insert autocmd handlers
* Add InsertEnter & InsertLeave autocmds that start playing the test
song when entering insert mode and stop playing when you leave insert
mode.
|