aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/ls_grep.vim
AgeCommit message (Collapse)Author
2014-11-27plugin/ls_grep.vim: Don't reload the plugin if already loadedTeddy Wing
Learning to become a good plugin citizen.
2014-11-23Move `LsGrep` function to autoload/Teddy Wing
* Change filename to use an underscore (in order to be able to use it in the autoload function name) * Split the function and the command between autoload and plugin files