view runtime/ftplugin/tmux.vim @ 30068:e416076a28f9

Added tag v9.0.0371 for changeset faf8de1c2f0d22e487cb9ce276f3b040ea0d56da
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Sep 2022 23:00:04 +0200
parents 3b34837f4538
children
line wrap: on
line source

" Vim filetype plugin file
" Language: 	tmux(1) configuration file
" URL: 		https://github.com/ericpruitt/tmux.vim/
" Maintainer: 	Eric Pruitt <eric.pruitt@gmail.com>
" Last Changed: 2017 Mar 10

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

let b:undo_ftplugin = "setlocal comments< commentstring<"

setlocal comments=:#
setlocal commentstring=#\ %s