Mercurial > vim
view runtime/ftplugin/treetop.vim @ 10503:e0ad6123213c v8.0.0144
commit https://github.com/vim/vim/commit/9269315f635e44a340389be7e986782b98499311
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 6 14:55:36 2017 +0100
patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twice
Problem: When using MSVC the GvimExt directory is cleaned twice.
Solution: Remove the lines. (Ken Takata)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 06 Jan 2017 15:00:04 +0100 |
parents | 6f63330ec225 |
children | 1218c5353e2b |
line wrap: on
line source
" Vim filetype plugin file " Language: Treetop " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2011-03-14 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim setlocal comments=b:# commentstring=#\ %s formatoptions-=tcroq formatoptions+=l let b:undo_ftplugin = "setl com< cms< fo<" let &cpo = s:cpo_save unlet s:cpo_save