Guest User

Untitled

a guest
May 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --- 1/usr/share/vim/site/plugin/powerline.vim 2018-05-19 13:09:49.950986016 -0400
  2. +++ 2/usr/share/vim/site/plugin/powerline.vim 2018-05-19 13:10:13.602985689 -0400
  3. @@ -26,14 +26,14 @@ if exists('g:powerline_pycmd')
  4. let s:pyeval = g:powerline_pyeval
  5. let s:has_python = 1
  6. endif
  7. -elseif has('python')
  8. - let s:has_python = 1
  9. - let s:pycmd = 'py'
  10. - let s:pyeval = get(g:, 'powerline_pyeval', 'pyeval')
  11. elseif has('python3')
  12. let s:has_python = 1
  13. let s:pycmd = 'py3'
  14. let s:pyeval = get(g:, 'powerline_pyeval', 'py3eval')
  15. +elseif has('python')
  16. + let s:has_python = 1
  17. + let s:pycmd = 'py'
  18. + let s:pyeval = get(g:, 'powerline_pyeval', 'pyeval')
  19. else
  20. let s:has_python = 0
  21. endif
Add Comment
Please, Sign In to add comment