From 6cd2d5417d728ea96c5c52b34629c944a89eec60 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 11 Feb 2015 11:27:11 -0800 Subject: Update --- ftplugin/toml.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftplugin/toml.vim') diff --git a/ftplugin/toml.vim b/ftplugin/toml.vim index 141157dd..6e205c23 100644 --- a/ftplugin/toml.vim +++ b/ftplugin/toml.vim @@ -11,6 +11,8 @@ let b:did_ftplugin = 1 let s:save_cpo = &cpo set cpo&vim +setlocal commentstring=#\ %s + " Add NERDCommenter delimiters let s:delims = { 'left': '#' } -- cgit v1.2.3