Mercurial > vim
view runtime/ftplugin/elinks.vim @ 26668:f2579ccc97db v8.2.3863
patch 8.2.3863: various build flags accidentally enabled
Commit: https://github.com/vim/vim/commit/8d95d7091da08d0a236be4a16616e3dda388e58d
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 20 22:12:53 2021 +0000
patch 8.2.3863: various build flags accidentally enabled
Problem: Various build flags accidentally enabled.
Solution: Revert several lines in Makefile.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 20 Dec 2021 23:15:03 +0100 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: elinks(1) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com< cms< fo<" setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save