Strange behavior with if/else and syntax contains=@Spell

2017-01-16 Fir de Conversatie Taylor Venable
Hello developers, I believe I may have found a bug related to if/else and spell checking with syntax regions and @Spell. Here's my .vimrc for testing: set nocp syntax on function! TweakSyntax1() set spell if 1 syntax region test start=//

Re: Very slow scrolling with gtk3

2016-09-30 Fir de Conversatie Taylor Venable
On Fri, Sep 30, 2016 at 1:37 AM, Kazunobu Kuriyama <kazunobu.kuriy...@gmail.com> wrote: > 2016-09-30 9:51 GMT+09:00 Taylor Venable <tcv...@gmail.com>: >> My problem is that, all other things being equal, scrolling through a >> buffer in gvim is very sluggish using GTK+

Re: Very slow scrolling with gtk3

2016-09-29 Fir de Conversatie Taylor Venable
Thanks, but it seems I have been unclear. My problem is that, all other things being equal, scrolling through a buffer in gvim is very sluggish using GTK+ 3, compared to using GTK+ 2. This is not a problem that affects other GTK+ 3 applications. My example using the output of seq was only to

Re: Very slow scrolling with gtk3

2016-09-29 Fir de Conversatie Taylor Venable
On Thursday, September 29, 2016 at 3:49:55 PM UTC-4, Taylor Venable wrote: > I use some other GTK3 apps like Emacs with performance issues. I'm sorry, this should have said "WITHOUT performance issues." :-) -- -- You received this message from the "vim_dev" maillist. Do

Re: Very slow scrolling with gtk3

2016-09-29 Fir de Conversatie Taylor Venable
On Thursday, September 29, 2016 at 2:17:45 PM UTC-4, Kazunobu Kuriyama wrote: > 2016-09-30 1:06 GMT+09:00 Taylor Venable <tcv...@gmail.com>: > Hi, my distribution (Arch Linux) just switched to using the GTK3 build of > gvim by default. But it behaves very poorly on my computer, t

Update for Tcl syntax file

2014-02-12 Fir de Conversatie Taylor Venable
Hi Bram, I have a (long overdue, I'm afraid) update for the Tcl syntax file I maintain. Mostly these changes are to add highlighting for commands in Tcl 8.6 which was released some time ago. Please find a patch attached. It's been a while since I've sent anything along, so if there's a better way

Re: crash when pasting clipboard from mouse

2008-11-17 Fir de Conversatie Taylor Venable
On Mon, 17 Nov 2008 22:18:23 +0100 Dominique Pelle [EMAIL PROTECTED] wrote: I observe a bug with the latest Vim-7.2.42 (huge) on Linux x86. It's not recently introduced since I can reproduce at least with Vim-7.1.314 which comes with Ubuntu-8.10. It only happens in a terminal (gvim does not

Vim website script search functionality

2008-09-17 Fir de Conversatie Taylor Venable
script_id. Did you get here from a vim online link? Seems like something may be a little broken. I scanned messages on the mailing list but didn't see anything like a warning so I thought I'd point it out. -- Taylor Venablehttp://real.metasyntax.net:2357/ foldr = lambda f, i, l

Curious: Dragging Tabs

2008-04-10 Fir de Conversatie Taylor Venable
sounds simple, but I have no idea how complex the GUI or mouse-handling console code is, so it might be much more difficult than I first think; that is why I thought I'd ask here. Best regards, -- Taylor Venablehttp://real.metasyntax.net:2357/ foldr = lambda f, i, l: (len(l) == 1 and [f

Re: Suggestion: add TCL_INC to command for if_tcl.o compilation rule

2008-02-14 Fir de Conversatie Taylor Venable
On Tue, 2008-02-12 at 21:09 -0500, James Vega wrote: On Tue, Feb 12, 2008 at 08:40:35PM -0500, Taylor Venable wrote: On Tue, 2008-02-12 at 21:26 +0100, Bram Moolenaar wrote: So, is $TCL_INC something that the tcl shell always uses? My manual page for tclsh doesn't mention

Re: Suggestion: add TCL_INC to command for if_tcl.o compilation rule

2008-02-12 Fir de Conversatie Taylor Venable
would find /usr/include/tcl8.4 on my Debian testing system, but it didn't for some reason. So I read the configure script and found that it recognizes TCL_INC. -- Taylor Venablehttp://real.metasyntax.net:2357/ foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i

Suggestion: add TCL_INC to command for if_tcl.o compilation rule

2008-02-11 Fir de Conversatie Taylor Venable
and adds -I ${TCL_INC} [or equivalent] to the compiler options when the value of TCL_INC is used by configure to find the TCL header location. This would prevent users from having to set both CPPFLAGS and TCL_INC to reflect the same place. Best regards, -- Taylor Venablehttp