Re: Very slow yaml syntax highlighting (7.3.1106)

2015-05-22 Fir de Conversatie Dominique Pellé
Christian Wellenbrock christian.wellenbr...@gmail.com wrote: I attached a yaml file as example. Please open it with vim to test the highlighting speed. Scolling and searching is very slow. Tested on vim 7.3.1106 Viewing your attached yaml file seems fast for me with vim-7.4.729, both with

Re: Very slow yaml syntax highlighting (7.3.1106)

2015-05-22 Fir de Conversatie tomas . mozes
Seems a bit better with vim-7.4.712 On Monday, November 10, 2014 at 3:11:58 PM UTC+1, Tomas Mozes wrote: Just tried 7.4.507, still the same. On Fri, Nov 7, 2014 at 10:24 PM, Bram Moolenaar b...@moolenaar.net wrote: Tomas Mozes wrote: On Friday, June 14, 2013 2:58:48 PM UTC+2,

patch to allow locking/unlocking the jump list

2015-05-22 Fir de Conversatie Carlo Baldassi
Hi, First, my use case: I'd like to be able to invoke functions or commands (particularly some which I didn't write, e.g. from other people plug-ins/scripts) and not have them update the jump list. The keepjumps command is not sufficient in this regard, because it does not act recursively.

v_p split line at unexpected place when replacing last character with line register.

2015-05-22 Fir de Conversatie Yukihiro Nakadaira
v_p split line at unexpected place when replacing last character with line register. Steps to reproduce: $ vim -u NONE iaaa bbb cccEscggYj$vp Result: 1 aaa 2 b 3 aaa 4 b 5 ccc Expected: 1 aaa 2 bb 3 aaa 4 5 ccc I wrote patch for this problem. Please check the

Re: v_p at last line causes error E315: ml_get: invalid lnum

2015-05-22 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: v_p at last line causes error E315: ml_get: invalid lnum Steps to reproduce: $ vim -u NONE oxEscylv$p E315: ml_get: invalid lnum: 2 E322: line number out of range: 1 past the end This behavior was introduced by 7.4.034. There is related another

v_p at last line causes error E315: ml_get: invalid lnum

2015-05-22 Fir de Conversatie Yukihiro Nakadaira
v_p at last line causes error E315: ml_get: invalid lnum Steps to reproduce: $ vim -u NONE oxEscylv$p E315: ml_get: invalid lnum: 2 E322: line number out of range: 1 past the end This behavior was introduced by 7.4.034. There is related another problem. $ vim -u NONE ixCRyEscv$d

Re: Issue 332 in vim: `colorcolumn` adds trailing whitespace to any multiline copy-pasted content

2015-05-22 Fir de Conversatie vim
Updates: Status: Invalid Comment #5 on issue 332 by chrisbr...@googlemail.com: `colorcolumn` adds trailing whitespace to any multiline copy-pasted content https://code.google.com/p/vim/issues/detail?id=332 I think in that case, this is unavoidable and one better uses the explicit

Re: Issue 366 in vim: compilation problems on yosemite

2015-05-22 Fir de Conversatie vim
Updates: Status: Fixed Comment #3 on issue 366 by chrisbr...@googlemail.com: compilation problems on yosemite https://code.google.com/p/vim/issues/detail?id=366 Closing -- You received this message because this project is configured to send all issue notifications to this address.

Re: Very slow yaml syntax highlighting (7.3.1106)

2015-05-22 Fir de Conversatie Nikolay Pavlov
2015-05-22 11:45 GMT+03:00 Dominique Pellé dominique.pe...@gmail.com: Christian Wellenbrock christian.wellenbr...@gmail.com wrote: I attached a yaml file as example. Please open it with vim to test the highlighting speed. Scolling and searching is very slow. Tested on vim 7.3.1106 Viewing