Skip to content
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

Neovim, Plug #2

Open
kana-sama opened this issue Feb 7, 2017 · 0 comments
Open

Neovim, Plug #2

kana-sama opened this issue Feb 7, 2017 · 0 comments

Comments

@kana-sama
Copy link

NVIM 0.2.0-dev
vim-plug

Error detected while processing /home/kana/.config/nvim/plugged/vim-exercism/plugin/exercism.vim:
line    2:
E124: Missing '(': Exercism::Setup()
line    3:
E121: Undefined variable: Exercism
E15: Invalid expression: Exercism::Track() == "csharp"
line    5:
E133: :return not inside a function
line   13:
E121: Undefined variable: Exercism
E15: Invalid expression: Exercism::Track() == "ocaml"
line   16:
E193: :endfunction not inside a function
line   18:
E124: Missing '(': Exercism::StripNewline(str)
line   19:
E133: :return not inside a function
line   20:
E193: :endfunction not inside a function
line   22:
E124: Missing '(': Exercism::StripDotSlash(str)
line   23:
E133: :return not inside a function
line   24:
E193: :endfunction not inside a function
line   26:
E124: Missing '(': Exercism::Track()
line   28:
E133: :return not inside a function
line   29:
E193: :endfunction not inside a function
line   31:
E124: Missing '(': Exercism::TestCommand()
line   32:
E121: Undefined variable: Exercism
E15: Invalid expression: Exercism::Track()
line   33:
E133: :return not inside a function
line   34:
E133: :return not inside a function
line   35:
E133: :return not inside a function
line   36:
E133: :return not inside a function
line   37:
E133: :return not inside a function
line   38:
E133: :return not inside a function
line   39:
E133: :return not inside a function
line   40:
E133: :return not inside a function
line   41:
E133: :return not inside a function
line   42:
E133: :return not inside a function
line   43:
E133: :return not inside a function
line   44:
E133: :return not inside a function
line   46:
E193: :endfunction not inside a function
line   48:
E124: Missing '(': Exercism::ObjectiveCExerciseName()
line   50:
E133: :return not inside a function
line   51:
E193: :endfunction not inside a function
line   53:
E124: Missing '(': Exercism::RunTests()
line   54:
E121: Undefined variable: Exercism
E15: Invalid expression: ("!" . Exercism::TestCommand())
line   55:
E193: :endfunction not inside a function
line   57:
E124: Missing '(': Exercism::TestFile()
line   58:
E121: Undefined variable: Exercism
E15: Invalid expression: Exercism::Track()
line   72:
E133: :return not inside a function
line   75:
E121: Undefined variable: pattern
E116: Invalid arguments for function system("find . -name \"" . pattern . "\" | xargs basename | head -n 1")
E15: Invalid expression: system("find . -name \"" . pattern . "\" | xargs basename | head -n 1")
line   76:
E133: :return not inside a function
line   77:
E193: :endfunction not inside a function
line   79:
E124: Missing '(': Exercism::SourceFile()
line   80:
E121: Undefined variable: Exercism
E15: Invalid expression: Exercism::Track()
line   94:
E133: :return not inside a function
line   96:
E121: Undefined variable: pattern
E116: Invalid arguments for function system("find . -name \"" . pattern . "\" | grep -v " . Exercism::TestFile() . " | xargs basename | head -n 1")
E15: Invalid expression: system("find . -name \"" . pattern . "\" | grep -v " . Exercism::TestFile() . " | xargs basename | head -n 1")
line   97:
E133: :return not inside a function
line   98:
E193: :endfunction not inside a function
line  100:
E124: Missing '(': Exercism::SwapFiles()
line  101:
E121: Undefined variable: Exercism
E15: Invalid expression: expand("%") == Exercism::SourceFile() | exec ':e ' . Exercism::TestFile()
line  104:
E193: :endfunction not inside a function
Press ENTER or type command to continue
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

No branches or pull requests

1 participant