diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 17:09:29 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 17:48:06 +0200 |
commit | 45ef3d9d0c5f09e735b984fb6bbb25b27848408c (patch) | |
tree | 246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/os_win32.txt | |
parent | bc4a2e1576c66ae5eea5463990d73528b3fc75bf (diff) | |
download | rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.gz rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.bz2 rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.zip |
doc: Replace hardcoded TOCs with <M-]> advice.
Diffstat (limited to 'runtime/doc/os_win32.txt')
-rw-r--r-- | runtime/doc/os_win32.txt | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt index cd8ad3465a..4b012712fc 100644 --- a/runtime/doc/os_win32.txt +++ b/runtime/doc/os_win32.txt @@ -1,38 +1,11 @@ *os_win32.txt* Nvim - VIM REFERENCE MANUAL by George Reilly + NVIM REFERENCE MANUAL *win32* *Win32* *MS-Windows* -This file documents the idiosyncrasies of the Win32 version of Vim. - -The Win32 version of Vim works on Windows XP, Vista and Windows 7. -There are both console and GUI versions. - -The 32 bit version also runs on 64 bit MS-Windows systems. - -1. Known problems |win32-problems| -2. Startup |win32-startup| -3. Using the mouse |win32-mouse| -4. Win32 mini FAQ |win32-faq| - -Additionally, there are a number of common Win32 and DOS items: -File locations |dos-locations| -Using backslashes |dos-backslash| -Standard mappings |dos-standard-mappings| -Screen output and colors |dos-colors| -File formats |dos-file-formats| -:cd command |dos-:cd| -Interrupting |dos-CTRL-Break| -Temp files |dos-temp-files| -Shell option default |dos-shell| - -Win32 GUI |gui-w32| - -Credits: -The Win32 version was written by George V. Reilly <george@reilly.org>. -The GUI version was made by George V. Reilly and Robert Webb. +This file documents the Win32 version of Nvim. ============================================================================== 1. Known problems *win32-problems* |