paragraph object issue

2013-08-06 Fir de Conversatie Dimitar DIMITROV
Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these lines: .jpg  01;35 .jpeg 01;35 .gif  01;35 .bmp  01;35 .pbm  01;35 .pgm  01;35 .ppm  01;35 .tga  01;35 .xbm  01;35 .xpm  01;35 .tif  01;35 .tiff 01;35 .png  01;35 .svg  01;35 .svgz 01;35 .mng  01;35 .pcx  01;35 .mov  01;35

Re: paragraph object issue

2013-08-06 Fir de Conversatie Benjamin R. Haskell
On Tue, 6 Aug 2013, Dimitar DIMITROV wrote: Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these lines: .jpg  01;35 .jpeg 01;35 .gif  01;35 .bmp  01;35 .pbm  01;35 .pgm  01;35 .ppm  01;35 With no filetype, a paragraph is defined by the 'paragraphs' setting. The '.pp'

Re: paragraph object issue

2013-08-06 Fir de Conversatie Ben Fritz
On Tuesday, August 6, 2013 11:21:02 AM UTC-5, Benjamin R. Haskell wrote: On Tue, 6 Aug 2013, Dimitar DIMITROV wrote: Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these lines: .jpg  01;35 .jpeg 01;35 .gif  01;35 .bmp  01;35 .pbm  01;35

Re: paragraph object issue

2013-08-06 Fir de Conversatie Benjamin R. Haskell
On Tue, 6 Aug 2013, Ben Fritz wrote: On Tuesday, August 6, 2013 11:21:02 AM UTC-5, Benjamin R. Haskell wrote: On Tue, 6 Aug 2013, Dimitar DIMITROV wrote: Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these lines: .jpg  01;35 .jpeg 01;35 .gif  01;35 .bmp  01;35 .pbm 

Re: paragraph object issue

2013-08-06 Fir de Conversatie Gary Johnson
On 2013-08-06, Dimitar DIMITROV wrote: Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these lines: .jpg 01;35 ... .emf 01;35 then go to the top (gg) and try vap... There is an issue :set paragraphs= gg vap No issue. :help 'paragraphs' :help

Re: paragraph object issue

2013-08-06 Fir de Conversatie Christian Brabandt
Hi Benjamin! On Di, 06 Aug 2013, Benjamin R. Haskell wrote: On Tue, 6 Aug 2013, Ben Fritz wrote: On Tuesday, August 6, 2013 11:21:02 AM UTC-5, Benjamin R. Haskell wrote: On Tue, 6 Aug 2013, Dimitar DIMITROV wrote: Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these

Regex question (possible bug?)

2013-08-06 Fir de Conversatie Hisashi T Fujinaka
Is this the place for possible bug reports? I'm in nomagic and I'm trying to delete the last directory from a directory path. So /a/b/c/d would end up being /a/b/c. This doesn't work, and I may be screwing it up: :%s,/\[a-z]\*\$,, Or is it a bug? -- Hisashi T Fujinaka - ht...@twofifty.com

Re: Regex question (possible bug?)

2013-08-06 Fir de Conversatie glts
On Tue, Aug 6, 2013 at 10:09 PM, Hisashi T Fujinaka ht...@twofifty.com wrote: I'm in nomagic and I'm trying to delete the last directory from a directory path. So /a/b/c/d would end up being /a/b/c. This doesn't work, and I may be screwing it up: :%s,/\[a-z]\*\$,, Or is it a bug? Not a

Re: paragraph object issue

2013-08-06 Fir de Conversatie Dimitar DIMITROV
Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these lines: .jpg  01;35 .jpeg 01;35 .gif  01;35 .bmp  01;35 .pbm  01;35 .pgm  01;35 .ppm  01;35 With no filetype, a paragraph is defined by the 'paragraphs' setting.  The '.pp' beginning the above line is treated as one