Skip to content

Vim-rails is changing global make configuration #124

@lzap

Description

@lzap

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.

vim-syntastic/syntastic#97

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions