blob: abe9f2ff26a162fde26291fdbc10d287da453c2e [file] [log] [blame]
dkearnse34b51e2023-08-23 04:28:42 +10001" Vim filetype plugin file
2" Language: Solidity
3" Maintainer: Cothi (jiungdev@gmail.com)
4" Original Author: tomlion (https://github.com/tomlion/vim-solidity)
5" Last Change: 2022 Sep 27
6" 2023 Aug 22 Vim Project (did_ftplugin, undo_ftplugin)
7
8if exists("b:did_ftplugin")
9 finish
10endif
11let b:did_ftplugin = 1
12
13setlocal commentstring=//\ %s
14
15let b:undo_ftplugin = "setlocal commentstring<"