Comment #6 on issue 245 by dhah...@gmail.com: quickfix list should not
process modelines
https://code.google.com/p/vim/issues/detail?id=245
This might happen when some plugin calls `doautocmd`, e.g. fugitive does
this for its `:Glog`:
BufRead Auto commands for "*"
cmd: call fugitive#detect(expand('<amatch>:p'))
(reported at https://github.com/tpope/vim-fugitive/issues/580)
Modelines currently get executed unconditionally in this case, but even
with the patch to only do so when commands have been called
(https://groups.google.com/d/msg/vim_dev/DidKMDAsppw/RHedJGM-G6EJ) this is
an issue.
It's not really a Vim issue though - except if Vim would decide to skip
modelines for &buftype != "".
--
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.