]> git.madduck.net Git - etc/vim.git/blobdiff - plugin/explainpat.vim

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

added \{...\}
[etc/vim.git] / plugin / explainpat.vim
index aa3e86fb7dcfd5f15c52ebe95013c93af245f2bf..731f9a430c23e2bb86ffcbe5720233f3b0775a3f 100644 (file)
@@ -1,10 +1,10 @@
 " File:         explainpat.vim
 " Created:      2011 Nov 02
-" Last Change:  2012 Dec 19
-" Rev Days:     3
+" Last Change:  2013 Mar 08
+" Rev Days:     7
 " Author:      Andy Wokula <anwoku@yahoo.de>
 " License:     Vim License, see :h license
-" Version:     0.1
+" Version:     0.5
 
 " :ExplainPattern [pattern]
 "
@@ -28,7 +28,7 @@ if v:version < 700
     finish
 endif
 
-com! -nargs=*  ExplainPattern  call explainpat#ExplainPattern(<q-args>)
+com! -nargs=?  ExplainPattern  call explainpat#ExplainPattern(<q-args>)
 
 " Modeline: {{{1
 " vim:ts=8:fdm=marker: