Re: Segfault on 7.4 caused by syntax :on with Ruby file

2013-08-12 Fir de Conversatie Bram Moolenaar
Christopher Chow wrote: > When I start vim with vim -u NONE -N with the following code in a ruby file: > > class Billing::EstimatedImportStrategy < Billing::GapImportStrategy > def applicable? > has_previous_and_next_data? && has_historic_amount_data? > end > > def has_historic_amount

Re: Segfault on 7.4 caused by syntax :on with Ruby file

2013-08-12 Fir de Conversatie Dominique Pellé
Christopher Chow wrote: > When I start vim with vim -u NONE -N with the following code in a ruby file: > > class Billing::EstimatedImportStrategy < Billing::GapImportStrategy > def applicable? > has_previous_and_next_data? && has_historic_amount_data? > end > > def has_historic_amount_da

Segfault on 7.4 caused by syntax :on with Ruby file

2013-08-12 Fir de Conversatie Christopher Chow
When I start vim with vim -u NONE -N with the following code in a ruby file: class Billing::EstimatedImportStrategy < Billing::GapImportStrategy def applicable? has_previous_and_next_data? && has_historic_amount_data? end def has_historic_amount_data? estimated_import.historic_previ

yamlBlockMappingKey highlighting causes drastic performance problems

2013-08-12 Fir de Conversatie James McCoy
Syntax highlighting the attached file spends (on my computer) 72 seconds processing the unanchored yamlBlockMappingKey pattern. With 'set re=1', it only takes .23 seconds. Applying the below patch reduces the time with 'set re=0' to .01 seconds, but I'm not familiar enough with YAML's syntax to k

Re: Vim can't compile with DYNAMIC_TCL and ActiveTcl 8.6.0.0

2013-08-12 Fir de Conversatie Ken Takata
Hi tux, 2013/08/13 Tue 5:41:44 UTC+9 tux. wrote: > Weirdly, Vim fails to build with ActiveTcl 8.6.0.0 on MSVC2010, saying > > _Tcl_FindExecutable is an "unresolved symbol"...? I found the following lines in the C:\Tcl86\include\tclDecls.h: #if defined(USE_TCL_STUBS) # undef Tcl_CreateInterp #

--remote-silent and startinsert not playing well...

2013-08-12 Fir de Conversatie John Szakmeister
All, I've been working on some vimscript to help expand an UltiSnips template for a new file and ran across an interesting bug. With the attached simple.vim, if I run: vim -u simple.vim -U NONE --noplugin --servername GVIM0 foo.txt I see vim startup and insert foo.txt into the empty file. I

Re: new syntax file(systemverilog)

2013-08-12 Fir de Conversatie kocha
Hi Mun Thank you for reply. I used having made it always such. However, you should divide Verilog HDL and SystemVerilog independently. (For example, C and C++) I think that extension by plug-in is difficult in case of local filetype. Since -- I would like to be given as systemerilog in additi

Bug: writing encrypted file, while asked for password, destroys contents

2013-08-12 Fir de Conversatie Einar Lielmanis
Encrypted file contents are destroyed, if something (e.g autocmd) triggers write event, while user is being asked for password. To repro: 1. have an encrypted.txt ready (:X) 2. gvim, :au focuslost * w 3. :e encrypted.txt, don't type in the password yet, 4. lose window focus, e.g via switching to a

Re:

2013-08-12 Fir de Conversatie tux-
Ah, thanks. I was confused due to the lack of .vcxproj files. -- -- 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 http://www.vim.org/maillist.php --- You received this message because you

Re:

2013-08-12 Fir de Conversatie tux-
Tony Mechelynck schrob am Montag, 12. August 2013 um 23:27 Zeit: > I use the 8.3 name PROGRA~1 instead of the equivalent "Program Files" or > "Program Files (x86)" so I don't need to bother with spaces in the path > (and I don't need quotes). If on your system it's PROGRA~2 or even > PROGRA~3, yo

Re: Vim can't compile with DYNAMIC_TCL and ActiveTcl 8.6.0.0

2013-08-12 Fir de Conversatie Tony Mechelynck
On 12/08/13 22:41, tux- wrote: Weirdly, Vim fails to build with ActiveTcl 8.6.0.0 on MSVC2010, saying _Tcl_FindExecutable is an "unresolved symbol"...? If you have Ruby, you can use the TCL distribution included with it, for instance by setting set TCL=C:\PROGRA~1\ruby\tcl set

Re: Ruby for MSVC?

2013-08-12 Fir de Conversatie skeept
On Monday, August 12, 2013 12:54:32 PM UTC-6, tux. wrote: > Hi, > > > > I've seen that Ruby 2.0.0 is out. I thought I could include it with my > > Vim builds. Where can I find a MSVC-compatible version? Ruby itself > > only supports MingW. Please check this thread: https://groups.google.com/f

Vim can't compile with DYNAMIC_TCL and ActiveTcl 8.6.0.0

2013-08-12 Fir de Conversatie tux-
Weirdly, Vim fails to build with ActiveTcl 8.6.0.0 on MSVC2010, saying _Tcl_FindExecutable is an "unresolved symbol"...? -- -- 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 http://www.vim.or

Re: vaB issue with :se ve=all

2013-08-12 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Fr, 09 Aug 2013, Ben Fritz wrote: > > > On Friday, August 9, 2013 11:20:37 AM UTC-5, Dimitar DIMITROV wrote: > > > >I don't see anything wrong. For me it selects all text from the > > > >opening { to the closing }. What do you > > > see? > > > > > > > >I tried gvi

Re: Vim crashes when selecting more than 262040 characters

2013-08-12 Fir de Conversatie Yegappan Lakshmanan
Hi all, On Tue, Apr 16, 2013 at 1:11 PM, Bram Moolenaar wrote: > >> >> >> >> I am running Vim 7.3.831 on a Linux system built with GTK 2.0. >> >> When I execute the following steps, Vim crashes: >> >> >> >> 1. Open an empty buffer >> >> 2. Enter insert mode using 'i' >> >> 3. Insert 262040 charac

Re: Issue 159 in vim: Typo in Spanish tutorial tutor.es: "vin"

2013-08-12 Fir de Conversatie vim
Updates: Status: Fixed Comment #1 on issue 159 by brammool...@gmail.com: Typo in Spanish tutorial tutor.es: "vin" http://code.google.com/p/vim/issues/detail?id=159 Thanks. I'll fix the tutor. -- You received this message because this project is configured to send all issue notifica

Re: Syntax highlighting lost when scrolling upwards

2013-08-12 Fir de Conversatie Christian Brabandt
On Fr, 09 Aug 2013, Gary Johnson wrote: > In your video, you paged forward and back using ^F and ^B. I just > tried that and it works for me, too. However, scrolling forward and Ah, from your initial description it wasn't clear to me, that scrolling actually means using up/down and not paging

Re: gUgn not repeated with .

2013-08-12 Fir de Conversatie Christian Brabandt
On Do, 08 Aug 2013, Dimitar DIMITROV wrote: > As per the subject :) Can you check, whether the attached patch fixes it for you? regards, Christian -- Was die Welt in diesem Augenblick sucht, ist viel weniger ein Gleichgewicht als eine Sprache. -- Jean Giraudoux -- -- You rece

Re: Suggestion: allow 'z=' when spell-checking isn't on

2013-08-12 Fir de Conversatie Gary Johnson
On 2013-08-12, Christian Brabandt wrote: > Hi Gary! > > On So, 11 Aug 2013, Gary Johnson wrote: > > > Christian, > > > > On 2013-08-11, Christian Brabandt wrote: > > > On Sa, 10 Aug 2013, Gary Johnson wrote: > > > > > > Now that 7.4 has been released and we can resume considering > > > > featur

Ruby for MSVC?

2013-08-12 Fir de Conversatie tux-
Hi, I've seen that Ruby 2.0.0 is out. I thought I could include it with my Vim builds. Where can I find a MSVC-compatible version? Ruby itself only supports MingW. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to.

Re: vaB issue with :se ve=all

2013-08-12 Fir de Conversatie Christian Brabandt
On Fr, 09 Aug 2013, Ben Fritz wrote: > On Friday, August 9, 2013 11:20:37 AM UTC-5, Dimitar DIMITROV wrote: > > >I don't see anything wrong. For me it selects all text from the opening { > > >to the closing }. What do you > > see? > > > > > >I tried gvim 7.3.822 on Windows, and also vim (not gvi

Issue 159 in vim: Typo in Spanish tutorial tutor.es: "vin"

2013-08-12 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 159 by deleteso...@gmail.com: Typo in Spanish tutorial tutor.es: "vin" http://code.google.com/p/vim/issues/detail?id=159 http://code.google.com/p/vim/source/browse/runtime/tutor/tutor.es#123 says to run Vim you need to typ

Re: Suggestion: allow 'z=' when spell-checking isn't on

2013-08-12 Fir de Conversatie Christian Brabandt
Hi Gary! On So, 11 Aug 2013, Gary Johnson wrote: > Christian, > > On 2013-08-11, Christian Brabandt wrote: > > On Sa, 10 Aug 2013, Gary Johnson wrote: > > > > Now that 7.4 has been released and we can resume considering > > > features instead of just bug fixes, can we have this patch included?

Re: new syntax file(systemverilog)

2013-08-12 Fir de Conversatie Mun
Hi kocha, On Mon, Aug 12, 2013 at 06:39 AM PDT, kocha wrote: k> Hi Bram, k> k> I am always using a language called SystemVerilog at work. k> However, I very regret that there is nothing to Syntax of the standard of Vim. k> Would you add to the standard of Vim, if it can do? The Verilog syntax

Re: Troyan horse in vimrun.exe ?

2013-08-12 Fir de Conversatie Tony Mechelynck
On 12/08/13 14:04, Joost Andrae wrote: Hi, I just hg cloned the 7.4 source tree and built i with MSVC 2010 Express on my Win 7 Pro 64 bit system. After sucessfully building and copying the files into a local directory like described in INSTALLpc.txt, then packing the binaries with upx (from sf.n

Re: Issue 28 in vim: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7

2013-08-12 Fir de Conversatie Benjamin Fritz
On Mon, Aug 12, 2013 at 2:04 AM, Bram Moolenaar wrote: > > Ben Fritz wrote: > >> On Sunday, August 11, 2013 12:52:16 PM UTC-5, v...@googlecode.com wrote: >> > Comment #7 on issue 28 by brammool...@gmail.com: out of the box, gVim >> > >>> When I launch a newly installed Vim with no files, it always

Troyan horse in vimrun.exe ?

2013-08-12 Fir de Conversatie Joost Andrae
Hi, I just hg cloned the 7.4 source tree and built i with MSVC 2010 Express on my Win 7 Pro 64 bit system. After sucessfully building and copying the files into a local directory like described in INSTALLpc.txt, then packing the binaries with upx (from sf.net) and starting the vim.exe (GUI+OL

Re: Issue 28 in vim: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7

2013-08-12 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: > On Sunday, August 11, 2013 12:52:16 PM UTC-5, v...@googlecode.com wrote: > > Comment #7 on issue 28 by brammool...@gmail.com: out of the box, gVim > > > > 7.3.46 for Win32 cannot write swap files on Windows 7 > > > > http://code.google.com/p/vim/issues/detail?id=28 > > > >