We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E121: Undefined variable: b:projectionist
vim foo.txt
vim foo.txt (where foo.txt does not exist) throws this error:
"foo.txt" [New File] Error detected while processing BufNewFile Auto commands for "*": E121: Undefined variable: b:projectionist E116: Invalid arguments for function empty(b:projectionist) | call projectionist#apply_template() | end if E15: Invalid expression: !empty(b:projectionist) | call projectionist#apply_template() | endif
This does not happen for foo - a file extension is required to trigger it.
foo
The text was updated successfully, but these errors were encountered:
A file extension? Or a file with a valid filetype?
Sorry, something went wrong.
Not sure.. I cannot reproduce it anymore now, even from the same directory as before.
No branches or pull requests
vim foo.txt
(where foo.txt does not exist) throws this error:This does not happen for
foo
- a file extension is required to trigger it.The text was updated successfully, but these errors were encountered: