]> 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 18dd5740e983d6a02c2fae95a332bdf4dcbf3d09..731f9a430c23e2bb86ffcbe5720233f3b0775a3f 100644 (file)
@@ -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: