comparison runtime/doc/filetype.txt @ 25880:9c221ad9634a

Update runtime files Commit: https://github.com/vim/vim/commit/6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 4 21:32:54 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Oct 2021 22:45:05 +0200
parents 65de67669df3
children ce3678583211
comparison
equal deleted inserted replaced
25879:14ca7cc78a56 25880:9c221ad9634a
1 *filetype.txt* For Vim version 8.2. Last change: 2021 Mar 11 1 *filetype.txt* For Vim version 8.2. Last change: 2021 Sep 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
543 543
544 One command, :DiffGitCached, is provided to show a diff of the current commit 544 One command, :DiffGitCached, is provided to show a diff of the current commit
545 in the preview window. It is equivalent to calling "git diff --cached" plus 545 in the preview window. It is equivalent to calling "git diff --cached" plus
546 any arguments given to the command. 546 any arguments given to the command.
547 547
548 GPROF 548 GPROF *ft-gprof-plugin*
549 549
550 The gprof filetype plugin defines a mapping <C-]> to jump from a function 550 The gprof filetype plugin defines a mapping <C-]> to jump from a function
551 entry in the gprof flat profile or from a function entry in the call graph 551 entry in the gprof flat profile or from a function entry in the call graph
552 to the details of that function in the call graph. 552 to the details of that function in the call graph.
553 553