Mercurial > vim
view runtime/ftplugin/automake.vim @ 22820:d05319bbf63b v8.2.1958
patch 8.2.1958: build failure with timers
Commit: https://github.com/vim/vim/commit/b885b435d126d34475714e39ec1125bd4e1c77c6
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 5 19:34:41 2020 +0100
patch 8.2.1958: build failure with timers
Problem: Build failure with timers.
Solution: Add missing change.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 05 Nov 2020 19:45:03 +0100 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: Automake " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let s:cpo_save = &cpo set cpo&vim runtime! ftplugin/make.vim ftplugin/make_*.vim ftplugin/make/*.vim let &cpo = s:cpo_save unlet s:cpo_save