From e52293757a6bd682d551088b314b463ff4021cea Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 11 Oct 2018 19:14:20 +0200 Subject: doc: manpage: formatting, update --headless --- runtime/doc/nvim.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/nvim.txt b/runtime/doc/nvim.txt index a462acd825..07eb48aea3 100644 --- a/runtime/doc/nvim.txt +++ b/runtime/doc/nvim.txt @@ -8,7 +8,9 @@ Nvim *nvim* *nvim-intro* Nvim is based on Vim by Bram Moolenaar. -If you are new to Vim see |help.txt|, or type ":Tutor". +If you are new to Vim, try the 30-minute tutorial: > + :Tutor + If you already use Vim see |nvim-from-vim| for a quickstart. Nvim is emphatically a fork of Vim, not a clone: compatibility with Vim is -- cgit