On Tuesday, April 15, 2014 10:24:26 AM UTC-5, FlashBurn wrote: > I tried putting scriptencoding utf-8 right at the top of my vimrc but > unfortunately nothing changed. :(
A similar problem was discussed recently: https://groups.google.com/d/topic/vim_dev/gkw9zONYReM/discussion Try putting scriptencoding NEAR the top of your .vimrc, but AFTER the "set encoding=utf-8" line. If that doesn't work, you can try falling back to specifying codepoint values in a string. Both solutions are discussed in the linked thread. -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
