Skip to content

Fixed color scheme error #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 7, 2016
Merged

Fixed color scheme error #19

merged 2 commits into from
May 7, 2016

Conversation

c0rdis
Copy link
Contributor

@c0rdis c0rdis commented May 6, 2016

For the freshly installed vim color schema is not installed, resulting in the following error:
E185: Cannot find color scheme 'wombat256mod'

For the freshly installed vim color schema is not installed, resulting in the following error:
E185: Cannot find color scheme 'wombat256mod'
@@ -70,6 +70,15 @@ echo "${NORMAL}"
printf "${BLUE}%s${NORMAL}\n" "Installing Vundle..."
env git clone --depth=1 https://github.com/VundleVim/Vundle.vim.git "$VIM/bundle/Vundle.vim"
fi

if [ ! -f $VIM/colors/wombat256mod.vim ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I, please, ask you to move then statement on this line (like it is in other conditional statements)?

@rmk135
Copy link
Member

rmk135 commented May 7, 2016

Hey @c0rdis,

Kudos for your contribution! Can I, please, ask you to fix 2 minor code style things above?

then statements are put on the same lines as ifs to make the script consistent
@c0rdis
Copy link
Contributor Author

c0rdis commented May 7, 2016

Hey @rmk135 , sure, done!

@rmk135 rmk135 merged commit 03c7b0f into ets-labs:master May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants