Mercurial > vim
view runtime/ftplugin/fstab.vim @ 28632:53b07741a47c
Added tag v8.2.4839 for changeset 198a2caa8ac221b0e71169b4717806e8bede2e9b
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 28 Apr 2022 16:45:03 +0200 |
parents | e2e2cc5d0856 |
children | 7c7432a53a6c |
line wrap: on
line source
" Vim ftplugin file " Language: fstab file " Maintainer: Radu Dineiu <radu.dineiu@gmail.com> " URL: https://raw.github.com/rid9/vim-fstab/master/ftplugin/fstab.vim " Last Change: 2021 Jan 02 " Version: 1.0 " " Credits: " Subhaditya Nath <sn03.general@gmail.com> if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal commentstring=#%s let b:undo_ftplugin = "setlocal commentstring<" " vim: ts=8 ft=vim