File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v1.30.1] ( https://github.com/vscodevim/vim/tree/v1.30.1 ) (2025-05-28)
4
+
5
+ ### Added
6
+
7
+ - Added a few character classes to Vim regexes ([ @J-Fields ] ( https://github.com/@J-Fields ) ).
8
+
9
+ ### Fixed
10
+
11
+ - Fixed an issue where the cursor would jump away after some VS Code navigation commands ([ @alythobani ] ( https://github.com/@alythobani ) ).
12
+ - Fixed surround with tags containing non-word characters ([ @robertmoura ] ( https://github.com/@robertmoura ) ).
13
+ - Fixed a performance issue when typing ` ( ` or similar in large files ([ @J-Fields ] ( https://github.com/@J-Fields ) ).
14
+
3
15
## [ v1.30.0] ( https://github.com/vscodevim/vim/tree/v1.30.0 ) (2025-05-22)
4
16
5
17
### Added
Original file line number Diff line number Diff line change 3
3
"displayName" : " Vim" ,
4
4
"description" : " Vim emulation for Visual Studio Code" ,
5
5
"icon" : " images/icon.png" ,
6
- "version" : " 1.30.0 " ,
6
+ "version" : " 1.30.1 " ,
7
7
"publisher" : " vscodevim" ,
8
8
"galleryBanner" : {
9
9
"color" : " #e3f4ff" ,
Original file line number Diff line number Diff line change 3
3
4
4
5
5
" @babel/code-frame@^7.0.0 " :
6
- version "7.11.0 "
6
+ version "7.11.1 "
7
7
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
8
8
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
9
9
dependencies :
You can’t perform that action at this time.
0 commit comments