Mercurial > vim
view runtime/ftplugin/nroff.vim @ 19267:c7903f92ed75 v8.2.0192
patch 8.2.0192: build failure without +terminal feature
Commit: https://github.com/vim/vim/commit/91cd59a0a20b944f703ca65e67f2e637fbb7e812
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 1 22:18:37 2020 +0100
patch 8.2.0192: build failure without +terminal feature
Problem: Build failure without +terminal feature.
Solution: Add #ifdefs.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 01 Feb 2020 22:30:03 +0100 |
parents | 1eaf34420bb3 |
children | 29c5f168c6fd |
line wrap: on
line source
" Vim filetype plugin " Language: roff(7) " Maintainer: Chris Spiegel <cspiegel@gmail.com> " Last Change: 2019 Apr 24 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal commentstring=.\\\"%s