diff options
author | Seth Jackson <sethjackson@gmail.com> | 2015-12-22 16:08:06 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-12-22 18:20:46 -0500 |
commit | b9d1a7f810fce0652ded1496675cf635b0b785be (patch) | |
tree | e1331d92dc773bdc4342cf68ccce1b0b2999ab5f | |
parent | 944658e2e1bc723b0584d95d7b81084de2e5ba86 (diff) | |
download | rneovim-b9d1a7f810fce0652ded1496675cf635b0b785be.tar.gz rneovim-b9d1a7f810fce0652ded1496675cf635b0b785be.tar.bz2 rneovim-b9d1a7f810fce0652ded1496675cf635b0b785be.zip |
doc: vi_diff: Update supported OS list #3890
We do not support every Unix flavor in existence so note
that here.
We do not support Windows 95 or NT. Update the list to
the Windows versions we do support.
We only support OS X not classic Mac OS so note that too.
-rw-r--r-- | runtime/doc/vi_diff.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt index 8b2fa28e0a..3754e16d99 100644 --- a/runtime/doc/vi_diff.txt +++ b/runtime/doc/vi_diff.txt @@ -57,10 +57,9 @@ argument when starting Vim. Support for different systems. Vim can be used on: - - All Unix systems (it works on all systems it was tested on, although - the GUI and Perl interface may not work everywhere). - - Windows 95 and Windows NT, with support for long file names. - - Macintosh + - Modern Unix systems (*BSD, Linux, etc.) + - Windows (XP SP 2 or greater) + - OS X Multi level undo. |undo| 'u' goes backward in time, 'CTRL-R' goes forward again. Set option |