diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-29 01:51:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-07-29 20:50:07 +0200 |
commit | f64486b6b6b70a05b357229f86b35ab25d92636e (patch) | |
tree | 2a5a7c73e0157314423530fb73af51b855d23ead /runtime/scripts.vim | |
parent | 6e03f87e0991b5b0dfffa79ae580b87e40468da1 (diff) | |
download | rneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.tar.gz rneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.tar.bz2 rneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.zip |
vim-patch:790c18bfa5df
Update runtime files
https://github.com/vim/vim/commit/790c18bfa5dfeca51749b752dddc41e60cb3fa54
Diffstat (limited to 'runtime/scripts.vim')
-rw-r--r-- | runtime/scripts.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/scripts.vim b/runtime/scripts.vim index 8d460cd317..a690431014 100644 --- a/runtime/scripts.vim +++ b/runtime/scripts.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types in scripts " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last change: 2018 Feb 03 +" Last change: 2019 Jun 25 " This file is called by an autocommand for every file that has just been " loaded into a buffer. It checks if the type of file can be recognized by |