blob: e06ce0435a5b69a6fca4d41b2b944f33eb3631ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'kotlin', 'ftplugin/kotlin.vim')
finish
endif
if exists('b:did_ftplugin') | finish | endif
let b:did_ftplugin = 1
setlocal comments=://
setlocal commentstring=//\ %s
|