Re: vim73a help -- bug of feature?

2010-07-21 Fir de Conversatie Maxim Kim
On 21 июл, 09:58, James Vega james...@jamessan.com wrote: This is due to the new conceal feature.  The tags in Vim's help files are surrounded by ||.  When your cursor is on a line with tags, the || are displayed but highlighted using the Ignore group so they blend in with the background.  

Re: vim73a help -- bug of feature?

2010-07-21 Fir de Conversatie Christian J. Robinson
On Tue, 20 Jul 2010, Maxim Kim wrote: On 21 июл, 09:58, James Vega james...@jamessan.com wrote: See :help new-conceal for more information. But as I pointed in PS block there is no 'shrink and widen' behaviour if I run vim with -u NORC. And I do not move cursor out of that line -- I do

Re: vim73a help -- bug of feature?

2010-07-21 Fir de Conversatie Maxim Kim
On 21 июл, 10:32, Christian J. Robinson hept...@gmail.com wrote: On Tue, 20 Jul 2010, Maxim Kim wrote: On 21 июл, 09:58, James Vega james...@jamessan.com wrote: Because you don't have syntax highlight enabled in your example, which turns off the conceal feature as well, since it uses the

Re: vim73a help -- bug of feature?

2010-07-21 Fir de Conversatie Maxim Kim
On 21 июл, 09:41, Maxim Kim haba...@gmail.com wrote: With the following minimal .vimrc and only builtin plugins I have quite a strange behaviour with help on strdisplaywidth() topic. .vimrc: set nocompatible finish 1. run gvim 2. :filetype plugin on 3. :syntax on 4. :h strdisplaywidth()

Re: vim73a help -- bug of feature?

2010-07-21 Fir de Conversatie Maxim Kim
On 21 июл, 13:59, Maxim Kim haba...@gmail.com wrote: On 21 июл, 09:41, Maxim Kim haba...@gmail.com wrote: With the following minimal .vimrc and only builtin plugins I have quite a strange behaviour with help on strdisplaywidth() topic. .vimrc: set nocompatible finish 1. run gvim

Re: vim73a help -- bug of feature?

2010-07-21 Fir de Conversatie Bram Moolenaar
Maxim Kim wrote: With the following minimal .vimrc and only builtin plugins I have quite a strange behaviour with help on strdisplaywidth() topic. .vimrc: set nocompatible finish 1. run gvim 2. :filetype plugin on 3. :syntax on 4. :h strdisplaywidth() 5. navigate to strchars()

Re: vim73a help -- bug of feature?

2010-07-21 Fir de Conversatie Maxim Kim
2010/7/21 Bram Moolenaar b...@moolenaar.net: Maxim Kim wrote: With the following minimal .vimrc and only builtin plugins I have quite a strange behaviour with help on strdisplaywidth() topic. .vimrc: set nocompatible finish 1. run gvim 2. :filetype plugin on 3. :syntax on 4. :h

Re: vim73a help -- bug of feature?

2010-07-21 Fir de Conversatie Christian J. Robinson
On Wed, 21 Jul 2010, Maxim Kim wrote: Christian J. Robinson wrote: Maxim Kim wrote: 3. :syntax on Sorry, I missed that somehow.  But you'd also need to turn filetype plugins on (:filetype plugin on).  The help ftplugin sets 'concellevel'. Cut from the top post: 1. run gvim 2. :filetype

vim73a help -- bug of feature?

2010-07-20 Fir de Conversatie Maxim Kim
With the following minimal .vimrc and only builtin plugins I have quite a strange behaviour with help on strdisplaywidth() topic. .vimrc: set nocompatible finish 1. run gvim 2. :filetype plugin on 3. :syntax on 4. :h strdisplaywidth() 5. navigate to strchars() function 6. press h several times

Re: vim73a help -- bug of feature?

2010-07-20 Fir de Conversatie James Vega
On Tue, Jul 20, 2010 at 10:41:27PM -0700, Maxim Kim wrote: With the following minimal .vimrc and only builtin plugins I have quite a strange behaviour with help on strdisplaywidth() topic. .vimrc: set nocompatible finish 1. run gvim 2. :filetype plugin on 3. :syntax on 4. :h