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.27.2] ( https://github.com/vscodevim/vim/tree/v1.27.2 ) (2023-12-22)
4
+
5
+ ### Added
6
+
7
+ - Map ` :ls ` to ` workbench.action.quickOpenLeastRecentlyUsedEditorInGroup ` ([ @riyuejiuzhao ] ( https://github.com/riyuejiuzhao ) ).
8
+
9
+ ### Fixed
10
+
11
+ - Fix scrolling when ` editor.smoothScrolling ` is enabled ([ @zhuowei ] ( https://github.com/zhuowei ) ).
12
+ - Fix cursor movement when ` vim.foldfix ` is enabled ([ @HenryTSZ ] ( https://github.com/HenryTSZ ) ).
13
+ - Fix ` editor.action.smartSelection.expand ` command in VisualLine mode ([ @rogeryk ] ( https://github.com/rogeryk ) ).
14
+
3
15
## [ v1.27.1] ( https://github.com/vscodevim/vim/tree/v1.27.1 ) (2023-11-22)
4
16
5
17
### Fixed
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.27.1 " ,
6
+ "version" : " 1.27.2 " ,
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
" @aashutoshrathi/word-wrap@^1.2.3 " :
6
- version "1.2.6 "
6
+ version "1.2.7 "
7
7
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
8
8
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
9
9
You can’t perform that action at this time.
0 commit comments