Hirohito Higashi wrote: > 'hlsearch' option is not just for GUI Vim. > This option could use for CUI Vim too. > So that, I removed "set hlsearch" from runtime/gvimrc_example.vim. > > In the current situation, If you start the GUI Vim and set "set > nohlsearch" in .vimrc, it will be reset by gvimrc_example.vim.
Yeah. I suppose 'hlsearch' is more a user preference, while syntax highlighting is likely related to running in a terminal or GUI. Setting c_comment_strings is also not really related to the GUI. Let me move it to vimrc_example. > By the way, set the "set hlsearch" conditionally at > runtime/vimrc_example.vim in line 54. This file hasn't changed in 15 years :-). -- Get a life? What is the URL where it can be downloaded? /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
