@@ -44,42 +44,57 @@ struct {
44
44
unsigned int version;
45
45
const char * notes;
46
46
} constexpr version_notes[] = { {
47
- 0 ,
47
+ 20191210 ,
48
48
" » ModeChange parameter has changed to contain push/pop\n "
49
49
" ${Mode}Begin/${Mode}End hooks were removed\n "
50
50
}, {
51
51
20190701 ,
52
52
" » %file{...} expansions to read files\n "
53
53
" » echo -to-file <filename> to write to file\n "
54
- " » completions option have an on select command instead of a docstring\n "
54
+ " » completions option have an on select command instead of\n "
55
+ " a docstring\n "
55
56
" » Function key syntax do not accept lower case f anymore\n "
56
- " » shell quoting of list options is now opt-in with $kak_quoted_...\n "
57
+ " » shell quoting of list options is now opt-in with\n "
58
+ " $kak_quoted_...\n "
57
59
}, {
58
60
20190120 ,
59
61
" » named capture groups in regex\n "
60
62
" » auto_complete option renamed to autocomplete\n "
61
63
}, {
62
64
20181027 ,
63
- " » define-commands -shell-completion and -shell-candidates has been renamed\n "
64
- " » exclusive face attributes is replaced with final (fg/bg/attr)\n "
65
- " » <a-M> (merge consecutive) moved to <a-_> to make <a-M> backward <a-m>\n "
65
+ " » define-commands -shell-completion and -shell-candidates\n "
66
+ " has been renamed\n "
67
+ " » exclusive face attributes is replaced with final\n "
68
+ " (fg/bg/attr)\n "
69
+ " » <a-M> (merge consecutive) moved to <a-_> to make <a-M>\n "
70
+ " backward <a-m>\n "
66
71
" » remove-hooks now takes a regex parameter\n "
67
72
}, {
68
73
20180904 ,
69
74
" » Big breaking refactoring of various Kakoune features,\n "
70
- " configuration might need to be updated see `:doc changelog` for details\n "
71
- " » define-command -allow-override switch has been renamed -override\n "
75
+ " configuration might need to be updated see `:doc changelog`\n "
76
+ " for details\n "
77
+ " » define-command -allow-override switch has been renamed\n "
78
+ " -override\n "
72
79
}, {
73
80
20180413 ,
74
- " » ModeChange hook has been introduced and is expected to replace\n "
75
- " the various ${MODE}Begin/${MODE}End hooks, consider those deprecated.\n "
76
- " » '*' Does not strip whitespaces anymore, use built-in '_' to strip them\n "
77
- " » 'l' on eol will go to next line, 'h' on first char will go to previous\n "
78
- " » selections merging behaviour is now a bit more complex again\n "
79
- " » 'x' will only jump to next line if full line is already selected\n "
80
- " » WORD text object moved to <a-w> instead of W for consistency\n "
81
- " » rotate main selection moved to ), rotate content to <a-)>, ( for backward\n "
82
- " » faces are now scoped, set-face command takes an additional scope parameter\n "
81
+ " » ModeChange hook has been introduced and is expected\n "
82
+ " to replace the various ${MODE}Begin/${MODE}End hooks,\n "
83
+ " consider those deprecated.\n "
84
+ " » '*' Does not strip whitespaces anymore, use built-in\n "
85
+ " '_' to strip them\n "
86
+ " » 'l' on eol will go to next line, 'h' on first char will\n "
87
+ " go to previous\n "
88
+ " » selections merging behaviour is now a bit more complex\n "
89
+ " again\n "
90
+ " » 'x' will only jump to next line if full line is already\n "
91
+ " selected\n "
92
+ " » WORD text object moved to <a-w> instead of W for\n "
93
+ " consistency\n "
94
+ " » rotate main selection moved to ), rotate content to <a-)>,\n "
95
+ " ( for backward\n "
96
+ " » faces are now scoped, set-face command takes an additional\n "
97
+ " scope parameter\n "
83
98
" » <backtab> key is gone, use <s-tab> instead\n "
84
99
} };
85
100
0 commit comments