Re: thoughts on grep/quickfix grep/location list interaction, doc patch

2010-09-01 Fir de Conversatie Gary Johnson
On 2010-08-31, Britton Kerin wrote: > Hello, > > I only fairly recently found out about :copen :lopen etc. Some snippets using > them are popular on vim_use: > > > http://groups.google.com/group/vim_use/browse_thread/thread/211ed834076e7526/9f756b498db39636?lnk=gst&q=Run+lgrep+then+immediat

RE: Mouse control in a "Quick Edit mode" Windows console

2010-09-01 Fir de Conversatie Craig Barkhouse
> On Aug 13, 10:35 pm, Bram Moolenaar wrote: > > > What system has this mode?  My XP system only has Edit/Mark, > > Edit/Paste and thelike. > > > Thank you for your quick answer. > I have Windows XP SP3 (French version). > Clicking the "C:\" icon at the left top corner of a cmd.exe console window

Re: motif vim73 on macosx X11: clipboard/primary selection not working across windows

2010-09-01 Fir de Conversatie Lech Lorens
On 31-Aug-2010 TR wrote: > > OK, so for me pasting into Gvim is broken by the changeset which has the > > message "Fixes for time inclipboardrequest.  Also fix ownership. > > (David Fries)". > > Here is another patch that ought to fix the time in the clipboard > request issue: > http://softagalle

setwinvar unavailable in "restricted mode"

2010-09-01 Fir de Conversatie Benjamin Fritz
I got a bug report for the 2html plugin, that two "setwinvar()" calls are throwing an error. It appears the problem was that the user was running Vim with the -Z flag. :help setwinvar() says it acts just like settabwinvar(), which in turn says it is not available in the sandbox. :help sandbox doe

Re: Improved YAML syntax file

2010-09-01 Fir de Conversatie Nikolai Weibull
On Wed, Sep 1, 2010 at 19:54, ZyX wrote: > I have written a syntax file for YAML markup language that has the following > differencies with runtime/syntax/yaml.vim from mercurial repository: Great! Please consider taking over maintenance of this file. Bram, if ZyX wants to maintain this file,

Improved YAML syntax file

2010-09-01 Fir de Conversatie ZyX
I have written a syntax file for YAML markup language that has the following differencies with runtime/syntax/yaml.vim from mercurial repository: 1. It is higlights YAML-1.2, not YAML-1.1 2. Improved directive detection and higlighting (official was not able to properly detect YAML directives at

doc fix for quickref.txt

2010-09-01 Fir de Conversatie Yukihiro Nakadaira
Here is link error. diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1377,7 +1377,7 @@ set foldmethod=indent folding by indent set foldmethod=expr folding by 'foldexpr'