[vim73] easy way to purge 'persistence undo'?

2010-06-03 Fir de Conversatie SungHyun Nam
Hello, With vim-7.2, I did ':e' to purge undo history to start new 'edit session'(?). With vim-7.3 (+ 'undofile'): I guess I could remove a undofile and run ':e' to do this. Maybe I can make a mapping with some vim script, but... Is there any easy way to purge 'persistence undo' history?

Re: [vim73] easy way to purge 'persistence undo'?

2010-06-03 Fir de Conversatie Christian Brabandt
Hi SungHyun! On Do, 03 Jun 2010, SungHyun Nam wrote: With vim-7.3 (+ 'undofile'): I guess I could remove a undofile and run ':e' to do this. Maybe I can make a mapping with some vim script, but... Is there any easy way to purge 'persistence undo' history? Try setting ul=-1 regards,

Re: [vim73] easy way to purge 'persistence undo'?

2010-06-03 Fir de Conversatie Dominique Pellé
Christian Brabandt wrote: Hi SungHyun! On Do, 03 Jun 2010, SungHyun Nam wrote: With vim-7.3 (+ 'undofile'): I guess I could remove a undofile and run ':e' to do this.  Maybe I can make a mapping with some vim script, but... Is there any easy way to purge 'persistence undo' history? Try

vim.org scripts section unavailable? (MySQL server down)

2010-06-03 Fir de Conversatie Peter Odding
Hi all. Today I started adapting one of my Vim plug-ins to support auto-update using the getscript plug-in. I was just about ready to start testing and then the vim.org MySQL server went down and since then I'm unable to browse the scripts section or download scripts (using a web browser). The

Re: vim.org scripts section unavailable? (MySQL server down)

2010-06-03 Fir de Conversatie James Vega
On Thu, Jun 3, 2010 at 3:33 PM, Peter Odding pe...@peterodding.com wrote: Hi all. Today I started adapting one of my Vim plug-ins to support auto-update using the getscript plug-in. I was just about ready to start testing and then the vim.org MySQL server went down and since then I'm unable to

Re: [patch] 7.3 for zOS/EBCDIC

2010-06-03 Fir de Conversatie Bram Moolenaar
Ralf Schandl wrote: this is a patch to make vim compileable on zOS. Content: src/Makefile, src/configure.in, src/config.mk.in The command defined in the variable QUOTESED in the Makefile needs additional backslashes on zOS. QUOTESED is now set by configure in config.mk,

Re: [vim73] easy way to purge 'persistence undo'?

2010-06-03 Fir de Conversatie SungHyun Nam
Dominique Pellé wrote: Christian Brabandt wrote: Hi SungHyun! On Do, 03 Jun 2010, SungHyun Nam wrote: With vim-7.3 (+ 'undofile'): I guess I could remove a undofile and run ':e' to do this. Maybe I can make a mapping with some vim script, but... Is there any easy way to purge 'persistence

Bug in Patch 7.2.201: Can no longer cutpaste plain text from gvim to OpenOffice

2010-06-03 Fir de Conversatie lack
Ever since 7.2.201 it has become impossible to cutpaste from gvim into OpenOffice. I can paste from gvim to gvim, gvim to a terminal, gvim to almost anywhere else, but not OpenOffice. The cause? When pasting into OpenOffice, we seem to be hitting the escape hatch added in selection_get_cb()

hgcommit.vim

2010-06-03 Fir de Conversatie dlamotte
Jeff Horelick contacted me via email and told me about attempting to add my hgcommit.vim file to vim. I think its a great idea. I did snatch the look and feel of the syntax/gitcommit.vim, but not the actual code, simply the look and feel. Not sure if this is a problem as far as copyright goes.