Patch 7.3.476

2012-03-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.476 Problem:When selecting a block, using $ to include the end of each line and using A and typing a backspace strange things happen. (Yuangchen Xie) Solution: Avoid using a negative length. (Christian Brabandt) Files: src/ops.c ***

Patch 7.3.477

2012-03-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.477 Problem:Using :echo to output enough lines to scroll, then using j and k at the more prompt, displays the command on top of the output. (Marcin Szamotulski) Solution: Put the output below the command. (Christian Brabandt) Files: src/eval.c ***

Patch 7.3.478

2012-03-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.478 Problem:Memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo' containing !. Solution: Free the typeval. (Dominique Pelle) Files: src/eval.c *** ../vim-7.3.477/src/eval.c 2012-03-23 15:18:20.0

[patch] runtime/ftplugin/vim.vim

2012-03-23 Fir de Conversatie Thilo Six
Hello Bram, hello Charles, dear Readers, for some time now i tried to tackle a bug in highlighting of vim files. Namely the highlighting of 'vimVar's with and without scope prefixed. Look at the attached sample.vim with default highlighting for vim files to see what i mean. I tried to find a

Patch 7.3.479

2012-03-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.479 Problem:When 'cursorline' is set the line number highlighting can't be set separately. Solution: Add CursorLineNr. (Howard Buchholz) Files: src/option.c, src/screen.c, src/syntax.c, src/vim.h *** ../vim-7.3.478/src/option.c 2012-02-29 13:51:32.0

Patch 7.3.480

2012-03-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.480 Problem:When using :qa and there is a changed buffer picking the buffer to jump to is not very good. Solution: Consider current and other tab pages. (Hirohito Higashi) Files: src/ex_cmds2.c *** ../vim-7.3.479/src/ex_cmds2.c 2012-02-22

Re: Patch 7.3.477

2012-03-23 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: Patch 7.3.477 Problem:    Using :echo to output enough lines to scroll, then using j and            k at the more prompt, displays the command on top of the output.            (Marcin Szamotulski) Solution:   Put the output below the command. (Christian Brabandt)

Re: Patch 7.3.477

2012-03-23 Fir de Conversatie Christian J. Robinson
On Fri, 23 Mar 2012, Dominique Pellé wrote: Bram Moolenaar wrote: Patch 7.3.477 [ snip ] map F7 :call MySpellLang()CR imap F7 C-o:call MySpellLang()CR [ snip ] But after applying patch 7.3.477, pressing F7 now scrolls the screen one line upward and prints *2* lines at the

Re: Patch 7.3.477

2012-03-23 Fir de Conversatie Dominique Pellé
Christian J. Robinson wrote: On Fri, 23 Mar 2012, Dominique Pellé wrote: Bram Moolenaar wrote: Patch 7.3.477 [ snip ]   map  F7      :call MySpellLang()CR   imap F7 C-o:call MySpellLang()CR [ snip ] But after applying patch 7.3.477, pressing F7 now scrolls the screen one line

Re: Patch 7.3.477

2012-03-23 Fir de Conversatie Christian J. Robinson
On Fri, 23 Mar 2012, Dominique Pellé wrote: Christian J. Robinson wrote: The new behavior is probably what is actually intended.  If you don't want to see the :call command, use the silent operator for the :map commands.  See :help map-silent. It's actually worse if I add silent. ... then

Issue 59 in vim: netrw breaks scripts.vim

2012-03-23 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 59 by sbje...@gmail.com: netrw breaks scripts.vim http://code.google.com/p/vim/issues/detail?id=59 What steps will reproduce the problem? 1. Have vim installed, have openssh-server installed and running 2. create a ruby

Re: [Patch] Re: 'backupcopy' and Windows Vista symbolic links

2012-03-23 Fir de Conversatie David Pope
Hello Bram, Benjamin, and all, On Wed, Mar 21, 2012 at 2:27 AM, David Pope d.e.p...@gmail.com wrote: A patch definitely helps. And a way to reproduce the problem. Reproduction is easy. 1. Create a symbolic link on Windows. (e.g. mklink link_path target_path) 2. open the file in Vim 3.