Document that write-all only writes modified buffers
This commit is contained in:
parent
1dad4741fa
commit
b849099472
|
@ -59,7 +59,7 @@ of the file onto the filesystem
|
||||||
|
|
||||||
*write-all* [-sync]::
|
*write-all* [-sync]::
|
||||||
*alias* wa +
|
*alias* wa +
|
||||||
write all buffers that are associated to a file
|
write all changed buffers that are associated to a file
|
||||||
|
|
||||||
*quit[!]* [<exit status>]::
|
*quit[!]* [<exit status>]::
|
||||||
*alias* q +
|
*alias* q +
|
||||||
|
|
|
@ -408,7 +408,7 @@ void write_all_buffers(Context& context, bool sync = false)
|
||||||
const CommandDesc write_all_cmd = {
|
const CommandDesc write_all_cmd = {
|
||||||
"write-all",
|
"write-all",
|
||||||
"wa",
|
"wa",
|
||||||
"write-all [-sync]: write all buffers that are associated to a file",
|
"write-all [-sync]: write all changed buffers that are associated to a file",
|
||||||
ParameterDesc{
|
ParameterDesc{
|
||||||
{ { "sync", { false, "force the synchronization of the file onto the filesystem" } } },
|
{ { "sync", { false, "force the synchronization of the file onto the filesystem" } } },
|
||||||
ParameterDesc::Flags::None, 0, 0
|
ParameterDesc::Flags::None, 0, 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user