This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" buffer書き換え前 | |
let s:mychangedtick = b:changedtick | |
" buffer書き換えて操作 | |
" ... | |
" 書き換え後に | |
" for tpope/vim-repeat | |
if exists('g:repeat_tick') | |
if g:repeat_tick == s:mychangedtick |