patch 7.1.101

2007-09-13 Fir de Conversatie Bram Moolenaar
Patch 7.1.101 Problem:Ruby: The Buffer.line= method does not work. Solution: Add the self argument to set_current_line(). (Jonathan Hankins) Files: src/if_ruby.c *** ../vim-7.1.100/src/if_ruby.cSat May 12 15:01:49 2007 --- src/if_ruby.c Mon Sep 10 10:40:38 2007

patch 7.1.103

2007-09-13 Fir de Conversatie Bram Moolenaar
Patch 7.1.103 Problem:Using dw with the cursor past the end of the last line (using CTRL-\ CTRL-O from Insert mode) deletes a character. (Tim Chase) Solution: Don't move the cursor back when the movement failed. Files: src/normal.c *** ../vim-7.1.102/src/normal.c Tue Aug

Re: Errors when compiling the latest version

2007-09-13 Fir de Conversatie Bram Moolenaar
Jeff Lanzarotta wrote: I have never patched a source file before, but when I try this one, I get: patching file if_cscope.c patch: Overdue `---' at line 36; check line numbers at line 22 Any ideas? It appears your e-mail system changed the white space in the message. You can

Re: problem with MacVim

2007-09-13 Fir de Conversatie Nikola Knežević
On 13 Sep 2007, at 03:59 , Jjgod Jiang wrote: You mean vim-cocoa-r95.patch? Yes. :e file-opened-in-another-session vim just crashes. Terminal version survives somehow. I can not reproduce it here, what do you mean by file-opened-in-another-session? Apparently, it happens with plain vim

Re: Buffer names -- efficiency (or inefficiency bug)

2007-09-13 Fir de Conversatie Yegappan Lakshmanan
Hi Suresh, On 9/13/07, Suresh Govindachar [EMAIL PROTECTED] wrote: Hello, I have noticed that the buffer-name handling routine can identify different forms of a file name. For example, I believe it knows that the following two are the same when $HOME is /home/the_user

Re: problem with MacVim

2007-09-13 Fir de Conversatie Nico Weber
Apparently, it happens with plain vim (taken from svn). file-opened- in-another-session is a file which I have open in another Vim[*] window (application). Application just crashes. The official version works for me (I did `gvim ~/_vimrc` twice, worked fine).

RE: Buffer names -- efficiency (or inefficiency bug)

2007-09-13 Fir de Conversatie Suresh Govindachar
Bram asked for a reproduciable example: Version: VIM - Vi IMproved 7.1 (2007 May 12, compiled May 12 2007 14:19:39) MS-Windows 32 bit GUI version with OLE support Compiled by [EMAIL PROTECTED] Big version with GUI. Features included (+) or not (-): Steps: a)

patch 7.1.107

2007-09-13 Fir de Conversatie Bram Moolenaar
Patch 7.1.107 Problem:When doing a block selection and using s to change the text, while triggering auto-indenting, causes the wrong text to be repeated in other lines. (Adri Verhoef) Solution: Compute the change of indent and compensate for that. Files:

vimgrep/j messes up folds

2007-09-13 Fir de Conversatie A.Politz
Have 2 files, both with foldmarkers. A viminfo file, with a mark of file2. $ cat .vimrc set nocp set fdm=marker This is a suggested (simplified) autocmd from vimrc_example autocmd BufReadPost * normal g` $ vim -U NONE --noplugin file1 :vimgrep /foo/j file2 Now file1 has the folds set as if it