diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-04 21:48:55 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2016-01-06 15:46:25 -0500 |
commit | ec580da5f442b65cc3c2c05e95c133faa88c2589 (patch) | |
tree | edf13b0dce1a3ddc787b7e3d4f28dbafaece13f4 | |
parent | 0298b004f88acce751e633ae3cd609b74e1b929f (diff) | |
download | rneovim-ec580da5f442b65cc3c2c05e95c133faa88c2589.tar.gz rneovim-ec580da5f442b65cc3c2c05e95c133faa88c2589.tar.bz2 rneovim-ec580da5f442b65cc3c2c05e95c133faa88c2589.zip |
doc: Clarify Windows feature tests for eval().
-rw-r--r-- | runtime/doc/eval.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 8864909e71..564ee10a70 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6939,8 +6939,8 @@ filterpipe When 'shelltemp' is off pipes are used for shell find_in_path Compiled with support for include file searches |+find_in_path|. float Compiled with support for |Float|. -fname_case Case in file names matters (for MS-DOS and Windows - this is not present). +fname_case Case in file names matters (for Windows this is not + present). folding Compiled with |folding| support. footer Compiled with GUI footer support. |gui-footer| gettext Compiled with message translation |multi-lang| @@ -7023,10 +7023,9 @@ visualextra Compiled with extra Visual mode commands. vreplace Compiled with |gR| and |gr| commands. wildignore Compiled with 'wildignore' option. wildmenu Compiled with 'wildmenu' option. -win32 Win32 version of Vim (MS-Windows 95 and later, 32 or - 64 bits) -win32unix Win32 version of Vim, using Unix files (Cygwin) -win64 Win64 version of Vim (MS-Windows 64 bit). +win32 Windows version of Vim (32 or 64 bit). +win32unix Windows version of Vim, using Unix files (Cygwin). +win64 Windows version of Vim (64 bit). winaltkeys Compiled with 'winaltkeys' option. windows Compiled with support for more than one window. writebackup Compiled with 'writebackup' default on. |