nydehi / vim-win3264

Automatically exported from code.google.com/p/vim-win3264
0 stars 0 forks source link

Problem with gVim while processing configuration #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run install.exe, deselect options 17-19
2. run gVim (any method - command prompt, start menu, etc)

What is the expected output? What do you see instead?
Expect gVim to start. Instead, got message:

Error detected while processing C:\Program Files\vim\vim72\vimrc_example.vim:
line 52:
E484: Can't open file C:\Program Files\vim\vim72\syntax.vim
Error detected while processing C:\Program Files\vim\vim72\menu.vim:
line 155:
E121: Undefined variable: paste#paste_cmd
E15: Invalid expression: 'vnoremenu <script>
&Edit.&Paste<Tab>"+gP^I'.paste#paste_cmd['v']
Error detected while processing C:\Program Files\vim\vim72\mswin.vim:
line 46:
E121: Undefined variable: paste#paste_cmd
E15: Invalid expression: paste#paste_cmd['i']
line 47:
E121: Undefined variable: paste#paste_cmd
E15: Invalid expression: paste#paste_cmd['v']

Clicking OK to go past the screen, gVim opened with no toolbar. ":syntax
on" produces error "E484: Can't open file C:\Program
Files\vim\vim72\syntax\syntax.vim"

What version of the product are you using? On what operating system?
Windows 7 beta build 7000

Please provide any additional information below.

syntax colouring doesn't work on text-based vim either. vim starts with a
completely blank (black) screen. Need to move the cursor (keys h,j,k,l,etc)
to come out of the blank screen)

It seems the environment variable VIMRUNTIME is not set during
installation. It also seems that some files haven't been copied across
correctly

Original issue reported on code.google.com by quincy....@gmail.com on 5 Mar 2009 at 4:06