Re: langmap is broken for mappings, breaks any plugins using Plug

2013-10-07 Fir de Conversatie Alexey
On Sunday, October 6, 2013 1:00:37 PM UTC+2, Alexey wrote: In fact, maybe i just have not figured out how to use correctly 'keymap' and 'keymodel', i will try to look at it. 'keymap' seems to be for a different purpose (mapping English to non-English). Would it be possible to add a new

Re: [BUG?] Statusline bg turns black on sy on

2013-10-07 Fir de Conversatie Marius Gedminas
On Wed, Oct 02, 2013 at 05:54:21PM +0200, Florian Bruhin wrote: I discovered something that might be a bug, using vim 7.4. It isn't: After trying to simplify my vimrc first I was able to reproduce it with this .vimrc and no .vim folder: --- set nocompatible colorscheme desert set

C-\C-O moves cursor with 'formatoptions+=r'

2013-10-07 Fir de Conversatie Wiktor Ruben
Hello, I use Vim 7.4.052. Help says that C-\C-O is like CTRL-O but don't move the cursor, but: vim -u NONE :set nocp :set ruler :set ft=cpp :set formatoptions+=r Put the text below: }Left//fooCR You should have: //foo //|} where '|' indicates cursor position. Look at the ruler, the cursor

[patch] exclude East Asian characters form spell checking

2013-10-07 Fir de Conversatie Ken Takata
Hi, I wrote a patch for the following items from todo.txt: Have an option for spell checking to not mark any Chinese, Japanese or other double-width characters as error. Or perhaps all characters above 256. (Bill Sun) Helps a lot for mixed Asian and latin text. - have some way not to

Re: [BUG?] Statusline bg turns black on sy on

2013-10-07 Fir de Conversatie Tony Mechelynck
On 07/10/13 12:24, Marius Gedminas wrote: On Wed, Oct 02, 2013 at 05:54:21PM +0200, Florian Bruhin wrote: I discovered something that might be a bug, using vim 7.4. It isn't: After trying to simplify my vimrc first I was able to reproduce it with this .vimrc and no .vim folder: --- set

Re: [patch] exclude East Asian characters form spell checking

2013-10-07 Fir de Conversatie Tony Mechelynck
On 07/10/13 14:02, Ken Takata wrote: Hi, I wrote a patch for the following items from todo.txt: Have an option for spell checking to not mark any Chinese, Japanese or other double-width characters as error. Or perhaps all characters above 256. (Bill Sun) Helps a lot for mixed Asian and

Re: C-\C-O moves cursor with 'formatoptions+=r'

2013-10-07 Fir de Conversatie Christian Brabandt
On Mon, October 7, 2013 12:31, Wiktor Ruben wrote: Hello, I use Vim 7.4.052. Help says that C-\C-O is like CTRL-O but don't move the cursor, but: vim -u NONE :set nocp :set ruler :set ft=cpp :set formatoptions+=r Put the text below: }Left//fooCR You should have: //foo //|}

Re: [patch] exclude East Asian characters form spell checking

2013-10-07 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: On 07/10/13 14:02, Ken Takata wrote: Hi, I wrote a patch for the following items from todo.txt: Have an option for spell checking to not mark any Chinese, Japanese or other double-width characters as error. Or perhaps all characters above 256. (Bill Sun)

Re: C-\C-O moves cursor with 'formatoptions+=r'

2013-10-07 Fir de Conversatie Bram Moolenaar
Wiktor Ruben wrote: I use Vim 7.4.052. Help says that C-\C-O is like CTRL-O but don't move the cursor, but: vim -u NONE :set nocp :set ruler :set ft=cpp :set formatoptions+=r Put the text below: }Left//fooCR You should have: //foo //|} where '|' indicates cursor