Re: virtcol() subject to showbreak (added: and linebreak)

2014-06-05 Fir de Conversatie Ingo Karkat
On 04-Jun-2014 16:54 +0200, Павлов Николай Александрович wrote: On 04-Jun-2014 16:54, Павлов Николай Александрович wrote: On June 4, 2014 6:44:34 PM GMT+03:00, Павлов Николай Александрович zyx@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On June 4, 2014

Re: virtcol() subject to showbreak

2014-06-05 Fir de Conversatie Axel Bender
I cannot follow your argumentation. The docs say: The result is a Number, which is the screen column of the file position given with {expr}. That is, the last screen position occupied by the character at that position, *when the screen would be of unlimited width*. The last sentence clearly

Re: Issue 227 in vim: Pane looses focus of current line on resizing.

2014-06-05 Fir de Conversatie vim
Updates: Status: WontFix Comment #2 on issue 227 by brammool...@gmail.com: Pane looses focus of current line on resizing. http://code.google.com/p/vim/issues/detail?id=227 Closed on request. -- You received this message because this project is configured to send all issue

Re: [Bug] Cursor not moved in a mapping including mixed fF;, motions

2014-06-05 Fir de Conversatie Bohr Shaw
See :h map-error. Oops, thanks! I was trying to make the ;, motion always one-way regardless of the previous fF motion. Thus I don't need to remember the movement direction, only the target character for motion repeat. Hope this concept helps! I came up with a solution to simply remapping F:

Can't input 0xCE on windows console

2014-06-05 Fir de Conversatie mattn
Hi. When using vim.exe with encoding=cp932 (Shift_JIS encoding) I can't input 0xCE (ホ). Because K_NUL is same value. It seems that some characters are registered as mappings. I want to change the value of K_NUL. For example 0xFF. https://gist.github.com/mattn/b6341a1d272aa80431c5 How do you

Re: Why vim doesn't insert cyrillic symbols properly in Ex mode?

2014-06-05 Fir de Conversatie Yukihiro Nakadaira
CC to vim_dev On Thu, Jun 5, 2014 at 2:50 AM, Stas Malavin stas.mala...@gmail.com wrote: To make changes in several files I use the following script: echo search('publications.html') | normal olia href=./book_series.htmlКнижные серии/a/li echo search('collections.html') | d echo

Re: Why vim doesn't insert cyrillic symbols properly in Ex mode?

2014-06-05 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: CC to vim_dev On Thu, Jun 5, 2014 at 2:50 AM, Stas Malavin stas.mala...@gmail.com wrote : To make changes in several files I use the following script: echo search('publications.html') | normal olia href=./book_series.htmlКнижные серии/a/li echo

Re: Can't input 0xCE on windows console

2014-06-05 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: When using vim.exe with encoding=cp932 (Shift_JIS encoding) I can't input 0xCE (ホ). Because K_NUL is same value. It seems that some characters are registered as mappings. I want to change the value of K_NUL. For example 0xFF.

Re: Can't input 0xCE on windows console

2014-06-05 Fir de Conversatie mattn
Do you mean that 0xCE should be replaced as K_NUL 3 in mch_inchar? Currently, windows console version provide some key mappings to keys which has prefix 0xCE. So if i type 0xCE, vim wait for timeout. On Friday, June 6, 2014 2:40:35 AM UTC+9, Bram Moolenaar wrote: Yasuhiro Matsumoto wrote: