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 9466738 commit da10ce8Copy full SHA for da10ce8
doc/pages/changelog.asciidoc
@@ -3,6 +3,11 @@
3
This changelog contains major and/or breaking changes to Kakoune between
4
released versions.
5
6
+== Kakoune 2021.10.28
7
+
8
+* `g` and `v` do not auto lower case the next key, so `GL` needs to be
9
+ manually mapped to `Gl` for example.
10
11
== Kakoune 2021.08.28
12
13
* command and response fifo support
src/main.cc
@@ -44,6 +44,9 @@ struct {
44
unsigned int version;
45
StringView notes;
46
} constexpr version_notes[] = { {
47
+ 20211028,
48
+ "» {+b}g{} and {+b}v{} do not auto-convert to lowercase anymore\n"
49
+ }, {
50
20210828,
51
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
52
"» {+u}$kak_command_fifo{} support\n"
0 commit comments