[Vim-latex-devel] patch for ref completion
Brought to you by:
srinathava,
tmaas
From: Andreas W. <awi...@ze...> - 2010-03-05 13:34:34
|
This is a patch for the 'Error List/cwindow' ref completion mode. When a label was found in an \include'd file, the completion was made there (in the included file) and not in the buffer, that was edited when <F9> was pressed. This can be fixed by adding the 'j' flag to the search pattern of vimgrep and vimgrepadd. A. |