diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-10-06 17:06:08 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-10-06 17:06:08 -0400 |
commit | 66ec1a448e4f1602ab9b552ad590a8fadb3b98ae (patch) | |
tree | d3229ae28a8df9dad5f981446bde38c7f3381454 /runtime/doc/os_win32.txt | |
parent | ae743f87661dba80d89f45a63b998af05ef89935 (diff) | |
parent | 32fabd8984a09bf3b82032d7b1b536d980a084fc (diff) | |
download | rneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.tar.gz rneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.tar.bz2 rneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.zip |
Merge pull request #1268 from stefan991/cleanup-docs-2
Cleanup user documentation
Diffstat (limited to 'runtime/doc/os_win32.txt')
-rw-r--r-- | runtime/doc/os_win32.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt index 22e763a08e..2c25850116 100644 --- a/runtime/doc/os_win32.txt +++ b/runtime/doc/os_win32.txt @@ -12,9 +12,6 @@ Windows 7. There are both console and GUI versions. The 32 bit version also runs on 64 bit MS-Windows systems. -There is GUI version for use in the Win32s subsystem in Windows 3.1[1]. You -can also use the 32-bit DOS version of Vim instead. See |os_msdos.txt|. - 1. Known problems |win32-problems| 2. Startup |win32-startup| 3. Restore screen contents |win32-restore| |