Hi,
Currently I use fuzzy finder to open a file in vim.
I work on very big source code, around 8000 ~ 15000 files and in deep directory.
Previously I use fufcoveragefile to find/search file from my source code root directory.
But, it's very slow, so slow... in my case.
After that I choose to use to use given file feature like below:
fuf#givenfile#launch('', 1, 'PRJ>', g:alist)
I put all of my source code in g:alist. Searching speed is significant increased, but
on completion menu when I a file name is longer that completion menu width, the "..."
will be added at the end not in the middle like fufcoveragfile display. Because of that
I can't see the filename clearly.
Is there any solution to make "..." is displayed in middle or front in completion menu
when I use fufgiven file?
Thank you in advance
Best Regards,
Gusman Dharma P
--
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, visit http://www.vim.org/maillist.php
Sunday, November 6, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment