Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Error detected while processing /home/tiennv/.vim/bundle/vim-pathogen/autoload/pathogen.vim:
  2. line 24:
  3. E128: Function name must start with a capital: pathogen#infect(...) abort
  4. line 25:
  5. E121: Undefined variable: a:0
  6. E15: Invalid expression: a:0
  7. line 34:
  8. E492: Not an editor command: for path in filter(copy(paths), 'v:val =~# static')
  9. line 35:
  10. E107: Missing braces: pathogen#surround(path)
  11. line 36:
  12. E492: Not an editor command: endfor
  13. line 37:
  14. E492: Not an editor command: for path in filter(copy(paths), 'v:val !~# static')
  15. line 38:
  16. E121: Undefined variable: path
  17. E15: Invalid expression: path =~# '^%([$~\/]|w:[\/])'
  18. line 39:
  19. E107: Missing braces: pathogen#surround(path)
  20. line 41:
  21. E107: Missing braces: pathogen#interpose(path)
  22. line 43:
  23. E492: Not an editor command: endfor
  24. line 44:
  25. E107: Missing braces: pathogen#cycle_filetype()
  26. line 45:
  27. E121: Undefined variable: pathogen
  28. E15: Invalid expression: pathogen#is_disabled($MYVIMRC)
  29. line 46:
  30. E133: :return not inside a function
  31. line 48:
  32. E133: :return not inside a function
  33. line 49:
  34. E193: :endfunction not inside a function
  35. line 52:
  36. E128: Function name must start with a capital: pathogen#split(path) abort
  37. line 53:
  38. -- More --
  39.  
  40. Error detected while processing /home/tiennv/.vim/bundle/vim-airline/autoload/airline.vim:
  41. line 6:
  42. E121: Undefined variable: g:
  43. E116: Invalid arguments for function get(g:, 'airline_statusline_funcrefs', [])
  44. E15: Invalid expression: get(g:, 'airline_statusline_funcrefs', [])
  45. line 8:
  46. E15: Invalid expression: ['a','b','c','gutter','x','y','z', 'error', 'warning']
  47. E15: Invalid expression: ['a','b','c','gutter','x','y','z', 'error', 'warning']
  48. line 9:
  49. E15: Invalid expression: []
  50. E15: Invalid expression: []
  51. line 10:
  52. E15: Invalid expression:
  53. E15: Invalid expression:
  54. E15: Invalid expression: {}
  55. line 13:
  56. E15: Invalid expression: [ function('airline#extensions#apply'), function('airline#extensions#default#apply') ]
  57. E15: Invalid expression: [ function('airline#extensions#apply'), function('airline#extensions#default#apply') ]
  58. line 16:
  59. E128: Function name must start with a capital: airline#add_statusline_func(name)
  60. line 17:
  61. E107: Missing braces: airline#add_statusline_funcref(function(a:name))
  62. line 18:
  63. E193: :endfunction not inside a function
  64. line 20:
  65. E128: Function name must start with a capital: airline#add_statusline_funcref(function)
  66. line 21:
  67. E121: Undefined variable: g:airline_statusline_funcrefs
  68. E116: Invalid arguments for function index(g:airline_statusline_funcrefs, a:function) >= 0
  69. E15: Invalid expression: index(g:airline_statusline_funcrefs, a:function) >= 0
  70. line 22:
  71. E107: Missing braces: airline#util#warning(printf('The airline statusline funcref "%s" has already been added.', string(a:function)))
  72. line 23:
  73. E133: :return not inside a function
  74. line 25:
  75. E121: Undefined variable: g:airline_statusline_funcrefs
  76. E116: Invalid arguments for function add(g:airline_statusline_funcrefs, a:function)
  77. -- More --
  78.  
  79. runtime bundle/vim-pathogen/autoload/pathogen.vim
  80. " runtime bundle/vim-airline/autoload/airline.vim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement