-
When I what to change the settings using the "Startup Settings" item from the GUI Edit menu, GVIM supposes to find this file on my User home (C:\Documents and Settings\\) and with the original name "_vimrc". I think this is because of this funktion in "menu.vim" which must be overriden somewhere to accept the vimrc file on the portable drive:
fun! s:EditVimrc()
if $MYVIMRC...
2009-02-25 06:40:43 UTC by nobody
-
My two cents: Gvim not only reads _viminfo from $HOME, it also writes a new file if none is present. I think this is not acceptable for a portable application, and should have precedence over the vim specification.
Otherwise, great work!
2009-01-12 14:02:28 UTC by nobody
-
sorry for the long delay between vim 7.0 and vim 7.1, I was very busy (diploma thesis). I will release GVimPortable-7.1.0 (based on vim-7.1.42) today (or during the next days).
regards, kampi.
2007-07-28 10:46:55 UTC by portablegvim
-
Hello,
we now got Vim 7.1 and it might be time to create a new PortableGVim.
If you need help then just add me to the project memebers. I had a look at your instructions I think I should be able to follow them (not the first Vim I created from sources :-) ).
Only I would not want to do this if I can not upload the created vim for the general public.
Besides: I think a project should...
2007-07-25 10:46:13 UTC by krischik
-
imho this is exactly the behaviour that is specified by vim itself:
[quote=":help viminfo-file-name"]
The default name of the viminfo file is "$HOME\_viminfo" for MS-DOS and Win32.
When $HOME is not set, "$VIM\_viminfo" is used. When $VIM is also not
set, "c:\_viminfo" is used.
[/quote]
therefore $VIM is only used if $HOME is _not_ set. I think this is not a bug of gvim portable...
2007-01-28 16:55:19 UTC by portablegvim
-
Whenever I use Portable GVim, it reads the _viminfo from $HOME, not from $VIM or a similar directory.
2007-01-25 01:04:23 UTC by nobody
-
Logged In: YES
user_id=1522748
I have checked the desert scheme and for me it works.
Which version of gvimportable are you using? I think you are
using the GvimPortableLW-7.0.1 Please update to version
7.0.1-p1. This version fixed this bug (on 20th of september).
regards, kampi.
2006-10-09 18:28:34 UTC by portablegvim
-
Logged In: YES
user_id=662564
BTW, the color scheme does seem to work after the warnings.
It's just a bit annoying to get a list of warning before you
can edit a file ;)
2006-10-08 03:21:45 UTC by oliver_willemse
-
Hello,
I have found a little problem when using color schemes.
It looks like the color names are not recognized for
some reason.
Example, let's say I want to use the desert color
scheme, I get the following warnings:
Error detected while processing C:\Documents and
Settings\use\Desktop\GVimPorta
ble\App\vim\vim70\colors\desert.vim:
line 27:
E254: Cannot allocate color...
2006-10-08 03:20:27 UTC by oliver_willemse
-
Logged In: YES
user_id=1522748
Sorry for the long delay, I overlooked your bug report :-/
In GVim_PortableLW-7.0.1-p1 I fixed this bug.
Thanks for your report.
2006-09-20 12:48:25 UTC by portablegvim