Re: Opening large files?

2014-05-13 Thread Bram Moolenaar
Ken Takata wrote: > 2014/5/13 Tue 3:40:37 UTC+9 Bram Moolenaar wrote: > > So is the patch now ready to be included, or did you still have a > > problem to fix? > > I think it's ready. I don't see any regressions with the patch (at least in my > use cases). > Updating the tests is another todo it

Vim with +python support

2014-05-13 Thread Ole Hansen
Hi, I was trying to install python and vim +python support. I successfully installed python 2.7 and if I go into my gvim ":echo has('python')" returns 1. But if I open my command line vim (which I use primarily) of the same installation, ":echo has('python')" returns 0. Is there any known way a

Can't copy or move files with netrw

2014-05-13 Thread Federico Panico
I hope someone can help with this. The title says it clearly. In netrw, first I choose the file with mf, then select the target directory (not entering into it) with mt and finally press mm. The move is not successful and this error appears: **error** (netrw) tried using g:netrw_localmovecmd; i

Can't copy or move files with netrw

2014-05-13 Thread Federico Panico
I hope someone can help with this. The title says it clearly. In netrw, first i choose the file with mf, then select the target directory (not entering into it) with mt and finally press mm. The move is not successful and this error appears: **error** (netrw) tried using g:netrw_localmovecmd; i

Re: "set ttym=" on slackware

2014-05-13 Thread Elijah Griffin
Last night I wrote: > 3) With strace, I see that it happens after ~/.viminfo is read the ... >That's vim writing the size of the file out (" 1L, 10C"), opening >and reading viminfo, checking the working directory for about the >15th time, setting some tty ioctl()s, then it writes an esc

Re: Vim with +python support

2014-05-13 Thread David Fishburn
On Tue, May 13, 2014 at 9:54 AM, Ole Hansen wrote: > Hi, > > I was trying to install python and vim +python support. I successfully > installed python 2.7 and if I go into my gvim ":echo has('python')" returns > 1. > > But if I open my command line vim (which I use primarily) of the same > instal

Re: Can't copy or move files with netrw

2014-05-13 Thread Charles E Campbell
Federico Panico wrote: I hope someone can help with this. The title says it clearly. In netrw, first I choose the file with mf, then select the target directory (not entering into it) with mt and finally press mm. The move is not successful and this error appears: **error** (netrw) tried using

Re: Vim with +python support

2014-05-13 Thread Gary Johnson
On 2014-05-13, Ole Hansen wrote: > Hi, > > I was trying to install python and vim +python support. I > successfully installed python 2.7 and if I go into my gvim ":echo > has('python')" returns 1. > > But if I open my command line vim (which I use primarily) of the > same installation, ":echo has

Re: Vim with +python support

2014-05-13 Thread Ole Hansen
I used the current stable Windows binary to install Vim 7.4. Both console and gvim have 'VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 10 2013 14:33:40)' in their :ver output. However the gvim version has +python/dyn and +python3/dyn and the console version has -python and -python3. I installe