Mercurial > vim
view runtime/ftplugin/tmux.vim @ 30214:37cf1af90ffc
Added tag v9.0.0442 for changeset 4fedacdad3b4d67c1db9c3893af4405982f227e8
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 11 Sep 2022 14:45:05 +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