diff options
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r-- | src/nvim/tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c index 7185b548c0..50397d40e6 100644 --- a/src/nvim/tag.c +++ b/src/nvim/tag.c @@ -266,7 +266,7 @@ do_tag ( goto end_do_tag; } - if (type == DT_POP) { /* go to older position */ + if (type == DT_POP) { // go to older position const bool old_KeyTyped = KeyTyped; if ((tagstackidx -= count) < 0) { EMSG(_(bottommsg)); |