> 2009/12/1 Roald de Vries <downaold@gmail.com>:
>> Does an omni-completion function exist for bash scripts? I'm mainly
>> looking for file path completion.
>
> It's not omni-completion, but have you tried Ctrl-X Ctrl-F ?
>
> :help i_CTRL-X_CTRL-F
>
> Hope that helps.
It does, thank you. Now I'm stuck with python omni-completion. I have
the following:
class Program(Tkinter.Tk):
def bla(self):
pass
t = Tkinter.Tk()
p = Program()
If I now type 't.<C-X><C-O>' I get a nice list of options, but if I
type 'p.<C-X><C-O>' I get nothing (besides a message 'Pattern not
found'). Can anybody help me out?
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment