diff options
author | James McCoy <jamessan@jamessan.com> | 2019-01-01 07:57:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-01 07:57:20 -0500 |
commit | d4dc7c7509ca586869fd843f25107a8b8cd779c6 (patch) | |
tree | 03bad2dd053e9ec60a5c05c6cad2b6e44a3a4b1d | |
parent | 24f2cc55a83dc841acf4c8714ad250a735bb38dc (diff) | |
parent | 8ff144d876039d1612040a896758ffa49ec3f21a (diff) | |
download | rneovim-d4dc7c7509ca586869fd843f25107a8b8cd779c6.tar.gz rneovim-d4dc7c7509ca586869fd843f25107a8b8cd779c6.tar.bz2 rneovim-d4dc7c7509ca586869fd843f25107a8b8cd779c6.zip |
Merge pull request #9427 from jamessan/man-fix
nvim.1: Add missing .El directive
-rw-r--r-- | man/nvim.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/nvim.1 b/man/nvim.1 index b9f47cc851..4d338321c4 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -56,6 +56,7 @@ Reads text from standard input until .Dv EOF , then opens a buffer with that text. User input is read from standard error, which should be a terminal. +.El .Sh OPTIONS .Bl -tag -width Fl .It Fl t Ar tag |