Skip to content

Commit 1cb1cfe

Browse files
authored
docs: drop "xx.vim" syntax help-tags neovim#35623
Problem: These "foo.vim" syntax tags add 100+ useless tags to help. In particular, "progress.vim" is the first match for "progress", which not the result anyone is actually looking for, since Nvim 0.12 gained the "progress-message" feature. Solution: Drop the "foo.vim" syntax tags. The "ft-foo" tags are more appropriately named.
1 parent 29f30ad commit 1cb1cfe

File tree

4 files changed

+140
-176
lines changed

4 files changed

+140
-176
lines changed

runtime/doc/ft_ada.txt

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,12 @@
33

44
ADA FILE TYPE PLUG-INS REFERENCE MANUAL~
55

6-
ADA *ada.vim*
7-
8-
1. Syntax Highlighting |ft-ada-syntax|
9-
2. File type Plug-in |ft-ada-plugin|
10-
3. Omni Completion |ft-ada-omni|
11-
3.1 Omni Completion with "gnat xref" |gnat-xref|
12-
3.2 Omni Completion with "ctags" |ada-ctags|
13-
4. Compiler Support |ada-compiler|
14-
4.1 GNAT |compiler-gnat|
15-
4.2 Dec Ada |compiler-decada|
16-
5. References |ada-reference|
17-
5.1 Options |ft-ada-options|
18-
5.2 Commands |ft-ada-commands|
19-
5.3 Variables |ft-ada-variables|
20-
5.4 Constants |ft-ada-constants|
21-
5.5 Functions |ft-ada-functions|
22-
6. Extra Plug-ins |ada-extra-plugins|
6+
ADA *ft-ada-syntax*
7+
8+
Type |gO| to see the table of contents.
239

2410
==============================================================================
2511
1. Syntax Highlighting ~
26-
*ft-ada-syntax*
2712

2813
This mode is designed for the 2005 edition of Ada ("Ada 2005"), which includes
2914
support for objected-programming, protected types, and so on. It handles code

runtime/doc/ft_sql.txt

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,7 @@ The Structured Query Language (SQL) is a standard which specifies statements
88
that allow a user to interact with a relational database. Vim includes
99
features for navigation, indentation and syntax highlighting.
1010

11-
1. Navigation |sql-navigation|
12-
1.1 Matchit |sql-matchit|
13-
1.2 Text Object Motions |sql-object-motions|
14-
1.3 Predefined Object Motions |sql-predefined-objects|
15-
1.4 Macros |sql-macros|
16-
2. SQL Dialects |sql-dialects|
17-
2.1 SQLSetType |SQLSetType|
18-
2.2 SQLGetType |SQLGetType|
19-
2.3 SQL Dialect Default |sql-type-default|
20-
3. Adding new SQL Dialects |sql-adding-dialects|
21-
4. OMNI SQL Completion |sql-completion|
22-
4.1 Static mode |sql-completion-static|
23-
4.2 Dynamic mode |sql-completion-dynamic|
24-
4.3 Tutorial |sql-completion-tutorial|
25-
4.3.1 Complete Tables |sql-completion-tables|
26-
4.3.2 Complete Columns |sql-completion-columns|
27-
4.3.3 Complete Procedures |sql-completion-procedures|
28-
4.3.4 Complete Views |sql-completion-views|
29-
4.4 Completion Customization |sql-completion-customization|
30-
4.5 SQL Maps |sql-completion-maps|
31-
4.6 Using with other filetypes |sql-completion-filetypes|
11+
Type |gO| to see the table of contents.
3212

3313
==============================================================================
3414
1. Navigation *sql-navigation*

0 commit comments

Comments
 (0)