Re: racket (:mz) SEGV's vim

2012-03-28 Fir de Conversatie Tim Brown
Bram, On 10 December 2011 20:20, Bram Moolenaar b...@moolenaar.net wrote: I think it's this note: Other way to start Mzscheme. Tim Brown, 2011 Oct 5: change main call. Later patch by Sergey Khorev, 2011 Oct 9. I haven't looked at it yet, are you OK with Sergey's patch that he sent Oct 9?

Patch 7.3.481

2012-03-28 Fir de Conversatie Bram Moolenaar
Patch 7.3.481 Problem:Changing 'virtualedit' in an operator function to all does not have the desired effect. (Aaron Bohannon) Solution: Save, reset and restore virtual_op when executing an operator function. Files: src/normal.c *** ../vim-7.3.480/src/normal.c

Patch 7.3.482

2012-03-28 Fir de Conversatie Bram Moolenaar
Patch 7.3.482 Problem:With 'cursorbind' set moving up/down does not always keep the same column. Solution: Set curswant appropriately. (Gary Johnson) Files: src/move.c *** ../vim-7.3.481/src/move.c 2012-03-16 19:24:21.0 +0100 --- src/move.c 2012-03-28

Re: [patch] fixed misalignments when using tabs with concealed char prior to the tab

2012-03-28 Fir de Conversatie Bram Moolenaar
Dominique Pellé wrote: Bram Moolenaar wrote: Dominique Pelle wrote: The conceal feature is messing up alignment when using tabs. For example, content of :help :index looks misaligned and ugly with :set conceallevel=3 but looks well aligned with :set conceallevel=0 as shows

Re: [patch] Fixes wanted-column bug in cursorbind feature

2012-03-28 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: There is a bug in Vim's tracking of the wanted cursor column in the cursorbind feature. I believe that the attached patch fixes it. Vim keeps track of the desired or wanted cursor column as well as the actual cursor column. When the user moves the cursor to a

Re: Issue 59 in vim: netrw breaks scripts.vim

2012-03-28 Fir de Conversatie Charles Campbell
v...@googlecode.com wrote: Comment #4 on issue 59 by sbje...@gmail.com: netrw breaks scripts.vim http://code.google.com/p/vim/issues/detail?id=59 hi dr campbell, i am still seeing the previous version on your homepage. do you have a repository (like git) that i can follow and submit patches?

Re: racket (:mz) SEGV's vim

2012-03-28 Fir de Conversatie Bram Moolenaar
Tim Brown wrote: On 10 December 2011 20:20, Bram Moolenaar b...@moolenaar.net wrote: I think it's this note: Other way to start Mzscheme. Tim Brown, 2011 Oct 5: change main call. Later patch by Sergey Khorev, 2011 Oct 9. I haven't looked at it yet, are you OK with Sergey's patch

[BUG?] 'rubydo', 'luado', etc won't get current line number

2012-03-28 Fir de Conversatie lilydjwg
It'll be convenient to be able to get the line number in these commands, but it seems that inside none of these VIM::evaluate('line(.)') or vim.eval('line(.)') will get that number. BTW: There's no python version command like 'pydo'. Would you like me to add one? -- Best regards, lilydjwg

Patch 7.3.483

2012-03-28 Fir de Conversatie Bram Moolenaar
Patch 7.3.483 (after 7.3.477) Problem:More prompt shows up too often. Solution: Instead of adding a line break, only start a new line in the message history. (Christian Brabandt) Files: src/eval.c, src/message.c, src/proto/message.pro *** ../vim-7.3.482/src/eval.c

Patch 7.3.484

2012-03-28 Fir de Conversatie Bram Moolenaar
Patch 7.3.484 Problem:The -E and --echo-wid command line arguments are not mentioned in vim --help. Solution: Add the help lines. (Dominique Pelle) Files: src/main.c *** ../vim-7.3.483/src/main.c 2012-02-12 01:55:50.0 +0100 --- src/main.c 2012-03-28

Patch 7.3.485

2012-03-28 Fir de Conversatie Bram Moolenaar
Patch 7.3.485 Problem:When building Vim LDFLAGS isn't passed on to building xxd. Solution: Pass the LDFLAGS value. (James McCoy) Files: src/Makefile *** ../vim-7.3.484/src/Makefile 2011-12-14 20:51:19.0 +0100 --- src/Makefile2012-03-28 17:16:06.0 +0200

Patch 7.3.486

2012-03-28 Fir de Conversatie Bram Moolenaar
Patch 7.3.486 Problem:Build error with mingw64 on Windows 7. Solution: Avoid the step of going through vimres.res. (Guopeng Wen) Files: src/Make_ming.mak *** ../vim-7.3.485/src/Make_ming.mak2012-02-29 16:56:35.0 +0100 --- src/Make_ming.mak 2012-03-28 17:41:55.0

Re: [BUG?] 'rubydo', 'luado', etc won't get current line number

2012-03-28 Fir de Conversatie Luis Carvalho
It'll be convenient to be able to get the line number in these commands, but it seems that inside none of these VIM::evaluate('line(.)') or vim.eval('line(.)') will get that number. That's true. One option -- at least for Lua -- would be to have an extra parameter linenr for the line number in

Patch 7.3.487

2012-03-28 Fir de Conversatie Bram Moolenaar
Patch 7.3.487 Problem:When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical movement is reset unnecessarily. Solution: Do not set w_set_curswant for every option. Add a test for this. (Kana Natsuno) Add the P_CURSWANT flag for options. Files:

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

2012-03-28 Fir de Conversatie David Pope
On Mon, Mar 26, 2012 at 11:00 AM, Benjamin Fritz fritzophre...@gmail.comwrote: I'd like to test, but currently the only computers I use are stuck on Windows XP and I'm not able to. The machine I was using at the time I originally encountered the issue was a dual-boot Windows Vista/Ubuntu