-
-
Notifications
You must be signed in to change notification settings - Fork 383
Description
Hello,
I have a problem when using vim-rails with syntastic. Since vim-rails is setting the QuickFixCmdPre and changing directory there
https://github.com/tpope/vim-rails/blob/master/autoload/rails.vim#L4543
the other plugin is not able to use :make command(s), because it fails when relative paths are used.
I submitted a pull request to syntastic plugin to use absolute paths, but I dont think the autor will be happy with this "solution". Other hack could be override this QuickFixCmdPre setting in my local configuration, but I am not sure what functionality am I loosing.
Is there a possibility to fix this? I mean to have vim-rails working without the QuickFixCmdPre set? Or is there a possibility to turn this behavior off to prevent from modifying it?
Many thanks for vim-rails and other plugins. They all rock :-)