diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-01-02 21:34:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-01-02 21:34:42 +0100 |
commit | d7df279808f75f7a4af8dd48deae73a9b727ac3b (patch) | |
tree | e616cd66f8c5648591dc172b844df04a549ce89a /runtime/autoload | |
parent | 7fc4785ea19306b7e94beb61f226cf40c32b1aba (diff) | |
download | vim-git-d7df279808f75f7a4af8dd48deae73a9b727ac3b.tar.gz |
Update a few runtime files.
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/dist/ft.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim index e85ffc763..5c43ba280 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 Mar 08 +" Last Change: 2020 Jan 02 " These functions are moved here from runtime/filetype.vim to make startup " faster. @@ -298,7 +298,7 @@ endfunc func dist#ft#FTmms() let n = 1 - while n < 10 + while n < 20 let line = getline(n) if line =~ '^\s*\(%\|//\)' || line =~ '^\*' setf mmix |