Re: Apparent Vim 7.0 bug (re comments)

2007-01-10 Thread Yegappan Lakshmanan
Hello, On 1/10/07, Robert Lee <[EMAIL PROTECTED]> wrote: I discovered that the problem was caused by the lines: au BufWinLeave * mkview au BufWinEnter * silent loadview Apparently the view file that is created contains a copy of the vimrc settings. This prevents changes to the vimrc to be hon

Re: Apparent Vim 7.0 bug (re comments)

2007-01-10 Thread Robert Lee
A.J.Mechelynck wrote: Robert Lee wrote: I have a gvim 7.0 (win32 with +comments) that seems to be ignoring the "set comments" line in my .vimrc file. I can submit the entire .vimrc file if desired but the relevant line is: set comments=s:/**,mb:*,ex:*/ What I get is this (vim default?): /*

RE: garbage "notes" in vim.sf.net's tips section

2007-01-10 Thread Eggum, DavidX S
> Automating the moderation is tricky. And I don't really have time for > it. Perhaps someone can make a script on his own computer to go > through > all the tips to identify the ones where there still appears to be spam. > And then publish the list with links on his website, so that moderators

Re: garbage "notes" in vim.sf.net's tips section

2007-01-10 Thread Bram Moolenaar
Charles Campbell wrote: > I mentioned how there were lots of garbage "notes" that have been > appended to nearly all tips; as an example, I gave out tip#1. I see > that the garbage has been cleaned from tip#1, but tips #12-1393 also > need cleaning. Seems like it needs some automation to do

Re: garbage "notes" in vim.sf.net's tips section

2007-01-10 Thread Ilya Sher
Charles E Campbell Jr wrote: > Hello, Scott! > > I mentioned how there were lots of garbage "notes" that have been > appended to nearly all tips; as an example, I gave out tip#1. I see > that the garbage has been cleaned from tip#1, but tips #12-1393 also > need cleaning. Seems like it needs some

garbage "notes" in vim.sf.net's tips section

2007-01-10 Thread Charles E Campbell Jr
Hello, Scott! I mentioned how there were lots of garbage "notes" that have been appended to nearly all tips; as an example, I gave out tip#1. I see that the garbage has been cleaned from tip#1, but tips #12-1393 also need cleaning. Seems like it needs some automation to do it, especially if

Re: recent.vim plugin

2007-01-10 Thread Ilya Bobir
Ilia N Ternovich wrote: Hi all! I'm trying to make recent.vim plguin working with vim-7.0 There is some kind of problem with mapping keys inside plugin: function! OptionFiles() "let file = bufname("%") if bufname("")=="recent_files" map gf set number set noswapf