Hi all, I'm a bit stuck here. May I once more draw your attention to my earlier mail?
> 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? Thanks in advance, regards, Roald -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
