Files
vim-kotlin-mirror/ftplugin/kotlin.vim
2019-05-26 13:17:01 +02:00

6 lines
121 B
VimL

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