annotate runtime/ftplugin/btm.vim @ 9971:98b39d2eb895
v7.4.2259
commit https://github.com/vim/vim/commit/4d6f32cbfbaf324ac4a25c0206a5db0e9f7a48f7
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 26 19:13:46 2016 +0200
patch 7.4.2259
Problem: With 'incsearch' can only see the next match.
Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian
Brabandt)
author |
Christian Brabandt <cb@256bit.org> |
date |
Fri, 26 Aug 2016 19:15:07 +0200 |
parents |
631143ac4a01 |
children |
4027cefc2aab |
rev |
line source |
15
|
1 " Vim filetype plugin file
|
|
2 " Language: BTM
|
|
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
|
|
4 " Last Change: 2004 Jul 06
|
|
5
|
|
6 " Only do this when not done yet for this buffer
|
|
7 if exists("b:did_ftplugin")
|
|
8 finish
|
|
9 endif
|
|
10
|
|
11 " Behaves just like dosbatch
|
|
12 runtime! ftplugin/dosbatch.vim ftplugin/dosbatch_*.vim ftplugin/dosbatch/*.vim
|