comparison src/tag.c @ 19195:2ef19eed524a v8.2.0156

patch 8.2.0156: various typos in source files and tests Commit: https://github.com/vim/vim/commit/4b96df5a017a04141c4e901b1fc5704a3ca48099 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 26 22:00:26 2020 +0100 patch 8.2.0156: various typos in source files and tests Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes https://github.com/vim/vim/issues/5532)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jan 2020 22:15:05 +0100
parents 8645b73b3645
children 1a3ebc75cf39
comparison
equal deleted inserted replaced
19194:9986e645676b 19195:2ef19eed524a
4121 wp->w_tagstackidx = 0; 4121 wp->w_tagstackidx = 0;
4122 } 4122 }
4123 4123
4124 /* 4124 /*
4125 * Remove the oldest entry from the tag stack and shift the rest of 4125 * Remove the oldest entry from the tag stack and shift the rest of
4126 * the entires to free up the top of the stack. 4126 * the entries to free up the top of the stack.
4127 */ 4127 */
4128 static void 4128 static void
4129 tagstack_shift(win_T *wp) 4129 tagstack_shift(win_T *wp)
4130 { 4130 {
4131 taggy_T *tagstack = wp->w_tagstack; 4131 taggy_T *tagstack = wp->w_tagstack;