view runtime/ftplugin/tmux.vim @ 11125:6f52cc87fe15 v8.0.0450

patch 8.0.0450: v:progpath is not reliably set commit https://github.com/vim/vim/commit/47ffb905f363571072faefbd417938e7ff351a9f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 12 18:38:02 2017 +0100 patch 8.0.0450: v:progpath is not reliably set Problem: v:progpath is not reliably set. Solution: Read /proc/self/exe if possible. (idea by Michal Grochmal) Also fixes missing #if.
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Mar 2017 18:45:05 +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