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 wrote: > 2016-09-30 9:51 GMT+09:00 Taylor Venable : >> 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 probl

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 il

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

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 : > Hi, my distribution (Arch Linux) just switched to using the GTK3 build of > gvim by default. But it behaves very poorly on my computer, the scroll speed > is

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 t

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 do

Vim website script search functionality

2008-09-17 Fir de Conversatie Taylor Venable
ript: hmmm...strange 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

Curious: Dragging Tabs

2008-04-10 Fir de Conversatie Taylor Venable
r). The description 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

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 > > &g

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

2008-02-12 Fir de Conversatie Taylor Venable
configure script 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) ==

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

2008-02-11 Fir de Conversatie Taylor Venable
C 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 Venable

Request: add Erlang *.yaws to filetype.vim

2007-12-11 Fir de Conversatie Taylor Venable
$VIMRUNTIME/filetype.vim - this extension is not used anywhere else in the file, and to the best of my knowledge is also not used by any other application. Thanks, and best regards. -- Taylor Venable [EMAIL PROTECTED] http://real.metasyntax.net:2357/ signature.asc Description: Digital signature

Delay Match Highlighting

2007-09-02 Fir de Conversatie Taylor Venable
So I was wondering if there was a delay anywhere that could be set before the search and highlight is actually attempted, which would make single-line navigation in this kind of situation much faster. -- Taylor Venable [EMAIL PROTECTED] http://www.metasyntax.net/ --~--~-~--~~