aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-11-16 02:00:04 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-11-28 03:48:06 +0100
commit30857030e848e4a727a889e51d4618ab9b30651f (patch)
tree7dc3b5ba9ed57699ba9f27f19609a411e27e31b8 /man
parent3348eea429d67fdb3942a9e60d60deb8f59b3ec8 (diff)
downloadrneovim-30857030e848e4a727a889e51d4618ab9b30651f.tar.gz
rneovim-30857030e848e4a727a889e51d4618ab9b30651f.tar.bz2
rneovim-30857030e848e4a727a889e51d4618ab9b30651f.zip
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 - <Cmd> avoids CmdlineEnter/Leave https://github.com/vim/vim/issues/2889
Diffstat (limited to 'man')
-rw-r--r--man/nvim.12
1 files changed, 1 insertions, 1 deletions
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