[PATCH] Modern UI 2.0 upgrade for Vim NSIS installer (v0.8)

2010-12-27 Fir de Conversatie Guopeng Wen
I've uploaded release 0.8 of my patch for Vim NSIS installer to github: https://github.com/gpwen/vim-installer-mui2/wiki The following new features have been added: - Silent mode (and command line) support: The installer now has full support for silent mode. When run in such mode, no

using :v/.../normal dd - in a folded file

2010-12-27 Fir de Conversatie Samuel Ferencik
Hi, I have a long SQL script, for which I use folding. Every (multi-line) SQL statement is folded. Suppose I want to delete all the lines which don't contain the string varchar. I run :v/varchar/normal dd Surprisingly, everything is deleted. It is as if dd was pressed on each (closed) fold,

Re: using :v/.../normal dd - in a folded file

2010-12-27 Fir de Conversatie Ingo Karkat
On 27-Dec-2010 16:11, Samuel Ferencik wrote: Hi, I have a long SQL script, for which I use folding. Every (multi-line) SQL statement is folded. Suppose I want to delete all the lines which don't contain the string varchar. I run :v/varchar/normal dd Surprisingly, everything is

Re: [patch] fixed errors in :help jumps and :help tags

2010-12-27 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Attached patch fixes errors in :help jumps and :help tags. Thanks! -- hundred-and-one symptoms of being an internet addict: 45. You buy a Captain Kirk chair with a built-in keyboard and mouse. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\

[patch] check for tempdir

2010-12-27 Fir de Conversatie Christian Brabandt
Hi Bram, this patch checks, that the generated tmpdir does exist and not error out. For example when a cron job deletes the v* temporary directory (because it is too old). You can check this, if you manually delete the /tmp/v* directory for a running vim session and afterwards run something

Re: [PATCH] Modern UI 2.0 upgrade for Vim NSIS installer (v0.8)

2010-12-27 Fir de Conversatie Peter Odding
Hi Guopeng, Attached is a Dutch translation of the installer messages. I checked the Dutch NSIS language file which says its encoded in codepage 1252, so I saved the attached file in Vim using :write ++enc=cp1252. - Peter Odding -- You received this message from the vim_dev maillist. Do