view runtime/ftplugin/tmux.vim @ 11115:3b36da20ad73 v8.0.0445

patch 8.0.0445: getpgid is not supported on all systems commit https://github.com/vim/vim/commit/2fcf6688bc3a8df2dff9c352d415b89db8b33668 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 11 20:03:42 2017 +0100 patch 8.0.0445: getpgid is not supported on all systems Problem: Getpgid is not supported on all systems. Solution: Add a configure check.
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Mar 2017 20:15:04 +0100
parents 1218c5353e2b
children d0a20101ecb2
line wrap: on
line source

" Vim filetype plugin file
" Language:	Tmux config
" Maintainer:	Eric Pruitt <eric.pruitt@gmail.com>
" Last Change:  2017 Mar 04

if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin = 1

setlocal commentstring=#\ %s