aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-01 22:45:59 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-01 22:48:28 +0200
commit2cdbbe50a4a695004adce50d7502869bb2410928 (patch)
treeb85ddd40c86b73c3bbf748c923b744a7a89e3716 /runtime/autoload
parent41fe644124140c4a303de4a5a84e28efec918274 (diff)
downloadrneovim-2cdbbe50a4a695004adce50d7502869bb2410928.tar.gz
rneovim-2cdbbe50a4a695004adce50d7502869bb2410928.tar.bz2
rneovim-2cdbbe50a4a695004adce50d7502869bb2410928.zip
vim-patch:63b74a8362b1
Update runtime files. https://github.com/vim/vim/commit/63b74a8362b14576b21d342dc424d0396ca8ea27
Diffstat (limited to 'runtime/autoload')
-rw-r--r--runtime/autoload/dist/ft.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim
index a97bad3b56..e85ffc763b 100644
--- a/runtime/autoload/dist/ft.vim
+++ b/runtime/autoload/dist/ft.vim
@@ -1,7 +1,7 @@
" Vim functions for file type detection
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2019 Jan 18
+" Last Change: 2019 Mar 08
" These functions are moved here from runtime/filetype.vim to make startup
" faster.