File tree Expand file tree Collapse file tree 3 files changed +5670
-5650
lines changed Expand file tree Collapse file tree 3 files changed +5670
-5650
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v1.27.3] ( https://github.com/vscodevim/vim/tree/v1.27.3 ) (2024-05-20)
4
+
5
+ ### Added
6
+
7
+ - Custom digraphs can be added via ` :dig[raphs] ` ([ @J-Fields ] ( https://github.com/J-Fields ) ).
8
+ - ` :Ex[plore] ` is mapped to ` workbench.view.explorer ` ([ @JaiminBrahmbhatt ] ( https://github.com/JaiminBrahmbhatt ) ).
9
+
10
+ ### Changed
11
+
12
+ - When used with a count, ` <C-d> ` and ` <C-u> ` set the ` scroll ` option to the count ([ @ontanj ] ( https://github.com/ontanj ) ).
13
+
14
+ ### Fixed
15
+
16
+ - Fix ` :s[ubstitute] ` with the ` n ` flag moving cursor ([ @J-Fields ] ( https://github.com/J-Fields ) ).
17
+ - Fix special marks displaying in gutter ([ @shinohara-rin ] ( https://github.com/shinohara-rin ) ).
18
+ - Fix several edge cases of ` <C-o> ` ([ @harunou ] ( https://github.com/harunou ) ).
19
+ - Fix incorrect digraph mappings ([ @mlbykn ] ( https://github.com/mlbykn ) ).
20
+ - Fix ` gv ` after visual selection with mouse or command ([ @zyd2001 ] ( https://github.com/zyd2001 ) ).
21
+ - Fix ` gv ` being unaffected by ` m< ` and ` m> ` ([ @J-Fields ] ( https://github.com/J-Fields ) ).
22
+
3
23
## [ v1.27.2] ( https://github.com/vscodevim/vim/tree/v1.27.2 ) (2023-12-22)
4
24
5
25
### 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.27.2 " ,
6
+ "version" : " 1.27.3 " ,
7
7
"publisher" : " vscodevim" ,
8
8
"galleryBanner" : {
9
9
"color" : " #e3f4ff" ,
You can’t perform that action at this time.
0 commit comments