I'm using Vim 7.2 on Windows. The result of ':set enc ?' is 'cp1251'. If i execute set enc=utf-8, then 'dw'-command work properly, but in status line and in dialog box (for example when delete buffer) i see broken fonts.
2009/5/18, Dominique Pellé <[email protected]>: > > crm79 wrote: > >> if i type in vim "слово", then after first using 'dw' -command deletes >> only char "с" (result is "лово"), after second use 'dw'-command result >> is "ово". This is a bug? > > I don't see that. If I type dw at the beginning of слово then the > entire word слово is deleted, as expected. > > I'm using Vim-7.2.182 on Linux with a utf-8 locale. > > :set enc? > encoding=utf-8 > > -- Dominique > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
