update syntax script

2006-05-12 Thread Davide Alberani
Hi all, A simple question: what's the best way to keep up-to-date a syntax script that is already in the main distribution? I'm the author of the remind.vim syntax [1]; a couple of days ago I've updated it (only a pair of new lines) and posted on the vim.org site. What steps are required so that

Re: CVS service resumed?

2006-05-12 Thread Bram Moolenaar
Edward Fox wrote: It seems that the CVS service of sourceforge.net resumed again. The host name changed to vim.cvs.sourceforge.net. So what? I tried it. Seems to work mostly, but it has forgotten my ssh key, need to type my password for every change and tag command... Perhaps it's a matter

Re: update syntax script

2006-05-12 Thread Bram Moolenaar
Davide Alberani wrote: A simple question: what's the best way to keep up-to-date a syntax script that is already in the main distribution? I'm the author of the remind.vim syntax [1]; a couple of days ago I've updated it (only a pair of new lines) and posted on the vim.org site. What

Re: gvim7 filename tab completion insert CTRL-I

2006-05-12 Thread Benji Fisher
On Thu, May 11, 2006 at 09:27:25AM -0700, inet working wrote: I just installed vim7 on windows xp. the installer prog also removed vim6 (i chose to keep the vimrc file i'd). first problem i ran into is, in gvim command mode, typing :Ex c:\LongDirTAB insert ^I instead of completing the

Re: Unsupported RD version of Vim?

2006-05-12 Thread Yakov Lerner
On 5/12/06, Eric Arnold [EMAIL PROTECTED] wrote: I was wondering if anybody has thought about having an unsupported version of Vim which has various enhancements and patches that aren't yet approved for the official version of Vim? What if you upload your patch to www.vim.org/script site ? I

RE: Patching Vim 7

2006-05-12 Thread Brandt, Servatius
Nikolai Weibull wrote: On 5/10/06, Martin Krischik [EMAIL PROTECTED] wrote: Have you considered to move over to Subversion completely? Subversion really is better. And so are many other SCMs. And converting cvs - subversion is not that difficult at all and you won't even loose a

Re: updated strtrans() patch for special keys

2006-05-12 Thread Bram Moolenaar
Eric Arnold wrote: It wasn't handling certain keys. This works now: echo strtrans(\c-s-cr,\s-tab,\c-space,\c-s-up,\c-s-2leftmouse\c= -notakey) That already worked. You apparently have wrong expectations of what strtrans() does. The docs say: like they are shown in a window. Thus

Patch 7.0.014

2006-05-12 Thread Bram Moolenaar
Patch 7.0.014 Problem:Compiling gui_xmebw.c fails on Dec Alpha Tru64. (Rolfe) Solution: Disable some code for Motif 1.2 and older. Files: src/gui_xmebw.c *** ../vim-7.0.013/src/gui_xmebw.c Wed May 10 15:22:49 2006 --- src/gui_xmebw.c Thu May 11 19:09:32 2006 ***

Re: updated strtrans() patch for special keys

2006-05-12 Thread Eric Arnold
The doc page really only talks about regular control chars, leaving the problem of special keys to the imagination. Are they to be considered a string of characters which are to be evaluated individually against 'isprint', or are they a meta-character which is to be evaluated against 'isprint'?

Re: updated strtrans() patch for special keys

2006-05-12 Thread Eric Arnold
How about this idea: have an option to strtrans() to convert *all* keys to their format. This way the output can be easily and portably stored, and later translated back using the \ evaluation. 'l' option = long format 'e' option = 'eval'able format let s =

Re: update syntax script

2006-05-12 Thread Bram Moolenaar
Jared Breland wrote: Bram, I have a semi-related question: What's the process for getting a syntax script added to the standard Vim distribution? Specifically, this is in reference to autoit.vim: http://www.vim.org/scripts/script.php?script_id=1239 I need to update it again to support

Re: updated strtrans() patch for special keys

2006-05-12 Thread Bram Moolenaar
Eric Arnold wrote: The doc page really only talks about regular control chars, leaving the problem of special keys to the imagination. Are they to be considered a string of characters which are to be evaluated individually against 'isprint', or are they a meta-character which is to be

Re: Unsupported RD version of Vim?

2006-05-12 Thread Steve Hall
From: Eric Arnold, May 12, 2006 7:51 AM I was wondering if anybody has thought about having an unsupported version of Vim which has various enhancements and patches that aren't yet approved for the official version of Vim? As a roller of one of these alternate binary strains, I've found the

Re: A patch for a mouse function option

2006-05-12 Thread Eric Arnold
I've uploaded a new version to the sourceforge script area. It now can read and react to the text in the statusline and tabline as it appears on the screen. On 5/12/06, Eric Arnold [EMAIL PROTECTED] wrote: Here is my first working version of a mouse function option, i.e. :set

Re: SVN and svn:eol-style

2006-05-12 Thread Edward L. Fox
On 5/13/06, Brandt, Servatius [EMAIL PROTECTED] wrote: [...] So I suggest to use a svn:eol-style setting of LF instead of native. Previously when I didn't set the svn:eol-style property, all text files were using LF as end-of-line character. Bill complained so I change the end-of-line