issues
search
gregsexton
/
MatchTag
Vim's MatchParen for HTML tags
http://www.vim.org/scripts/script.php?script_id=3818
311
stars
30
forks
source link
Feature: create a function for jumping to matching pair. Can be used to nmap '%' ....
#36
Open
harish2704
opened
8 years ago
harish2704
commented
8 years ago
changes:
if tag match was not success, search fun will return [-1,-1]. Be consistent with the return type of search function.
Call that searchFunction for both highlighting and jumping b/w tags
changes: