mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
vim-patch:214641f77df6
Runtime file updates.
214641f77d
N/A:
vim-patch:26a280c47a1c
This commit is contained in:
11
runtime/ftplugin/tmux.vim
Normal file
11
runtime/ftplugin/tmux.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user