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

2012-03-26 Fir de Conversatie vim
Comment #1 on issue 59 by drc...@campbellfamily.biz: netrw breaks scripts.vim http://code.google.com/p/vim/issues/detail?id=59 Hello! I don't see this with the latest netrw version (v144d). Please try it -- http://www.drchip.org/astronaut/vim/index.html#NETRW Regards, Chip Campbell --

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

2012-03-26 Fir de Conversatie Benjamin Fritz
On Fri, Mar 23, 2012 at 11:35 PM, David Pope d.e.p...@gmail.com wrote: Is there any feedback on this patch, or on the way the fix was presented?  As I said earlier, I'm new to vim development so I'm all ears.  :)  Is there someone I need to direct this patch toward, e.g. someone who deals

vim syntax file misses some valid -complete= options

2012-03-26 Fir de Conversatie Ivan Krasilnikov
I've found that vim syntax file (runtime/syntax/vim.vim) doesn't know about some options of :command -complete=. For example, it highlights color in the line below as an error: command -nargs=1 -complete=color ... Please consider updating the list of keywords in it on line 206 to: augroup buffer

Re: Bug report: Zip file reading breaks with zip comments.

2012-03-26 Fir de Conversatie Charles Campbell
Kevin Goodsell wrote: Opening a zip file with Vim doesn't work properly if the zip file includes a comment. For example, create a zip file this way: $ touch foo.txt $ zip -z foo.zip foo.txt adding: foo.txt (stored 0%) enter new zip file comment (end with .): Comment! . When opening this

Re: vim syntax file misses some valid -complete= options

2012-03-26 Fir de Conversatie Charles Campbell
Ivan Krasilnikov wrote: I've found that vim syntax file (runtime/syntax/vim.vim) doesn't know about some options of :command -complete=. For example, it highlights color in the line below as an error: command -nargs=1 -complete=color ... Please consider updating the list of keywords in it on

Re: vim syntax file misses some valid -complete= options

2012-03-26 Fir de Conversatie Thilo Six
Hello Charles, Excerpt from Charles Campbell: Ivan Krasilnikov wrote: I've found that vim syntax file (runtime/syntax/vim.vim) doesn't know about some options of :command -complete=. For example, it highlights color in the line below as an error: command -nargs=1 -complete=color ...

[patch] Fixes wanted-column bug in cursorbind feature

2012-03-26 Fir de Conversatie Gary Johnson
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 different line and the wanted

Re: vim syntax file misses some valid -complete= options

2012-03-26 Fir de Conversatie Charles Campbell
Thilo Six wrote: Hello Charles, Excerpt from Charles Campbell: Ivan Krasilnikov wrote: I've found that vim syntax file (runtime/syntax/vim.vim) doesn't know about some options of :command -complete=. For example, it highlights color in the line below as an error: command -nargs=1

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

2012-03-26 Fir de Conversatie Gary Johnson
On 2012-03-26, 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. Patch is against version 7.3.475. Regards, Gary -- You received this message from the vim_dev maillist. Do not top-post!

Re: vim syntax file misses some valid -complete= options

2012-03-26 Fir de Conversatie Thilo Six
Hello Charles, Excerpt from Charles Campbell: -- snip -- I agree - v7.3-15 is now released with this fixed. Thanks. Regards, Chip Campbell -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- You received this message from the vim_dev maillist.

When lines are folded, sign columns are highlighted with Folded group.

2012-03-26 Fir de Conversatie Yukihiro Nakadaira
When lines are folded, sign columns are highlighted with Folded group. Steps to reproduce: $ vim -u NONE :call append(0, ['1', '2', '3', '4', '5', '6', '7', '8', '9']) :2,3fold :sign define test text=TS :execute 'sign place 999 line=5 name=test buffer=' . bufnr('%') :highlight Folded

Re: Start Working Today

2012-03-26 Fir de Conversatie Marc Weber
Having (reasnoble) sallarys in job offers doesn't look like spam to me. Origin b...@vim.org looks suspicious - because AFAIK sourceforge does not allow sending emails (at least it was so in the past). Bram also has a different email he's been using in the past. jobdayseu.com does not exist - which

RE: Start Working Today

2012-03-26 Fir de Conversatie John Beckett
Marc Weber wrote: So does anybody have an idea whether this is a (badly written) real job offer by Bram or whether it is what it looks like: spam? Of course it's spam. I have already notified Bram and deleted the original post from the Google Groups archive. I don't think there is anything

Re: Start Working Today

2012-03-26 Fir de Conversatie Edward L. Fox
On Mon, Mar 26, 2012 at 16:30, Marc Weber marco-owe...@gmx.de wrote: [...] So does anybody have an idea whether this is a (badly written) real job offer by Bram or whether it is what it looks like: spam? It is SPAM. Just Google for jobdayseu.com and you'll see many similar job offer letters

Re: Start Working Today

2012-03-26 Fir de Conversatie Marc Weber
jamessan just told me that email specs allow to set different from address - I just hoped that that would be part of spam protection of the mailer - rejecting suspicious from contents. Probably such spam protection would not help much because spammers could register again using different email.

RE: Start Working Today

2012-03-26 Fir de Conversatie John Beckett
Marc Weber wrote: It does not talk about the kind of employee they are looking for (coder, artist, ..) I had better warn any naive readers: Never believe anything you read on the Internet, including emails that appear to come from Bram. Spam can be spam (it is genuinely promoting something).

Re: Start Working Today

2012-03-26 Fir de Conversatie Mark Manning
Too bad too - I'm looking at leaving my job and was going h. :-) But it looked too good to be true (it showed up in my junk folder so I had to look on the mailing list folder to see if anyone else got this). Oh well - back to looking. :-) On 3/26/2012 6:30 PM, Marc Weber

Re: When lines are folded, sign columns are highlighted with Folded group.

2012-03-26 Fir de Conversatie Christian Brabandt
On Tue, March 27, 2012 01:29, Yukihiro Nakadaira wrote: When lines are folded, sign columns are highlighted with Folded group. Steps to reproduce: $ vim -u NONE :call append(0, ['1', '2', '3', '4', '5', '6', '7', '8', '9']) :2,3fold :sign define test text=TS :execute 'sign place

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

2012-03-26 Fir de Conversatie vim
Comment #2 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 this. did you created ~/foo not ~/foo.rb? for files with suffixes, autocommands work, but for those without, the iskeyword options must