" Vim Keymap file for syntax testing " Maintainer: Doug Kearns " Last Changed: 2023 Nov 21 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 legacy-script comment