diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-25 00:43:51 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:33 -0400 |
commit | c8f07e5e1f073d7ed8eb7cd0185b7b5fa26ad474 (patch) | |
tree | 03dbec7fbe02ab3b514dc0f74405d55bc8370489 | |
parent | ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861 (diff) | |
download | rneovim-c8f07e5e1f073d7ed8eb7cd0185b7b5fa26ad474.tar.gz rneovim-c8f07e5e1f073d7ed8eb7cd0185b7b5fa26ad474.tar.bz2 rneovim-c8f07e5e1f073d7ed8eb7cd0185b7b5fa26ad474.zip |
vim-patch:d7df279808f7
Update a few runtime files.
https://github.com/vim/vim/commit/d7df279808f75f7a4af8dd48deae73a9b727ac3b
-rw-r--r-- | runtime/autoload/dist/ft.vim | 4 | ||||
-rw-r--r-- | runtime/doc/tagsrch.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim index cf26bc3172..d9632ffdc7 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 diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt index 7d09ca86ac..8142249ac9 100644 --- a/runtime/doc/tagsrch.txt +++ b/runtime/doc/tagsrch.txt @@ -204,14 +204,14 @@ the same entry. Example output: > - nr pri kind tag file + # pri kind tag file 1 F f mch_delay os_amiga.c mch_delay(msec, ignoreinput) > 2 F f mch_delay os_msdos.c mch_delay(msec, ignoreinput) 3 F f mch_delay os_unix.c mch_delay(msec, ignoreinput) - Enter nr of choice (<CR> to abort): + Type number and <Enter> (empty cancels): < See |tag-priority| for the "pri" column. Note that this depends on the current file, thus using |