Mercurial > vim
view runtime/ftplugin/manconf.vim @ 8991:42e85487c0f9 v7.4.1781
commit https://github.com/vim/vim/commit/da5b3dcf06a3af5b398450258be32b0416451a9b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 23 15:19:02 2016 +0200
patch 7.4.1781
Problem: synIDattr() does not respect 'guicolors'.
Solution: Change the conditition for the mode. (Christian Brabandt)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 23 Apr 2016 15:30:06 +0200 |
parents | f4f8014d516e |
children | 1218c5353e2b |
line wrap: on
line source
" Vim filetype plugin file " Language: man.conf(5) - man configuration file " 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