filetype.vim patch for *.pro

2011-03-19 Fir de Conversatie H Xu
Hello, The attachment is a patch for filetype.vim to improve the determination of *.pro files. If the pro file is a cpp file, we think that the second line is a function prototype which ends with a ;. However, IDL source file may also put a single ; in the second line as comment just as many

Re: First pass at Freedesktop directories

2011-03-19 Fir de Conversatie Alex QR
How widespread is this? Is this something new or established? it is freedesktop.org standard, at list this programs support this standard: ls -1 dconf Empathy eog evince evolution gedit gnome-control-center gnome-disk-utility gnome-session gtk-2.0 nautilus openbox smplayer Thunar totem

Re: Deleting a Select line selection at the end of a file leaves a blank line

2011-03-19 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 17 Mär 2011, Bram Moolenaar wrote: If you do gHDel it deletes the line. It's only on the last line that it makes the line empty. Let's call that a bug. Someone who wants to fix this? diff --git a/src/normal.c b/src/normal.c --- a/src/normal.c +++ b/src/normal.c @@ -1776,6

Re: [PATCH] Upstart syntax file

2011-03-19 Fir de Conversatie Thilo Six
James Hunt wrote the following on 13.03.2011 20:47 The attached patch against Vim 7.3 provides support for the Upstart [1] init daemons configuration file syntax. [1] - http://upstart.ubuntu.com/ Kind regards, James Thanks for providing it. Please update the patch to not hardcode

Re: Proposed patch: NL in sub-replace-expression('\=')

2011-03-19 Fir de Conversatie Motoya Kurotsu
Hi, Thank for the patch. How about adding a test? I would post the patch as soon as possible. Motoya Kurotsu 2011/3/18 Bram Moolenaar b...@moolenaar.net: Motoya Kurotsu wrote: The patch is attached. Please check and correct. I deleted the following expression in