Closed rasendubi closed 10 years ago
Seems that vim may invoke BufRead more than once per buffer, so that our function may be called twice that results in key will be mapped recursively.
Looks good. Thanks for the fix :+1:
Seems that vim may invoke BufRead more than once per buffer, so that our function may be called twice that results in key will be mapped recursively.