From 30857030e848e4a727a889e51d4618ab9b30651f Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 16 Nov 2018 02:00:04 +0100 Subject: doc - develop.txt is for design/guidelines; architecture/concepts should live elsewhere (currently src/nvim/README.md) - move dev-jargon to intro.txt - replace https://neovim.io/community (deprecated) with https://neovim.io/#chat - avoids CmdlineEnter/Leave https://github.com/vim/vim/issues/2889 --- man/nvim.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/nvim.1 b/man/nvim.1 index 2621036e26..b9f47cc851 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -24,7 +24,7 @@ Start .Nm followed by any number of options and/or files: .Pp -.Dl nvim [options] [filelist] +.Dl nvim [options] [file ...] .Pp Commands in .Nm -- cgit