diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-05 17:04:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-05 17:04:09 +0100 |
commit | 214641f77df6f318a4b3a0b09723c19859a103f4 (patch) | |
tree | 9422434318c17140266d397e16fd359e81bc75e7 /runtime/ftplugin/tmux.vim | |
parent | 066029ef92b45dc4bd21a353b1fac25841062c26 (diff) | |
download | vim-git-214641f77df6f318a4b3a0b09723c19859a103f4.tar.gz |
Runtime file updates.
Diffstat (limited to 'runtime/ftplugin/tmux.vim')
-rw-r--r-- | runtime/ftplugin/tmux.vim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/ftplugin/tmux.vim b/runtime/ftplugin/tmux.vim new file mode 100644 index 000000000..9c92ff9c6 --- /dev/null +++ b/runtime/ftplugin/tmux.vim @@ -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 |