Issue 54 in vim: :command -complete option affects processing command arguments

2012-03-04 Thread vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 54 by zyx@gmail.com: :command -complete option affects processing command arguments http://code.google.com/p/vim/issues/detail?id=54 What steps will reproduce the problem? 1. Define a command: `:command -nargs=1 -compl

Re: Issue 54 in vim: :command -complete option affects processing command arguments

2014-09-30 Thread vim
Comment #1 on issue 54 by chrisbr...@googlemail.com: :command -complete option affects processing command arguments https://code.google.com/p/vim/issues/detail?id=54 Let's just document that behaviour for now: diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt --- a/runtime/doc/map.txt +

Re: Issue 54 in vim: :command -complete option affects processing command arguments

2014-09-30 Thread vim
Comment #2 on issue 54 by brammool...@gmail.com: :command -complete option affects processing command arguments https://code.google.com/p/vim/issues/detail?id=54 I'll include that change. -- You received this message because this project is configured to send all issue notifications to thi

Re: Issue 54 in vim: :command -complete option affects processing command arguments

2014-10-08 Thread vim
Updates: Status: Fixed Comment #3 on issue 54 by chrisbr...@googlemail.com: :command -complete option affects processing command arguments https://code.google.com/p/vim/issues/detail?id=54 Closing, as the documentation has been adjusted. -- You received this message because this proj