Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Steve Hall
On Thu, 2011-03-17 at 14:33 -0700, Ben Fritz wrote: I know for quite some time, the diffexpr given in vimrc_example.vim (or wherever it is given in the default cream setup) is broken on Windows. Perhaps it still is broken? First I've heard. Can we not start distributing .vimrc and _vimrc

Re: Filename expansion bug in 7.3.138 on Windows?

2011-03-18 Fir de Conversatie Andy Wokula
Am 14.03.2011 19:46, schrieb Gary Johnson: I've encountered a problem using gvim 7.3.138 on a Windows XP system because of the way that Vim expands plugin/**/*.vim when it loads plugins. Specifically, Vim includes RCS file names that end with .vim,v in that expansion. The error can also be

Re: Supporting more key modifiers (was: Re: Dear Bram)

2011-03-18 Fir de Conversatie Philippe Vaucher
As long as the two triplets of keypresses I suggested originally can all be represented uniquely, and without reference to timing information in the Escape vs Alt+ case, then I'm happy with whatever internal implementation makes it happen. The two triplets in question being   Tab  

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Tony Mechelynck
On 18/03/11 03:11, Steve Hall wrote: On Thu, 2011-03-17 at 14:33 -0700, Ben Fritz wrote: I know for quite some time, the diffexpr given in vimrc_example.vim (or wherever it is given in the default cream setup) is broken on Windows. Perhaps it still is broken? First I've heard. Can we not

Re: Supporting more key modifiers

2011-03-18 Fir de Conversatie Ben Schmidt
On 18/03/11 8:38 PM, Philippe Vaucher wrote: As long as the two triplets of keypresses I suggested originally can all be represented uniquely, and without reference to timing information in the Escape vs Alt+ case, then I'm happy with whatever internal implementation makes it happen. The two

Re: [PATCH] Upstart syntax file

2011-03-18 Fir de Conversatie Bram Moolenaar
James Hunt wrote: Hi Thedward, Thanks for the suggestion! Updated patch attached. I actually don't like changing 'iskeyword' in a syntax file, it has side effects. E.g., users may change 'iskeyword' to find text in comments, thus it doesn't have to match what the language defines as a

Re: [PATCH] First pass at Freedesktop directories

2011-03-18 Fir de Conversatie Bram Moolenaar
Ben Haskell wrote: Freedesktop defines some commonly, but certainly-not-universally used directories for configuration (rather than using $HOME/.file, it's generally, $XDG_CONFIG_HOME/appname/file). This is a very rough first draft of using those names if XDG_DIRECTORIES is defined. How

Re: [patch] filetype.vim

2011-03-18 Fir de Conversatie Bram Moolenaar
Thilo Six wrote: i have patched filetype.vim again. As there are certain newly '.d/' directories that now can contain configurations. e.g. from man xorg.con(5) on my system: ,[ man xorg.con(5) ]- Xorg uses a configuration file called xorg.conf and files end‐

RE: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Steve Hall
From: Tony Mechelynck, Fri, March 18, 2011 5:51 am On 18/03/11 03:11, Steve Hall wrote: Can we not start distributing .vimrc and _vimrc instead of relying on the installer to create these? [...] If we distribute .vimrc and _vimrc, wouldn't that clobber any existing user vimrc during

Re: doc issue

2011-03-18 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: :help cinoptions-values indent.txt 323 +NIndent a continuation line (a line that spills onto the next) N 324 additional characters. (default 'shiftwidth'). 325 When the previous line ended in a backslash it's doubled. 326

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

2011-03-18 Fir de Conversatie Bram Moolenaar
Motoya Kurotsu wrote: The patch is attached. Please check and correct. I deleted the following expression in *sub-replace-expression* because the function has been lost since Patch 7.2.437. Prepend a backslash to get a real NL character (which will be a NUL in the file). I added

Re: Filename expansion bug in 7.3.138 on Windows?

2011-03-18 Fir de Conversatie Mike Williams
On 18/03/2011 09:14, Andy Wokula wrote: Am 14.03.2011 19:46, schrieb Gary Johnson: I've encountered a problem using gvim 7.3.138 on a Windows XP system because of the way that Vim expands plugin/**/*.vim when it loads plugins. Specifically, Vim includes RCS file names that end with .vim,v in

Re: [patch] filetype.vim

2011-03-18 Fir de Conversatie Tony Mechelynck
On 18/03/11 14:18, Bram Moolenaar wrote: Thilo Six wrote: i have patched filetype.vim again. As there are certain newly '.d/' directories that now can contain configurations. e.g. from man xorg.con(5) on my system: ,[ man xorg.con(5) ]- Xorg uses a configuration file

Re: [patch] filetype.vim

2011-03-18 Fir de Conversatie Benjamin R. Haskell
On Fri, 18 Mar 2011, Tony Mechelynck wrote: On 18/03/11 14:18, Bram Moolenaar wrote: Thilo Six wrote: i have patched filetype.vim again. As there are certain newly '.d/' directories that now can contain configurations. e.g. from man xorg.con(5) on my system: ,[ man xorg.con(5)

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Ben Fritz
On Mar 17, 9:11 pm, Steve Hall digit...@dancingpaper.com wrote: On Thu, 2011-03-17 at 14:33 -0700, Ben Fritz wrote: I know for quite some time, the diffexpr given in vimrc_example.vim (or wherever it is given in the default cream setup) is broken on Windows. Perhaps it still is broken?

Re: [patch] filetype.vim

2011-03-18 Fir de Conversatie Thilo Six
Bram Moolenaar wrote the following on 18.03.2011 14:18 Hello Bram, -- snip -- I would prefer to keep the direct file names, those are the ones that are mostly used. This applies to /etc/apt/sources.list and /etc/limits. For the last one you changed it to limits.conf. good catch. Thank you.

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Ben Fritz
On Mar 18, 12:35 pm, Ben Fritz fritzophre...@gmail.com wrote: On Mar 17, 9:11 pm, Steve Hall digit...@dancingpaper.com wrote: On Thu, 2011-03-17 at 14:33 -0700, Ben Fritz wrote: I know for quite some time, the diffexpr given in vimrc_example.vim (or wherever it is given in the default

Re: [PATCH] First pass at Freedesktop directories

2011-03-18 Fir de Conversatie Benjamin R. Haskell
On Fri, 18 Mar 2011, Bram Moolenaar wrote: Ben Haskell wrote: Freedesktop defines some commonly, but certainly-not-universally used directories for configuration (rather than using $HOME/.file, it's generally, $XDG_CONFIG_HOME/appname/file). This is a very rough first draft of using those

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Steve Hall
On Fri, 2011-03-18 at 10:46 -0700, Ben Fritz wrote: On Mar 18, 12:35 pm, Ben Fritz fritzophre...@gmail.com wrote: ...but the backslash issues have not been fixed. Steve, the version installed on my machine (I always choose to overwrite the _vimrc) looks like this on line 20: if sh =~

Re: [patch] filetype.vim

2011-03-18 Fir de Conversatie Bram Moolenaar
Thilo Six wrote: -- snip -- I would prefer to keep the direct file names, those are the ones that are mostly used. This applies to /etc/apt/sources.list and /etc/limits. For the last one you changed it to limits.conf. good catch. Thank you. Would be something like the following OK

Re: [patch] filetype.vim

2011-03-18 Fir de Conversatie Thilo Six
Bram Moolenaar wrote the following on 18.03.2011 21:51 -- snip -- au BufNewFile,BufRead /etc/sysctl.conf setf sysctl +au BufNewFile,BufRead /etc/sysctl.d/*.conf setf sysctl That should be OK. all right. Also I would like to ask if it would be OK for you if we were not

Re: [PATCH] First pass at Freedesktop directories

2011-03-18 Fir de Conversatie James Vega
On Mon, Mar 14, 2011 at 02:27:07PM -0400, Benjamin R. Haskell wrote: Freedesktop defines some commonly, but certainly-not-universally used directories for configuration (rather than using $HOME/.file, it's generally, $XDG_CONFIG_HOME/appname/file). This is a very rough first draft of using

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie James Vega
On Fri, Mar 18, 2011 at 06:26:38AM -0700, Steve Hall wrote: From: Tony Mechelynck, Fri, March 18, 2011 5:51 am On 18/03/11 03:11, Steve Hall wrote: Can we not start distributing .vimrc and _vimrc instead of relying on the installer to create these? [...] If we distribute .vimrc