Re: Omnicompletion func for vim files?

2009-09-16 Thread Mishail
Did you try http://vimdoc.sourceforge.net/htmldoc/insert.html#compl-vim ? --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: How does the python omnicomplete functionality work with vim?

2009-08-30 Thread Mishail
Have you tried pythoncomplete script (http://www.vim.org/scripts/ script.php?script_id=1542) ? --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--

Re: Modifying where Taglist looks for Exuberant Ctags?

2009-08-05 Thread Mishail
:help taglist-install 3. If the exuberant ctags utility is not present in one of the directories in the PATH environment variable, then set the 'Tlist_Ctags_Cmd' variable to point to the location of the exuberant ctags utility (not to the directory) in the .vimrc file. --~--~-~-

Re: Need SERIOUS Help with .vimrc!

2009-07-30 Thread Mishail
I guess you need to add the following to your .vimrc: source $VIMRUNTIME/mswin.vim --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~-

Re: Deleting a buffer _without_ closing the window

2009-06-04 Thread Mishail
On Jun 5, 10:34 am, nico wrote: > Is there a way to load the next buffer instead of closing > the window? http://vim.wikia.com/wiki/Deleting_a_buffer_without_closing_the_window Bufkill - http://www.vim.org/scripts/script.php?script_id=1147 Minibufexpl - http://www.vim.org/scripts/script.php?scri

Re: extending tags mechanism

2009-06-01 Thread Mishail
Did you try ':sts /function_name' ? http://vimdoc.sourceforge.net/htmldoc/tagsrch.html#tag-regexp --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--

Re: How to highlight user-defined elements automatically in C/C++ code ?

2009-06-01 Thread Mishail
Take a look at http://www.vim.org/scripts/script.php?script_id=2646 --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---