Here's a question for Bram, probably: In 'main.c', around line 382, there is an 'init_locale()' which is intended to happen after 'gui_init_check()'.
However, this only happens for the GTK UI. My question is, would it cause a problem to move this outside of that conditional and enable it for all versions of vim (not just GUI version). I ask, because I modify $VIMRUNTIME in my startup scripts, early, before the UI starts up. If the 'init_locale()' was re-done after my vimrc had been processed, then I would not need to have VIMRUNTIME set (on Windows boxen) in order to have the gettext stuff work correctly. Thanks, Ron -- 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 To unsubscribe, reply using "remove me" as the subject.
