Closed StephenFunk closed 8 years ago
I have the same issue.
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
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
This is fixed by this merge request: #60
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