mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
12 lines
226 B
VimL
12 lines
226 B
VimL
|
" 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
|