Re: [patch] neovim patches

2017-03-03 Fir de Conversatie Christian Brabandt
On Di, 28 Feb 2017, Bram Moolenaar wrote: > But also testing fdm=marker requires more work, I'll leave that for > now. Are you sure? I think adding a :set fdm=marker and the rest should be the same, foldmarkers will then be set automatically. BTW: There is another one:

Additional tests for the quickfix functionality

2017-03-03 Fir de Conversatie Yegappan Lakshmanan
Hi all, I am attaching a patch to add some more additional tests for the quickfix functionality. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: [bug] Exiting insertion mode with C-c extremely slow when file extension is .sql

2017-03-03 Fir de Conversatie Matthew Desjardins
On Friday, March 3, 2017 at 8:13:47 AM UTC-5, Grégoire Verdier wrote: > Hi ! > I'm using C-c instead of Esc and I've recently faced a problem when editing > sql files. > > Whenever I press C-c to exit the insertion mode, it takes at least 2 or 3 > seconds. > > However, if I open the file like

Re: [bug] Exiting insertion mode with C-c extremely slow when file extension is .sql

2017-03-03 Fir de Conversatie David Fishburn
On Fri, Mar 3, 2017 at 9:23 AM, 'Jürgen Krämer' via vim_dev < vim_dev@googlegroups.com> wrote: > > Hi, > > Grégoire Verdier schrieb am 03.03.2017 um 13:32: > > Hi ! > > I'm using C-c instead of Esc and I've recently faced a problem when > editing sql files. > > > > Whenever I press C-c to exit

Re: [bug] Exiting insertion mode with C-c extremely slow when file extension is .sql

2017-03-03 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Grégoire Verdier schrieb am 03.03.2017 um 13:32: > Hi ! > I'm using C-c instead of Esc and I've recently faced a problem when editing > sql files. > > Whenever I press C-c to exit the insertion mode, it takes at least 2 or 3 > seconds. > > However, if I open the file like this `vim -u

[bug] Exiting insertion mode with C-c extremely slow when file extension is .sql

2017-03-03 Fir de Conversatie Grégoire Verdier
Hi ! I'm using C-c instead of Esc and I've recently faced a problem when editing sql files. Whenever I press C-c to exit the insertion mode, it takes at least 2 or 3 seconds. However, if I open the file like this `vim -u NONE test.sql` I don't have any problem but I'm still reporting this

Re: added TextDeleted and TextYanked events

2017-03-03 Fir de Conversatie Christian Brabandt
Hi Philippe! On Fr, 03 Mär 2017, Philippe Vaucher wrote: > So reguarding vim, 6 years ago this was put in the TODO in the "As > soon as possible" section. Today this patch still sits there... > maybe... just maybe... is there some kind of problems with the patch > submission process? *wink

Re: added TextDeleted and TextYanked events

2017-03-03 Fir de Conversatie Philippe Vaucher
On Monday, February 29, 2016 at 4:13:31 PM UTC+1, Björn Linse wrote: > For the record, a version of this was merged into neovim: > https://github.com/neovim/neovim/pull/4304 Hehe, I just noticed that! Thanks :-) So reguarding vim, 6 years ago this was put in the TODO in the "As soon as

small patches

2017-03-03 Fir de Conversatie Christian Brabandt
Bram, here are two small patches: 1) edit.patch: fixes a comment. This is so tiny, that it doesn't deserve its own patch number. 2) getchar.patch: makes sure, that typebuf.tb_no_abbr_cnt is only set if the ins_typebuf() function was called with the noremap argument being non-zero. This

Re: Problem installing 8.0.402 on Linux

2017-03-03 Fir de Conversatie Gary Johnson
On 2017-03-03, Christian Brabandt wrote: > Hi Gary! > > On Do, 02 Mär 2017, Gary Johnson wrote: > > > On 2017-03-02, Gary Johnson wrote: > > > > > cd ../runtime/doc; if test -z "" -a -f tags; then \ > > > mv -f tags tags.dist; fi > > > mv: cannot move ?tags? to ?tags.dist?: Permission

Re: Problem installing 8.0.402 on Linux

2017-03-03 Fir de Conversatie Gary Johnson
On 2017-03-03, Tony Mechelynck wrote: > There is a difference between sudo and su. Some things that root (or a > "su root" console) can do, cannot be done by plain sudo. I don't know > the fine points of these differences. > > If you install vim at the default location (with >