comparison runtime/doc/filetype.txt @ 26438:c725b8e17f1f

Update runtime files Commit: https://github.com/vim/vim/commit/4700398e384f38f752b432e187462f404b96847d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 5 21:54:04 2021 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 23:00:08 +0100
parents ce3678583211
children eafb9fd4ec32
comparison
equal deleted inserted replaced
26437:11441fe9dc13 26438:c725b8e17f1f
537 'formatoptions' is set to break code and comment lines and to preserve long 537 'formatoptions' is set to break code and comment lines and to preserve long
538 lines. You can format comments with |gq|. 538 lines. You can format comments with |gq|.
539 For further discussion of fortran_have_tabs and the method used for the 539 For further discussion of fortran_have_tabs and the method used for the
540 detection of source format see |ft-fortran-syntax|. 540 detection of source format see |ft-fortran-syntax|.
541 541
542 GPROF *ft-gprof-plugin*
543
544 The gprof filetype plugin defines a mapping <C-]> to jump from a function
545 entry in the gprof flat profile or from a function entry in the call graph
546 to the details of that function in the call graph.
547
548 The mapping can be disabled with: >
549 let g:no_gprof_maps = 1
550 542
551 GIT COMMIT *ft-gitcommit-plugin* 543 GIT COMMIT *ft-gitcommit-plugin*
552 544
553 One command, :DiffGitCached, is provided to show a diff of the current commit 545 One command, :DiffGitCached, is provided to show a diff of the current commit
554 in the preview window. It is equivalent to calling "git diff --cached" plus 546 in the preview window. It is equivalent to calling "git diff --cached" plus