Mercurial > vim
view runtime/ftplugin/muttrc.vim @ 26101:5317b0ae4893 v8.2.3583
patch 8.2.3583: the "gd" and "gD" commands do not update search stats
Commit: https://github.com/vim/vim/commit/0c71114aede81a209b7efc126b4bf19f11d58955
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Nov 12 10:30:04 2021 +0000
patch 8.2.3583: the "gd" and "gD" commands do not update search stats
Problem: The "gd" and "gD" commands do not update search stats. (Gary
Johnson)
Solution: Clear search stats.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 12 Nov 2021 11:45:04 +0100 |
parents | 1218c5353e2b |
children | d23645a0aca8 |
line wrap: on
line source
" Vim filetype plugin file " Language: mutt RC File " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-19 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com< cms< inc< fo<" setlocal comments=:# commentstring=#\ %s setlocal formatoptions-=t formatoptions+=croql let &l:include = '^\s*source\>' let &cpo = s:cpo_save unlet s:cpo_save