Mercurial > vim
view runtime/ftplugin/ch.vim @ 26002:c45e990847e5
patch 8.2.3534: autoread test is a bit flaky
Commit: https://github.com/vim/vim/commit/944eeb44fb6e9d6d28474a1348d27c07873892f9
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Oct 18 14:37:13 2021 +0100
patch 8.2.3534: autoread test is a bit flaky
Problem: Autoread test is a bit flaky.
Solution: Wait a brief moment before overwriting the file.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 18 Oct 2021 15:45:04 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: Ch " Maintainer: SoftIntegration, Inc. <info@softintegration.com> " URL: http://www.softintegration.com/download/vim/ftplugin/ch.vim " Last change: 2004 May 16 " Created based on cpp.vim " " Ch is a C/C++ interpreter with many high level extensions " " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Behaves just like C runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim