mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: remove links that point nowhere
`make html` displays errors for links that are not in the tagfile
This commit is contained in:
parent
9c8008e252
commit
a7dad2b72e
@ -300,7 +300,7 @@ MANPAGES = \
|
|||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .c .o .txt .html .1 .man
|
.SUFFIXES: .c .o .txt .html .1 .man
|
||||||
|
|
||||||
all: tags manpages
|
all: tags manpages html
|
||||||
|
|
||||||
# Use Vim to generate the tags file. Can only be used when Vim has been
|
# Use Vim to generate the tags file. Can only be used when Vim has been
|
||||||
# compiled and installed. Supports multiple languages.
|
# compiled and installed. Supports multiple languages.
|
||||||
@ -351,5 +351,5 @@ perlhtml: tags $(DOCS)
|
|||||||
./vim2html.pl tags $(DOCS)
|
./vim2html.pl tags $(DOCS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f doctags *.html tags.ref $(MANPAGES)
|
-rm -f doctags *.html tags.ref $(MANPAGES) $(HTMLS) errors.log
|
||||||
|
|
||||||
|
@ -6714,7 +6714,7 @@ gui_photon Compiled with Photon GUI.
|
|||||||
gui_running Vim is running in the GUI, or it will start soon.
|
gui_running Vim is running in the GUI, or it will start soon.
|
||||||
gui_win32 Compiled with MS Windows Win32 GUI.
|
gui_win32 Compiled with MS Windows Win32 GUI.
|
||||||
gui_win32s idem, and Win32s system being used (Windows 3.1)
|
gui_win32s idem, and Win32s system being used (Windows 3.1)
|
||||||
hangul_input Compiled with Hangul input support. |hangul|
|
hangul_input Compiled with Hangul input support.
|
||||||
iconv Can use iconv() for conversion.
|
iconv Can use iconv() for conversion.
|
||||||
insert_expand Compiled with support for CTRL-X expansion commands in
|
insert_expand Compiled with support for CTRL-X expansion commands in
|
||||||
Insert mode.
|
Insert mode.
|
||||||
|
@ -34,7 +34,6 @@ tag char action in Insert mode ~
|
|||||||
|i_CTRL-@| CTRL-@ insert previously inserted text and stop
|
|i_CTRL-@| CTRL-@ insert previously inserted text and stop
|
||||||
insert
|
insert
|
||||||
|i_CTRL-A| CTRL-A insert previously inserted text
|
|i_CTRL-A| CTRL-A insert previously inserted text
|
||||||
CTRL-B not used |i_CTRL-B-gone|
|
|
||||||
|i_CTRL-C| CTRL-C quit insert mode, without checking for
|
|i_CTRL-C| CTRL-C quit insert mode, without checking for
|
||||||
abbreviation, unless 'insertmode' set.
|
abbreviation, unless 'insertmode' set.
|
||||||
|i_CTRL-D| CTRL-D delete one shiftwidth of indent in the current
|
|i_CTRL-D| CTRL-D delete one shiftwidth of indent in the current
|
||||||
|
@ -476,8 +476,6 @@ in memory, you can reduce that with these options:
|
|||||||
helps for a change that affects all lines.
|
helps for a change that affects all lines.
|
||||||
- 'undoreload' Set to zero to disable.
|
- 'undoreload' Set to zero to disable.
|
||||||
|
|
||||||
Also see |msdos-limitations|.
|
|
||||||
|
|
||||||
*E339* >
|
*E339* >
|
||||||
Pattern too long
|
Pattern too long
|
||||||
|
|
||||||
|
@ -103,7 +103,6 @@ Disabled at compile time:
|
|||||||
|
|
||||||
Never tested:
|
Never tested:
|
||||||
- Perl interface (|perl|)
|
- Perl interface (|perl|)
|
||||||
- Hangul input (|hangul|)
|
|
||||||
- Encryption support (|encryption|)
|
- Encryption support (|encryption|)
|
||||||
- Langmap (|'langmap'|)
|
- Langmap (|'langmap'|)
|
||||||
- Python support (|Python|)
|
- Python support (|Python|)
|
||||||
|
@ -357,7 +357,7 @@ N *+gettext* message translations |multi-lang|
|
|||||||
*+GUI_GTK* Unix only: GTK+ |GUI|
|
*+GUI_GTK* Unix only: GTK+ |GUI|
|
||||||
*+GUI_Motif* Unix only: Motif |GUI|
|
*+GUI_Motif* Unix only: Motif |GUI|
|
||||||
*+GUI_Photon* QNX only: Photon |GUI|
|
*+GUI_Photon* QNX only: Photon |GUI|
|
||||||
m *+hangul_input* Hangul input support |hangul|
|
m *+hangul_input* Hangul input support hangul
|
||||||
*+iconv* Compiled with the |iconv()| function
|
*+iconv* Compiled with the |iconv()| function
|
||||||
*+iconv/dyn* Likewise |iconv-dynamic| |/dyn|
|
*+iconv/dyn* Likewise |iconv-dynamic| |/dyn|
|
||||||
N *+insert_expand* |insert_expand| Insert mode completion
|
N *+insert_expand* |insert_expand| Insert mode completion
|
||||||
|
Loading…
Reference in New Issue
Block a user