1
0
forked from aniani/vim

patch 8.2.1547: various comment problems

Problem:    Various comment problems.
Solution:   Update comments.
This commit is contained in:
Bram Moolenaar
2020-08-30 19:26:45 +02:00
parent cd80006ecb
commit 02c037a4be
9 changed files with 26 additions and 13 deletions

View File

@@ -687,7 +687,7 @@ do_tag(
{
VIM_CLEAR(tagstack[tagstackidx].user_data);
tagstack[tagstackidx].user_data = vim_strnsave(
tagp.user_data, tagp.user_data_end - tagp.user_data);
tagp.user_data, tagp.user_data_end - tagp.user_data);
}
++tagstackidx;