* Suresh Govindachar wrote, On 27.12.2006 12:35 Uhr: > > Simon Pamies Sent: Wednesday, December 27, 2006 3:19 AM > >* Simon Pamies wrote, On 27.12.2006 11:50 Uhr: > >> Hi All, > >> > >> I had some problems using the :buffer listing. If you have many > >> files (read 30+) open, the :buffer list is cluttered up with > > I usually have over 100 buffers, and have no problems with > the existing support for buffers.
/me has :-) > > >> Switching to another buffer can be a real pain especially > >> because the completion completes on directory names. > > Don't see what the problem is. The following > > :b <partial> <tab> > > works fine for me. try the following: :b bach <TAB> /home/spamies/work/bachl/bsc.cls /home/spamies/work/bachl/bach.tex It tries to complete the work/bachl directory but I want it to complete directly to bach.tex > Better to do such customizations as a plugin rather than patch the > sources. Thx for the suggestion - I mailed recently with some other vim-people that said from themselves to have great experience in writing vim plugins and they couldn't help me. So I started to adapt sourcecode. I saw your code and now I'm not so sure anymore that adapting sourcecode was such a good idea :-) But I'm not sure if one could solve the completion problem (see above) using plugins... Simon Pamies