diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2022-01-01 18:34:50 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2022-01-01 18:34:50 +0100 |
commit | c96947b1c64c56f70125a9bac9c006f69e45d5d3 (patch) | |
tree | e15e44698144fdd94d00a28697708f03df7fa431 /autoload/polyglot/ft.vim | |
parent | f621f6c1eeadf73780ff7a7929a025a25a66702a (diff) | |
download | vim-polyglot-c96947b1c64c56f70125a9bac9c006f69e45d5d3.tar.gz vim-polyglot-c96947b1c64c56f70125a9bac9c006f69e45d5d3.zip |
Update
Diffstat (limited to 'autoload/polyglot/ft.vim')
-rw-r--r-- | autoload/polyglot/ft.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/polyglot/ft.vim b/autoload/polyglot/ft.vim index 56012da1..2ba69ed1 100644 --- a/autoload/polyglot/ft.vim +++ b/autoload/polyglot/ft.vim @@ -1,7 +1,7 @@ " Vim functions for file type detection " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2021 Nov 27 +" Last Change: 2021 Dec 17 " These functions are moved here from runtime/filetype.vim to make startup " faster. |