Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable projectionist on vim enter, weird issue
Running shell commands via a call to system() within a user defined function on vim startup causes weird text to be written to the screen, on MacOS/bash/iTerm. See tpope/vim-rails#579 At some point I'll probably delve into this some more and try to find the root cause, but for now just work around it by disabling running both rails and projectionist VimEnter autocmds which trigger the issue.
- Loading branch information