Document the new write behaviour
This commit is contained in:
parent
9cf79bfd1e
commit
15aa4fe137
|
@ -19,6 +19,9 @@ released versions.
|
||||||
* `write -atomic` was replaced with `write -method [replace|overwrite]` to
|
* `write -atomic` was replaced with `write -method [replace|overwrite]` to
|
||||||
make both write methods available explicitly
|
make both write methods available explicitly
|
||||||
|
|
||||||
|
* `write <filename>` will fail if the given filename already exists and is
|
||||||
|
a regular file. Use the `-force` switch to override that behaviour.
|
||||||
|
|
||||||
== Kakoune 2020.09.01
|
== Kakoune 2020.09.01
|
||||||
|
|
||||||
* The `repl` and `send-text` aliases have been renamed respectively into
|
* The `repl` and `send-text` aliases have been renamed respectively into
|
||||||
|
|
|
@ -45,6 +45,7 @@ struct {
|
||||||
StringView notes;
|
StringView notes;
|
||||||
} constexpr version_notes[] = { {
|
} constexpr version_notes[] = { {
|
||||||
0,
|
0,
|
||||||
|
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
|
||||||
"» {+u}$kak_command_fifo{} support\n"
|
"» {+u}$kak_command_fifo{} support\n"
|
||||||
"» {+u}set-option -remove{} support\n"
|
"» {+u}set-option -remove{} support\n"
|
||||||
"» prompts auto select {+i}menu{} completions on space\n"
|
"» prompts auto select {+i}menu{} completions on space\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user