diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-10-06 19:04:59 +0200 |
---|---|---|
committer | Stefan Hoffmann <stefan991@gmail.com> | 2014-10-06 22:43:44 +0200 |
commit | 32fabd8984a09bf3b82032d7b1b536d980a084fc (patch) | |
tree | d3229ae28a8df9dad5f981446bde38c7f3381454 | |
parent | 73f7837350c1b83200f8070674a6c90fa1f27a7b (diff) | |
download | rneovim-32fabd8984a09bf3b82032d7b1b536d980a084fc.tar.gz rneovim-32fabd8984a09bf3b82032d7b1b536d980a084fc.tar.bz2 rneovim-32fabd8984a09bf3b82032d7b1b536d980a084fc.zip |
doc: remove links to non existent files
-rw-r--r-- | runtime/doc/help.txt | 16 | ||||
-rw-r--r-- | runtime/doc/os_win32.txt | 3 |
2 files changed, 0 insertions, 19 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index a9af50dd09..adea92079f 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -147,12 +147,10 @@ Special issues ~ |russian.txt| Russian language support and editing |ft_ada.txt| Ada (the programming language) support |ft_sql.txt| about the SQL filetype plugin -|hangulin.txt| Hangul (Korean) input mode |rileft.txt| right-to-left editing mode GUI ~ |gui.txt| Graphical User Interface (GUI) -|gui_w16.txt| Windows 3.1 GUI |gui_w32.txt| Win32 GUI |gui_x11.txt| X11 GUI @@ -162,31 +160,17 @@ Interfaces ~ |if_mzsch.txt| MzScheme interface |if_perl.txt| Perl interface |if_pyth.txt| Python interface -|if_sniff.txt| SNiFF+ interface |if_tcl.txt| Tcl interface -|if_ole.txt| OLE automation interface for Win32 |if_ruby.txt| Ruby interface |debugger.txt| Interface with a debugger -|workshop.txt| Sun Visual Workshop interface -|netbeans.txt| NetBeans External Editor interface |sign.txt| debugging signs Versions ~ |vi_diff.txt| Main differences between Vim and Vi *sys-file-list* Remarks about specific systems ~ -|os_390.txt| OS/390 Unix -|os_amiga.txt| Amiga -|os_beos.txt| BeOS and BeBox -|os_dos.txt| MS-DOS and MS-Windows NT/95 common items |os_mac.txt| Macintosh -|os_mint.txt| Atari MiNT -|os_msdos.txt| MS-DOS (plain DOS and DOS box under Windows) -|os_os2.txt| OS/2 -|os_qnx.txt| QNX -|os_risc.txt| RISC-OS |os_unix.txt| Unix -|os_vms.txt| VMS |os_win32.txt| MS-Windows 95/98/NT *standard-plugin-list* Standard plugins ~ 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| |