8a6af30c98
subrepo: subdir: "dotfiles/.vim/plugged/ansible-vim" merged: "93798e8c8" upstream: origin: "https://github.com/pearofducks/ansible-vim.git" branch: "master" commit: "93798e8c8" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
9 lines
219 B
VimL
9 lines
219 B
VimL
if exists("b:did_ftplugin")
|
|
finish
|
|
else
|
|
let b:did_ftplugin = 1
|
|
endif
|
|
|
|
setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions-=c
|
|
|
|
let b:undo_ftplugin = "setl comments< commentstring< formatoptions<"
|