aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/ls_grep.vim
diff options
context:
space:
mode:
authorTeddy Wing2014-11-23 15:21:57 -0500
committerTeddy Wing2014-11-23 15:21:57 -0500
commit3f0a724625c9f3bea3cf6c5123da0fa3154cdb7a (patch)
treee90276f0523ac2fc8183c44cb5d46debb3aa5037 /plugin/ls_grep.vim
parentdeaa58fdc40cec7590b3a5eb9818a710bde865ba (diff)
downloadvim-ls-grep-3f0a724625c9f3bea3cf6c5123da0fa3154cdb7a.tar.bz2
Move `LsGrep` function to autoload/
* 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
Diffstat (limited to 'plugin/ls_grep.vim')
-rw-r--r--plugin/ls_grep.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/ls_grep.vim b/plugin/ls_grep.vim
new file mode 100644
index 0000000..82fc0e9
--- /dev/null
+++ b/plugin/ls_grep.vim
@@ -0,0 +1 @@
+command! -nargs=1 LsGrep call ls_grep#LsGrep("<args>")