Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 54 by [email protected]: :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 -complete=dir Echo :echo <q-args>`
2. Run it: `:Echo $HOME`
What is the expected output? What do you see instead?
Expected: $HOME (would have seen this if there were no “-complete=dir”
argument)
Seeing: /home/zyx
What version of the product are you using? On what operating system?
vim-7.3.456
Even if this is intended behavior, I do see its documentation nowhere
between `:h :command-complete` and `:h command-completion-custom`.
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php