We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d4805 commit 4be9c81Copy full SHA for 4be9c81
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [v1.28.1](https://github.com/vscodevim/vim/tree/v1.28.1) (2024-09-07)
4
+
5
+### Fixed
6
7
+- Fixed `h` with unicode surrogate pairs ([@semicube](https://github.com/semicube)).
8
9
## [v1.28.0](https://github.com/vscodevim/vim/tree/v1.28.0) (2024-08-25)
10
11
### Added
package.json
@@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
- "version": "1.28.0",
+ "version": "1.28.1",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",
0 commit comments