Skip to content

Commit

Permalink
✅test:
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Dec 3, 2024
1 parent b66427e commit e79a1d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/vimrc.test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ suite.TestMapping = () => {
# わざとデフォルト(`map`コマンドで取得できないやつ)と被らせてるやつ
# n a _cc
# n b vim-smart-word
# n B CtrlPBuffer
# n e vim-smart-word
# n ga textobjの先頭に移動
# n gc vim-caw
Expand Down Expand Up @@ -136,10 +137,10 @@ suite.TestMapping = () => {
# i <C-U> defaults.vim
# i <C-G> 色付きで表示
var default_ignore = '\C' .. [
'n \([abehijklmnopqswAMOPQSTY;''/?:%,+]\)',
'n \([abBehijklmnopqswAMOPQSTY;''/?:%,+]\)',
'n \(g[acdesinpr;]\)',
'n \(zd\|zf\|ZZ\)',
'n \(G[ai]\)',
'n \(G[ai%]\)',
'n \(<C-[AWXG]>\)',
'n \(<Esc>\)',
'n \(<C-[FBP]>\)',
Expand Down

0 comments on commit e79a1d6

Please sign in to comment.