From 94a3b8574598ac7a65e0615b4178007d9b779323 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Tue, 28 Aug 2018 11:49:57 +0100 Subject: [PATCH 2/2] Missing space at eol in write CommandDesc --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index a63bc71a..d4866d2d 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -352,7 +352,7 @@ const CommandDesc write_cmd = { "write", "w", "write [-sync] [filename]: write the current buffer to its file " - "or to [filename] if specified; the underlying file can be" + "or to [filename] if specified; the underlying file can be " "synchronized with the filesystem with the -sync switch", write_params, CommandFlags::None,