From 3f0a724625c9f3bea3cf6c5123da0fa3154cdb7a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 23 Nov 2014 15:21:57 -0500 Subject: 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 --- plugin/ls_grep.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugin/ls_grep.vim (limited to 'plugin') 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("") -- cgit v1.2.3