Files
vim-kotlin-mirror/ftplugin/kotlin.vim
2019-01-14 23:38:16 +01:00

6 lines
121 B
VimL

if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1
setlocal comments=://
setlocal commentstring=//\ %s