Mercurial > vim
view runtime/ftplugin/json.vim @ 11955:baa2edd33f5d v8.0.0857
patch 8.0.0857: terminal test fails on MS-Windows
commit https://github.com/vim/vim/commit/620d064b0b0bca2268574abdec2d8eac3384cfdf
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 3 21:08:05 2017 +0200
patch 8.0.0857: terminal test fails on MS-Windows
Problem: Terminal test fails on MS-Windows.
Solution: Sleep a fraction of a second.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 03 Aug 2017 21:15:04 +0200 |
parents | 32a77cc160d9 |
children |
line wrap: on
line source
" Vim filetype plugin " Language: JSON " Maintainer: David Barnett <daviebdawg+vim@gmail.com> " Last Change: 2014 Jul 16 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = 'setlocal formatoptions< comments< commentstring<' setlocal formatoptions-=t " JSON has no comments. setlocal comments= setlocal commentstring=