Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 185 by [email protected]: When executing a recent version of make
from within vim, a change in directory is not recognised
http://code.google.com/p/vim/issues/detail?id=185
What steps will reproduce the problem?
1. Open vim from within the root directory of a project that makes use of
recursive make files
2. Run :make from within vim
What is the expected output? What do you see instead?
If any directory changes were made, vim should recognise these and append
the appropriate information to the quickfix-directory-stack
What version of the product are you using? On what operating system?
(g)vim 7.4 with patches 1 to 86
gnu make 4.0
OS Arch Linux
Please provide any additional information below.
It seems that the output of gnu make for entering a directory
has changed from:
make[1]: Entering directory `/path/to/directory'
to
make[1]: Entering directory '/path/to/directory'
Note the change from ` to ' at the beginning of the path name. I suspect
the same has happened for the Leaving directory string as well.
This should be a simple fix one of the patterns within the 'errorformat'
variable in 'runtime/compiler/gcc.vim' or perhaps it may be a good idea to
duplicate that pattern and modify the duplicate (to retain backwards
compatibility)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.