dw (or any operator) not working at end of line and beyond

2013-09-23 Fir de Conversatie Dimitar DIMITROV
Test done with the latest version out of mercurial Hi, Here is a bug: if you place your cursor at the end of a line and try dw, all that happens is the character under cursor is deleted but the line is not joined with the one below. de however is ALMOST working meaning that it does work in the

:spelldump not working

2013-09-23 Fir de Conversatie Dimitar DIMITROV
Test done with the latest version from Mercurial Hi, Here is what I tried: :setlocal spelllang=bg spell then :spelldump and all I get is an empty window 'local' is the issue, with a simple :set it all works. I reckon the solution would be to take the settings from the current window and use

Re: dw (or any operator) not working at end of line and beyond

2013-09-23 Fir de Conversatie Tony Mechelynck
On 23/09/13 10:42, Dimitar DIMITROV wrote: Test done with the latest version out of mercurial Hi, Here is a bug: if you place your cursor at the end of a line and try dw, all that happens is the character under cursor is deleted but the line is not joined with the one below. hm, dw deletes

Re: dw (or any operator) not working at end of line and beyond

2013-09-23 Fir de Conversatie Dimitar DIMITROV
Test done with the latest version out of mercurial Hi, Here is a bug: if you place your cursor at the end of a line and try dw, all that happens is the character under cursor is deleted but the line is not joined with the one below. hm, dw deletes just the last character on the line but vw

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-09-23 Fir de Conversatie Ben Fritz
On Saturday, September 21, 2013 11:21:28 PM UTC-5, kans wrote: On Saturday, September 21, 2013 8:15:37 PM UTC-7, Ben Fritz wrote: On Saturday, September 21, 2013 6:29:11 PM UTC-5, kans wrote: Thanks for the help. Intervals are no longer run if they error of any sort (apart from a

Problem with the latest changes to syntax/css.vim

2013-09-23 Fir de Conversatie Kent Sibilev
Hi everyone! The latest revision of syntax/css.vim introduced a subtle problem with the following line: Required for cssHacks setlocal iskeyword-=_ I'm not sure if the syntax file that is the correct place to set vim's options other than syntax settings. For example, rails.vim plugin allows

Re: Problem with the latest changes to syntax/css.vim

2013-09-23 Fir de Conversatie Ike Devolder
Op maandag 23 september 2013 09:07:28 schreef Kent Sibilev: Hi everyone! The latest revision of syntax/css.vim introduced a subtle problem with the following line: Required for cssHacks setlocal iskeyword-=_ I'm not sure if the syntax file that is the correct place to set vim's

Re: :spelldump not working

2013-09-23 Fir de Conversatie Christian Brabandt
Hi Dimitar! On Mo, 23 Sep 2013, Dimitar DIMITROV wrote: Hi, Here is what I tried: :setlocal spelllang=bg spell then :spelldump and all I get is an empty window 'local' is the issue, with a simple :set it all works. I reckon the solution would be to take the settings from the current

Re: :spelldump not working

2013-09-23 Fir de Conversatie Christian Brabandt
On Mo, 23 Sep 2013, Christian Brabandt wrote: On Mo, 23 Sep 2013, Bram Moolenaar wrote: Christian Brabandt wrote: Hi Dimitar! On Mo, 23 Sep 2013, Dimitar DIMITROV wrote: Hi, Here is what I tried: :setlocal spelllang=bg spell then :spelldump and

Re: Problem with the latest changes to syntax/css.vim

2013-09-23 Fir de Conversatie Bram Moolenaar
Kent Sibilev wrote: The latest revision of syntax/css.vim introduced a subtle problem with the following line: Required for cssHacks setlocal iskeyword-=_ I'm not sure if the syntax file that is the correct place to set vim's options other than syntax settings. For example, rails.vim

Re: :spelldump not working

2013-09-23 Fir de Conversatie Bram Moolenaar
Dimitar Dimitrov wrote: Test done with the latest version from Mercurial Hi, Here is what I tried: :setlocal spelllang=bg spell then :spelldump and all I get is an empty window 'local' is the issue, with a simple :set it all works. I reckon the solution would be to take the

Re: :spelldump not working

2013-09-23 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Hi Dimitar! On Mo, 23 Sep 2013, Dimitar DIMITROV wrote: Hi, Here is what I tried: :setlocal spelllang=bg spell then :spelldump and all I get is an empty window 'local' is the issue, with a simple :set it all works. I reckon the solution would be

Re: :spelldump not working

2013-09-23 Fir de Conversatie Christian Brabandt
On Mo, 23 Sep 2013, Bram Moolenaar wrote: Christian Brabandt wrote: Hi Dimitar! On Mo, 23 Sep 2013, Dimitar DIMITROV wrote: Hi, Here is what I tried: :setlocal spelllang=bg spell then :spelldump and all I get is an empty window 'local' is the issue, with a

Re: Problem with the latest changes to syntax/css.vim

2013-09-23 Fir de Conversatie Amadeus Demarzi
I've been working with Jules on updating that syntax file and I was the one who introduced that change. It was only there to be able to target specific IE css hacks, and it could trivially be removed for another update. Let me know if you'd like this. Cheers, Amadeus On Monday, September 23,

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-09-23 Fir de Conversatie Geoff Greer
On Sunday, September 22, 2013 6:38:32 AM UTC-7, Bram Moolenaar wrote: kans wrote: Zyx, Thanks for the help. Intervals are no longer run if they error of any sort (apart from a user interrupt which will likely happen accidentally). I was also forced to change

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-09-23 Fir de Conversatie kans
On Sunday, September 22, 2013 6:38:32 AM UTC-7, Bram Moolenaar wrote: kans wrote: Zyx, Thanks for the help. Intervals are no longer run if they error of any sort (apart from a user interrupt which will likely happen accidentally). I was also forced to change

[PATCH] Right-aligned signs

2013-09-23 Fir de Conversatie James
Right now, there can't be right-aligned one-character signs(like sign define rightsign text=\ r), because prefixing a sign with a space breaks the define statement. The text= argument for signs uses skiptowhite_esc, which forces whitespace in the argument to be escaped, but then never actually