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