74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

Classify '^' as Other, should classify it as Marks #73

Closed GoodDingo closed 6 years ago

GoodDingo commented 6 years ago

https://github.com/74th/vscode-vim/blob/1db62fd74b5dce48e12a732e001472ff6bdec5a4/src/Utils.ts#L84

should be

    if (charCode <= 0x5E) {
    ...
74th commented 6 years ago

Thank! I fixed it and release v0.5.5.