amix / vimrc

The ultimate Vim configuration (vimrc)
MIT License
30.71k stars 7.3k forks source link

error starting vim / installed in cygwin #70

Closed StephenFunk closed 8 years ago

StephenFunk commented 10 years ago

After following instructions for awesome, I get the following error when I start vim. vim still seems to run ok, but I obviously have tweak the path on line 65 because the path on a Windows box running cygwin isn't that. My question is, which file do i need to edit this path in?

Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded. Error detected while processing /home/Stephen/.vim_runtime/sources_non_forked/vim-zenroom2/plugin/zenroom2.vim: line 65: E128: Function name must start with a capital or "s:": g:zenroom_goyo_before() line 67: E133: :return not inside a function line 74: E193: :endfunction not inside a function line 76: E128: Function name must start with a capital or "s:": g:zenroom_goyo_after() line 78: E133: :return not inside a function line 88: E193: :endfunction not inside a function line 90: E700: Unknown function: g:zenroom_goyo_before E700: Unknown function: g:zenroom_goyo_after Press ENTER or type command to continue

ttchin commented 10 years ago

I have the same issue.

ahmadajmi commented 10 years ago

I get this

Error detected while processing /Users/ahmadajmi/.vim_runtime/sources_non_forked/vim-zenroom2/plugin/zenroom2.vim:
line   65:
E128: Function name must start with a capital or "s:": g:zenroom_goyo_before()
line   67:
E133: :return not inside a function
line   74:
E193: :endfunction not inside a function
line   76:
E128: Function name must start with a capital or "s:": g:zenroom_goyo_after()
line   78:
E133: :return not inside a function
line   88:
E193: :endfunction not inside a function
line   90:
E700: Unknown function: g:zenroom_goyo_before
E700: Unknown function: g:zenroom_goyo_after
Press ENTER or type command to continue
schmas commented 10 years ago

I also having this issue on MacOS Maverick.

Error detected while processing /Users/dceschmidt/.homesick/repos/dotfiles/home/.vim_runtime/sources_non_forked/vim-zenroom2/plugin/zenroom2.vim:
line   65:
E128: Function name must start with a capital or "s:": g:zenroom_goyo_before()
line   67:
E133: :return not inside a function
line   74:
E193: :endfunction not inside a function
line   76:
E128: Function name must start with a capital or "s:": g:zenroom_goyo_after()
line   78:
E133: :return not inside a function
line   88:
E193: :endfunction not inside a function
line   90:
E700: Unknown function: g:zenroom_goyo_before
E700: Unknown function: g:zenroom_goyo_after
Press ENTER or type command to continue
chamini2 commented 10 years ago

This is fixed by this merge request: #60