Balance error message text

This commit is contained in:
ZyX 2014-08-26 20:00:11 +04:00
parent 81d8a9e180
commit dcf442e86f
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ finally
call s:rcmd(" real_powerline_dir = os.path.realpath(powerline_dir)") call s:rcmd(" real_powerline_dir = os.path.realpath(powerline_dir)")
call s:rcmd(" real_this_dir = os.path.realpath(this_dir)") call s:rcmd(" real_this_dir = os.path.realpath(this_dir)")
call s:rcmd(" if real_this_dir != sys.path[-1]:") call s:rcmd(" if real_this_dir != sys.path[-1]:")
call s:rcmd(" print('Check your installation:')") call s:rcmd(" print('Check your installation: this script is symlinked somewhere')")
call s:rcmd(" print('this script is symlinked somewhere where powerline is not present.')") call s:rcmd(" print('where powerline is not present.')")
call s:rcmd(" elif real_powerline_dir != real_this_dir:") call s:rcmd(" elif real_powerline_dir != real_this_dir:")
call s:rcmd(" print('It appears that you have two powerline versions installed:')") call s:rcmd(" print('It appears that you have two powerline versions installed:')")
call s:rcmd(" print('one in ' + real_powerline_dir + ', other in ' + real_this_dir + '.')") call s:rcmd(" print('one in ' + real_powerline_dir + ', other in ' + real_this_dir + '.')")