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

2013-10-07 Thread 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 optio

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

2013-10-07 Thread 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

moves cursor with 'formatoptions+=r'

2013-10-07 Thread Wiktor Ruben
Hello, I use Vim 7.4.052. Help says that 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: }//foo You should have: //foo //|} where '|' indicates cursor position. Look at the ruler, the cursor position is

[patch] exclude East Asian characters form spell checking

2013-10-07 Thread 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 Thread 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 noco

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

2013-10-07 Thread 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 latin

Re: moves cursor with 'formatoptions+=r'

2013-10-07 Thread Christian Brabandt
On Mon, October 7, 2013 12:31, Wiktor Ruben wrote: > Hello, > > I use Vim 7.4.052. > Help says that 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: > > }//foo > > You should have: > > //foo >

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

2013-10-07 Thread 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

Re: moves cursor with 'formatoptions+=r'

2013-10-07 Thread Bram Moolenaar
Wiktor Ruben wrote: > I use Vim 7.4.052. > Help says that 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: > > }//foo > > You should have: > > //foo > //|} > > where '|' indicates curso