Is there a way to get Vim in command mode to complete words from the current file? Say I have this file:
one
two
three
once
and I enter command line mode
:myruncommand o|
where | denotes the cursor position. How do I make Vim complete one or once when pressing Tab?
