Mercurial > vim
view runtime/ftplugin/treetop.vim @ 30791:574bf5c78a40 v9.0.0730
patch 9.0.0730: startup test fails with right-left feature
Commit: https://github.com/vim/vim/commit/9ce7915d0667e6cb8f930634473f0caf2967f4e3
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Oct 12 11:54:34 2022 +0100
patch 9.0.0730: startup test fails with right-left feature
Problem: Startup test fails with right-left feature.
Solution: Do not delete test file too early.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 12 Oct 2022 13:00:05 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: Treetop " Previous 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