Re: how should .vim file find corresponding .py file?

2010-10-05 Thread Jonathan Hartley
Thanks, that works splendidly. -- Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com +44 7737 062 225 twitter/skype: tartley On 05/10/2010 21:34, ZyX wrote: Ответ на сообщение <>, присланное в 00:22:21 06 октября 2010, Среда. Отправитель: Jonathan H

how should .vim file find corresponding .py file?

2010-10-05 Thread Jonathan Hartley
-- Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com +44 7737 062 225 twitter/skype: tartley -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: fuzzyfinder plugin displays very lengthy absolute paths to matching files

2009-01-14 Thread Jonathan Hartley
't work for me on Windows. If I figure it out, I'll post the results here and mail them to fuzzyfinder author, just in they find it useful. Otherwise I'll revert to an older version of fuzzyfind and use your patch. Many thanks, Jonathan -- Jonathan Hartley tart...@tartle

Re: fuzzyfinder plugin displays very lengthy absolute paths to matching files

2009-01-11 Thread Jonathan Hartley
On Jan 11, 2:52 pm, Tony Mechelynck wrote: > Then, global plugins are read after your vimrc. Yet you can override > them too: either (if you have only a few changes) by autocommands > defined in your vimrc for the VimEnter event (which is triggered at the > very end of startup), or if your changes

Re: fuzzyfinder plugin displays very lengthy absolute paths to matching files

2009-01-11 Thread Jonathan Hartley
On Jan 11, 6:19 am, Tony Mechelynck wrote: > On 11/01/09 01:26, Jonathan Hartley wrote: > > On Sat Jan 10 09:38:51 CST 2009, jonathan hartley wrote: > >   >  I really like the fuzzyfinder plugin, but when my project is located > >   >  within a mediumly deep direc

fuzzyfinder plugin displays very lengthy absolute paths to matching files

2009-01-10 Thread jonathan hartley
s.File.excluded_path = '\v\~$|\.o$|\.exe$|\.bak$|\.swp$|((^|[/\\])\.{1,2}[/\\]$)|\.pyo$|\.pyc$|\.svn[/\\]$' let g:FuzzyFinderOptions.File.min_length = 3 let g:FuzzyFinderOptions.Tag.min_length = 3 Thanks for any ideas or assistance, Jonathan -- Jonathan Hartley tart...@tartley.com +44 773