mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 03:17:23 +10: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
|