Vimscript is the scripting language built into the text editor Vim. It can also be referred to as "Vim Language" or "VimL".

learn more… | top users | synonyms

1
vote
0answers
16 views

How can I clean up this hack to scrape paths from a Gruntfile?

As a part of my Tabv Vim plugin (which at this stage is nothing more than a pitiful rag-tag assortment of half-baked hacks), I have a function which attempts to guess the directory paths for main ...