1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-16 06:47:52 +01:00
vim/runtime/ftplugin/tmux.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
372 B
VimL
Raw Permalink Normal View History

2017-03-05 17:04:09 +01:00
" Vim filetype plugin file
2017-03-16 17:41:02 +01:00
" Language: tmux(1) configuration file
" URL: https://github.com/ericpruitt/tmux.vim/
" Maintainer: Eric Pruitt <eric.pruitt@gmail.com>
" Last Changed: 2017 Mar 10
2017-03-05 17:04:09 +01:00
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
2021-10-16 15:23:36 +01:00
let b:undo_ftplugin = "setlocal comments< commentstring<"
setlocal comments=:#
2017-03-05 17:04:09 +01:00
setlocal commentstring=#\ %s