You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm not sure what I'm doing wrong. I tried to follow your directions.
Here's my machine's info and the error below that:
bash --version
GNU bash, version 4.1.2(1)-release (x86_64-redhat-linux-gnu)
vi --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 12 2016 09:48:07)
Error
$ source .vim/bundle/vim-colors-solarized/colors/solarized.vim
bash: .vim/bundle/vim-colors-solarized/colors/solarized.vim: line 2: syntax error near unexpected token newline' bash: .vim/bundle/vim-colors-solarized/colors/solarized.vim: line 2: " Author: Ethan Schoonover [email protected]'
$ source .vim/bundle/vim-colors-solarized/autoload/togglebg.vim
bash: Toggle Background
: command not found
bash: Maintainer: Ethan Schoonover
: command not found
bash: .vim/bundle/vim-colors-solarized/autoload/togglebg.vim: line 6: syntax error near unexpected token "g:loaded_togglebg"' bash: .vim/bundle/vim-colors-solarized/autoload/togglebg.vim: line 6: if exists("g:loaded_togglebg")'
The text was updated successfully, but these errors were encountered:
Hi I'm not sure what I'm doing wrong. I tried to follow your directions.
Here's my machine's info and the error below that:
bash --version
GNU bash, version 4.1.2(1)-release (x86_64-redhat-linux-gnu)
vi --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 12 2016 09:48:07)
Error
$ source .vim/bundle/vim-colors-solarized/colors/solarized.vim
bash: .vim/bundle/vim-colors-solarized/colors/solarized.vim: line 2: syntax error near unexpected token
newline' bash: .vim/bundle/vim-colors-solarized/colors/solarized.vim: line 2:
" Author: Ethan Schoonover [email protected]'$ source .vim/bundle/vim-colors-solarized/autoload/togglebg.vim
bash: Toggle Background
: command not found
bash: Maintainer: Ethan Schoonover
: command not found
bash: .vim/bundle/vim-colors-solarized/autoload/togglebg.vim: line 6: syntax error near unexpected token
"g:loaded_togglebg"' bash: .vim/bundle/vim-colors-solarized/autoload/togglebg.vim: line 6:
if exists("g:loaded_togglebg")'The text was updated successfully, but these errors were encountered: