comparison runtime/doc/filetype.txt @ 22441:a3bb84cd0f59

Update runtime files. Commit: https://github.com/vim/vim/commit/d58a3bf7dac8d53faf42e13cc1152b110f12c404 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 28 21:48:16 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Sep 2020 22:00:05 +0200
parents 0db0640e16e0
children 29c5f168c6fd
comparison
equal deleted inserted replaced
22440:d892cdd2eca4 22441:a3bb84cd0f59
1 *filetype.txt* For Vim version 8.2. Last change: 2019 Jul 16 1 *filetype.txt* For Vim version 8.2. Last change: 2020 Sep 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
393 vim ~/.vim/after/ftplugin/fortran.vim 393 vim ~/.vim/after/ftplugin/fortran.vim
394 < In this file you can change just those settings that you want to change. 394 < In this file you can change just those settings that you want to change.
395 395
396 ============================================================================== 396 ==============================================================================
397 3. Docs for the default filetype plugins. *ftplugin-docs* 397 3. Docs for the default filetype plugins. *ftplugin-docs*
398
399
400 AWK *ft-awk-plugin*
401
402 Support for features specific to GNU Awk, like @include, can be enabled by
403 setting: >
404 let g:awk_is_gawk = 1
398 405
399 406
400 CHANGELOG *ft-changelog-plugin* 407 CHANGELOG *ft-changelog-plugin*
401 408
402 Allows for easy entrance of Changelog entries in Changelog files. There are 409 Allows for easy entrance of Changelog entries in Changelog files. There are