vimtex/autoload
Karl Yngve Lervåg 97de910258 Fixed #440: Problem with stopline arguments
The stoplines were relative to the window limits (i.e. line('w$') and
line('w0')). This does not work when delimiters are searched beyond the
window limit +- the stopline borders, which e.g. might happen when
searching in large documents.

The fix is to use limits that are relative to the current position,
line('.').
2016-04-22 22:02:50 +02:00
..
unite/sources Fixed #433: Enable vimtex-toc in bib files 2016-04-11 20:33:18 +02:00
vimtex Fixed #440: Problem with stopline arguments 2016-04-22 22:02:50 +02:00
vimtex.vim Remove paragraph text objects and motions (#320) 2016-04-17 13:16:00 +02:00