diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 00:17:17 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 00:17:17 -0500 |
commit | c3028e435392a7b647f79be826c054ef76b0d577 (patch) | |
tree | f2d48e5e7c13e9faf67f1ef99317779f23a8df2f /runtime/doc/eval.txt | |
parent | 57207ea60e84b5af46f99d388b8e619955f96d09 (diff) | |
parent | 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 (diff) | |
download | rneovim-c3028e435392a7b647f79be826c054ef76b0d577.tar.gz rneovim-c3028e435392a7b647f79be826c054ef76b0d577.tar.bz2 rneovim-c3028e435392a7b647f79be826c054ef76b0d577.zip |
Merge pull request #1656 from fmoralesc/remove-easy-mode
Remove "easy" mode.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 65b1f2aa3c..6f5dddb335 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1554,8 +1554,8 @@ v:profiling Normally zero. Set to one after using ":profile start". *v:progname* *progname-variable* v:progname Contains the name (with path removed) with which Vim was - invoked. Allows you to do special initialisations for |view|, - |evim| etc., or any other name you might symlink to Vim. + invoked. Allows you to do special initialisations for |view|, + |vimdiff|, etc., or any other name you might symlink to Vim. Read-only. *v:progpath* *progpath-variable* |