Re: Windows 7 & temporary files

2014-02-27 Thread Rich Hims
Apologies for the slow reply: must have missed the email notification. Realise I'm not painting a good picture of my attention to detail... On Friday, 21 February 2014 19:11:09 UTC, Ben Fritz wrote: > For the diff problem, you may have an old diffexpr hanging around with an > outdated workarou

Dumb question: variables in the statusline

2014-02-27 Thread Ben Klein
(Maybe this will be like last time, where I just had to send the question to the list before I could realize how idiotically wrong I was...) I have a function which takes ... arguments, and when I try to call it from another function to set the statusline, I basically get: E121: Undefined variabl

Re: Dumb question: variables in the statusline

2014-02-27 Thread Paul Isambert
"Ben Klein" > > (Maybe this will be like last time, where I just had to send the > question to the list before I could realize how idiotically wrong I > was...) > > > I have a function which takes ... arguments, and when I try to call > it from another function to set the statusline, I basically

Re: Dumb question: variables in the statusline

2014-02-27 Thread Benjamin Klein
On Feb 27, 2014, at 10:05 AM, Paul Isambert wrote: > “statusline” is a string, so I guess the correct form is: > >exe "setlocal statusline=%!FunctionFromWhichIAmTryingToGetAStatusline('" . > a:1 . "')" I was wondering whether I would have to use execute. Thanks! -- b Sent from my iPhone

Re: Dumb question: variables in the statusline

2014-02-27 Thread Benjamin Klein
Huh. Trying that, with a statusline containing "%=", gives me E518: Unknown option: %= That’s setting the statusline with execute. -- b Sent from my iPhone -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For mo

Re: problems (and bugs) with netrw

2014-02-27 Thread Charles Campbell
Matteo Cavalleri wrote: still not what i want to do. If I have one file open, call :Explore, and then :q vim quits. I want to go back to the file i was editing. The functions I wrote seems to work, except for the weird lag... Hello! Please try netrw v151e (http://www.drchip.org/astronaut/

Re: problems (and bugs) with netrw

2014-02-27 Thread Charles Campbell
Matteo Cavalleri wrote: another problem: let's say I do :e app/etc/local.xml and then open netrw. I move over ../ and press to go back up one level in the hierarchy. the cursor move on row 0. is it possibile to let it stay on the first line of the file listings? i.e. after the netrw header.

Re: Dumb question: variables in the statusline

2014-02-27 Thread Charles Campbell
Benjamin Klein wrote: Huh. Trying that, with a statusline containing "%=", gives me E518: Unknown option: %= That’s setting the statusline with execute. * Could you give us the new exe line you're using to set the statusline? * What does :echo &l:stl show ? * You're passing a:1 to exe; pe

Re: Dumb question: variables in the statusline

2014-02-27 Thread Benjamin Klein
On Feb 27, 2014, at 11:42 AM, Charles Campbell wrote: > * Could you give us the new exe line you're using to set the statusline? Right now it's execute "setlocal statusline=" . status where `status` is the string returned by the function. > * What does :echo &l:stl show ? The function wh

Re: README.md to a doc?

2014-02-27 Thread BPJ
2014-02-27 03:45, Tim Johnson skrev: * Tim Johnson [140226 16:44]: * Adnan Zafar [140226 16:32]: Hi Tim, Just leave the file as it is or delete it. Plugin authors provide files like that to provide information on GitHub pages for example. If you're installing the plugin using Pathogen or Vun

Vim+mzscheme installer

2014-02-27 Thread Ed Kostas
Vim is not working with the new Racket 6.0. Therefore, I could not ./configure and make VIM+mzscheme. I would like to know whether a member of this group was able to upgrade if_mzsch.c, so it can handle Racket 6.0. The new Racket 6.0 has many nice features that I would like to use. -- -- You

Re: fixing mistakes in the command line

2014-02-27 Thread Marcin Szamotulski
On 14:28 Wed 26 Feb , Bee wrote: > On Wednesday, February 26, 2014 2:57:18 AM UTC-8, Matteo Cavalleri wrote: > > Il giorno mercoledì 26 febbraio 2014 11:49:20 UTC+1, Matteo Cavalleri ha > > scritto: > >> I discovered just now abbreviations works also in command line mode, so I > >> suppose my

Sum plugin not support comma in digits

2014-02-27 Thread ping song
hi Dr. chip: I've been using your Sum plugin and it helps from time to time. today I found that it does not support the comma as displayed in my bank account - give me wrong huge value (I hope the number become true though..) currently I work around it by removing the comma manually and re-Sum. do

Re: fixing mistakes in the command line

2014-02-27 Thread Matteo Cavalleri
hi, thanks everyone :) I'll look into your suggestions -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are sub