Skip to content

Commit

Permalink
🐞fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Nov 28, 2024
1 parent d52d071 commit bd29157
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vim/autoload/vimrc/lazyload.vim
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ ono A <Plug>(textobj-twochars-a)
ono I <Plug>(textobj-twochars-i)
export def ToHead(a: string)
const p = getpos("'[")
g:p = p
setpos('.', p)
if p[2] <= 1
normal ^
Expand Down
1 change: 0 additions & 1 deletion src/.vim/autoload/vimrc/lazyload.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ onoremap I <Plug>(textobj-twochars-i)
# テキストオブジェクトの先頭に移動
export def ToHead(type: string)
const p = getpos("'[")
g:p = p
setpos('.', p)
if p[2] <= 1
normal ^
Expand Down

0 comments on commit bd29157

Please sign in to comment.