RE: copy/mkdir/rmdir under windows

2012-04-10 Fir de Conversatie John Beckett
Charles Campbell wrote: >> I think it would be best to NOT test when under Windows >> because there is no reasonable way to do so. If there were a >> reasonable way for a script to store persistent data, you >> could consider displaying a message the first time one of the >> commands is invoked, le

Re: [patch] Extended python support: python types binded to vim structures

2012-04-10 Fir de Conversatie ZyX
воскресенье, 8 апреля 2012 г., 22:42:26 UTC+4 пользователь ZyX написал: > воскресенье, 8 апреля 2012 г., 19:42:47 UTC+4 пользователь ZyX написал: > > Here is a patch that adds to "bindeval" function to vim module (acts like > > lua's vim.eval, except for function references), three types: > > vim

Re: copy/mkdir/rmdir under windows

2012-04-10 Fir de Conversatie Charles Campbell
John Beckett wrote: Charles Campbell wrote: So, how best to make this work? I was thinking if has("win32") || has("win95") || has("win64") || has("win16") if executable("cmd") let g:netrw_localmovecmd= "cmd move" endif endif You probably saw the other message that t

Re: copy/mkdir/rmdir under windows

2012-04-10 Fir de Conversatie Charles Campbell
John Beckett wrote: Charles Campbell wrote: So, how best to make this work? I was thinking if has("win32") || has("win95") || has("win64") || has("win16") if executable("cmd") let g:netrw_localmovecmd= "cmd move" endif endif No, as Ben said it would have to be "cmd /

Re: Vim compilation with --enable-pythoninterp on Ubuntu

2012-04-10 Fir de Conversatie Senthil Kumaran
On Monday, 9 April 2012 19:17:17 UTC+8, Senthil Kumaran wrote: > That's a useful clue. I have the source of Python and I see that those > modules defined Module/config.c in the Python source. Instead of pointing to > source, I pointed to default install of Python from Ubuntu. Perhaps some > pro

Re: Setting vin_vc_toupper_broken

2012-04-10 Fir de Conversatie Birger J . Nordølum
On Friday, June 12, 2009 2:57:37 AM UTC+2, Rich wrote: > Hello! During my cross-compilation, I get this message: > > checking whether toupper is broken... configure: error: cross- > compiling: please set 'vim_cv_toupper_broken' > > I added the line 'vim_cv_toupper_broken = no' to the Makefile but

Re: Setting vin_vc_toupper_broken

2012-04-10 Fir de Conversatie Birger J . Nordølum
This helped me out a lot: http://markmail.org/download.xqy?id=4rbeebrjhor7xsjn&number=1 -- You received this message from the "vim_dev" 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