Skip to content

Commit

Permalink
✅test:
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Nov 28, 2024
1 parent faaf876 commit 773ad5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/vimrc.test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@ suite.TestMapping = () => {
# i <C-U> defaults.vim
# i <C-G> 色付きで表示
var default_ignore = '\C' .. [
'n \([abehijklmnopqswAMOPQSTY;''/?:%,+]\|g[acdesinpr;]\|G[ai]\|zd\|zf\|ZZ\|<C-[AWXG]>\|<Esc>\)',
'n \([abehijklmnopqswAMOPQSTY;''/?:%,+]\)',
'n \(g[acdesinpr;]\)',
'n \(zd\|zf\|ZZ\)',
'n \(G[ai]\)',
'n \(<C-[AWXG]>\)',
'n \(<Esc>\)',
'n \(<C-[FBP]>\)',
'v \([*/?:]\)',
'i \(<C-U>\)',
Expand Down

0 comments on commit 773ad5e

Please sign in to comment.