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
-~----------~----~----~----~------~----~------~--~---