各位 Eclim 的粉丝们,我已经降级到 Windows,而 cygwin 是我对真实操作系统的唯一记忆。Windows 7 无疑比它的前辈更好,但我是一个非常顽固的 *nix 粉丝。无论如何,我被困住了。如果有人有任何想法,我会很高兴听到他们的声音!
$ uname -a
CYGWIN_NT-6.1 AAXA22A492 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin
$ vim --version | head -3
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 25 2014 19:00:15)
Included patches: 1-417
Compiled by <cygwin@cygwin.com>
$ cat .vimrc
" required for eclime (and general sanity):
set nocompatible
filetype plugin indent on
syntax on
set tabstop=3 shiftwidth=3 expandtab
set ic
$ tree -L 2 .vim
.vim
|-- eclim
| |-- autoload
| |-- bin
| |-- compiler
| |-- dict
| |-- doc
| |-- ftplugin
| |-- indent
| |-- plugin
| `-- syntax
`-- plugin
`-- eclim.vim
11 directories, 1 file
$ vim
Error detected while processing function <SNR>8_Init..eclim#LoadVimSettings..ecl
im#UserHome..eclim#cygwin#WindowsHome..<SNR>10_Cygpath..eclim#util#System..eclim
#util#EchoTrace:
line 7:
E121: Undefined variable: g:EclimHighlightTrace
E116: Invalid arguments for function <SNR>11_EchoLevel
Error detected while processing function <SNR>8_Init..eclim#LoadVimSettings..ecl
im#UserHome..eclim#cygwin#WindowsHome..<SNR>10_Cygpath:
line 6:
E171: Missing :endif
Error detected while processing function <SNR>8_Init..eclim#LoadVimSettings..ecl
im#UserHome..eclim#cygwin#WindowsHome:
line 2:
E171: Missing :endif
Error detected while processing function <SNR>8_Init..eclim#LoadVimSettings..ecl
im#UserHome:
line 3:
E171: Missing :endif
Press ENTER or type command to continue