[PATCH] CScope, option to search for assignments, with csqf and doc changes

2012-09-04 Fir de Conversatie Gary Johnson
Here is a new patch for this enhancement. No changes were made to the original changes, but the 'cscopequickfix' option was enhanced to accept the 'a' flag and the cscope help file was updated. Regards, Gary -- You received this message from the "vim_dev" maillist. Do not top-post! Type your re

Re: [PATCH 2/2] doc/autocmd.txt: Fix indentation with conceal.

2012-09-04 Fir de Conversatie Simon Ruderich
> --- /dev/null > +++ b/src/testdir/test88.ok > @@ -0,0 +1,34 @@ > > [snip] > > +[8;1H > +[8;9H > +[8;17H > +[8;25H > +[8;26H > +[24;1H :q<- > +[24;1H <- Hm, looks like the patch was mangled. In both marked spots (<-) there's a ^M (\r) missing at the end-of-line.

Re: [PATCH 2/2] doc/autocmd.txt: Fix indentation with conceal.

2012-09-04 Fir de Conversatie Simon Ruderich
On Tue, Sep 04, 2012 at 06:14:19PM +0200, Dominique Pellé wrote: > Hi Simon > > I can see why you want to patch this, but I think that the patch should > not be applied. It's a work around for a bug in Vim. It's also breaking > indentation when using "set concealllevel=0" or when conceal feature >

Re: Patch 7.3.625

2012-09-04 Fir de Conversatie Christian Brabandt
Hi On So, 26 Aug 2012, Andy Wokula wrote: > Am 26.08.2012 18:20, schrieb Christian Brabandt: > >Please try the attached patch. If it works ok > > tried & seems to work ok. > > >and you don't find any more issues, > > (skipped, this may take forever ...) > > >I'll send it to Bram together with

Re: BUG: :set clipboard=unnamed makes small deletes clobber the number registers

2012-09-04 Fir de Conversatie Christian Brabandt
Hi Ingo! On Di, 04 Sep 2012, Ingo Karkat wrote: > this does indeed fix the problem, but now (with empty 'clipboard'), when I > "dd" > a single line, I get "cannot yank; delete anyway (y/n)?" and then a "E470: > Command aborted" when I press "n". Oh yes, sorry. This one works: diff --git a/src/o

Re: [PATCH 2/2] doc/autocmd.txt: Fix indentation with conceal.

2012-09-04 Fir de Conversatie Dominique Pellé
Simon Ruderichwrote: > --- > runtime/doc/autocmd.txt | 28 ++-- > 1 files changed, 14 insertions(+), 14 deletions(-) > > diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt > index 7a5fa04..fe77265 100644 > --- a/runtime/doc/autocmd.txt > +++ b/runtime/doc/aut

"command" vs. `command` notation

2012-09-04 Fir de Conversatie Simon Ruderich
Hello, Patch 7.3.504 and the following runtime update changed (some of) the ".." notation to `..` with a different highlighting. I'm not entirely sure what counts as a command. Should `..` be used for all commands which can be entered, e.g. even `3dw` or `v`, but also `:set`? If yes, there are st

Re: [PATCH 1/2] doc/autocmd.txt: Add missing events in *autocmd-events*.

2012-09-04 Fir de Conversatie Taylor Hedberg
Simon Ruderich, Tue 2012-09-04 @ 17:19:56+0200: > @@ -312,6 +315,7 @@ Name triggered by ~ > |SessionLoadPost|after loading a session file > > |MenuPopup| just before showing the popup menu > +|CompleteDone| after inster mode completion is done >

[PATCH 2/2] doc/autocmd.txt: Fix indentation with conceal.

2012-09-04 Fir de Conversatie Simon Ruderich
--- runtime/doc/autocmd.txt | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 7a5fa04..fe77265 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -203,7 +203,7 @@ Name

[PATCH 1/2] doc/autocmd.txt: Add missing events in *autocmd-events*.

2012-09-04 Fir de Conversatie Simon Ruderich
--- runtime/doc/autocmd.txt |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index a8bff07..7a5fa04 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -263,8 +263,11 @@ Name trigge

E64 in :help completion.

2012-09-04 Fir de Conversatie mattn
Hi. Try to type following into command line. :help \{- And type . You'll see error message, and you'll see broken command line. :help E64 The words should be kept on the command line after displaying E64. Below is a patch. https://gist.github.com/3620707 diff -r c0ac5ba66243 src/tag.c --- a/

Re: BUG: :set clipboard=unnamed makes small deletes clobber the number registers

2012-09-04 Fir de Conversatie Ingo Karkat
On 03-Sep-2012 20:43:14 +0200, Christian Brabandt wrote: > Hi Ingo! > > On Mo, 03 Sep 2012, Ingo Karkat wrote: > >> Hello Vim developers, >> >> This issue came up on Reddit >> (http://www.reddit.com/r/vim/comments/yyq4a/is_there_anyway_to_configure_vim_to_use_the/). >> >> With :set clipboard=unn

Re: Suggestion: allow 'z=' when spell-checking isn't on

2012-09-04 Fir de Conversatie Ingo Karkat
On 05-Aug-2012 20:57:24 +0200, Christian Brabandt wrote: > Hi Ingo! > > On Di, 31 Jul 2012, Ingo Karkat wrote: > >> On 31-Jul-2012 21:31:24 +0200, Ben Fritz wrote: >> >>> On Tuesday, July 31, 2012 1:04:21 PM UTC-5, Ingo Karkat wrote: On 31-Jul-2012 18:56:21 +0200, Ben Fritz wrote: