1
- *filetype.txt* For Vim version 9.1. Last change: 2025 Feb 25
1
+ *filetype.txt* For Vim version 9.1. Last change: 2025 Mar 10
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -776,7 +776,7 @@ Local mappings:
776
776
to the end of the file in Normal mode. This means "> " is inserted in
777
777
each line.
778
778
779
- MAN *ft-man-plugin* *:Man* *man.vim*
779
+ MAN *ft-man-plugin* *:Man* *:ManReload* * man.vim*
780
780
781
781
This plugin displays a manual page in a nice way. See | find-manpage | in the
782
782
user manual for more information.
@@ -793,6 +793,8 @@ Commands:
793
793
Man {name} Display the manual page for {name} in a window.
794
794
Man {number} {name}
795
795
Display the manual page for {name} in a section {number} .
796
+ ManReload Reload the cache of available man pages used for | :Man | argument
797
+ completion.
796
798
797
799
Global mapping:
798
800
<Leader> K Displays the manual page for the word under the cursor.
@@ -823,6 +825,14 @@ desired folding style instead. For example: >
823
825
If you would like :Man {number} {name} to behave like man {number} {name} by
824
826
not running man {name} if no page is found, then use this: >
825
827
let g:ft_man_no_sect_fallback = 1
828
+ <
829
+ *g:ft_man_implementation*
830
+ The completion for the :Man command tries to guess which implementation of man
831
+ the system has. If it guesses wrong, you can set g:ft_man_implementation to
832
+ one of these values:
833
+ 'man-db' https://man-db.nongnu.org/
834
+ '' Unknown, fall back to completing shell commands
835
+ instead of man pages.
826
836
827
837
You may also want to set 'keywordprg' to make the | K | command open a manual
828
838
page in a Vim window: >
@@ -874,6 +884,12 @@ the PDF. The following are treated as tags:
874
884
875
885
These maps can be disabled with >
876
886
:let g:no_pdf_maps = 1
887
+
888
+ PLSQL *ft-plsql-plugin*
889
+
890
+ To enable syntax folding in PL/SQL filetypes, set the following variable: >
891
+
892
+ :let g:plsql_fold = 1
877
893
<
878
894
879
895
PYTHON *ft-python-plugin* *PEP8*
0 commit comments