> Yet my settings in GVim and Vim (terminal) are identical...
I'm new to Vim and have been wondering about this for a bit. As most vimrc
and gvimrc setups are similar, is it good practice to split these into
different files? Or should they simply be split into different functions and
centralized in one file with the "gui_running" flag?
" Now running a gvim function
If("gui_running")
Foo()
Bar()
Endif
Secondly, what are the best practices for how a vimrc setup should be
structured. Or are the details of this up to the individual user?
Kind Regards
Malusi Gcakasi
--
--
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
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Tuesday, February 12, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment