vim9script # Vim Keymap file for syntax testing scriptencoding utf-8 let b:keymap_name = "syntax-test" loadkeymap # Line comment # Another line comment a A Basic mapping 'a á More than one char in first column # Special notation B Special notation allowed in LHS - decimal c Special notation allowed in RHS - octal Special notation allowed in LHS and RHS - hexadecimal # Vim-script comment characters \# Line should not match as a Vim9-script comment " “ Line should not match as a legacy-script comment : # Line should not match as a Vim9-script comment