From 671078ef6c851b688b63165761cec82f9f6e03f7 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 8 Jun 2019 12:44:15 +0200 Subject: Update --- ftplugin/kotlin.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/kotlin.vim') diff --git a/ftplugin/kotlin.vim b/ftplugin/kotlin.vim index 417f0824..519a153a 100644 --- a/ftplugin/kotlin.vim +++ b/ftplugin/kotlin.vim @@ -2,7 +2,7 @@ if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'kotlin') != -1 finish endif -if exists("b:did_ftplugin") | finish | endif +if exists('b:did_ftplugin') | finish | endif let b:did_ftplugin = 1 setlocal comments=:// -- cgit v1.2.3