aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-15 16:11:01 +0200
committerGitHub <noreply@github.com>2017-05-15 16:11:01 +0200
commit597d65b4b7e10e3155837c3962e35283fc414d8d (patch)
tree460d308091e7b6d0a43bf0d7b7a597b42a20f9ba /runtime
parent8e052f677ee80414a4ef635afb5ce0f323f602f3 (diff)
parentcc5a42a77485cc09f6215326d3b5ed1ec139fba6 (diff)
downloadrneovim-597d65b4b7e10e3155837c3962e35283fc414d8d.tar.gz
rneovim-597d65b4b7e10e3155837c3962e35283fc414d8d.tar.bz2
rneovim-597d65b4b7e10e3155837c3962e35283fc414d8d.zip
Merge #6741 from justinmk/progpath
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 873200cb30..44f2b3688c 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1749,9 +1749,7 @@ v:profiling Normally zero. Set to one after using ":profile start".
See |profiling|.
*v:progname* *progname-variable*
-v:progname Contains the name (with path removed) with which Nvim was
- invoked. Allows you to do special initialisations for any
- name you might symlink to Nvim.
+v:progname The name by which Nvim was invoked (with path removed).
Read-only.
*v:progpath* *progpath-variable*