From 6c4a3df18f75edf14af32cd8f5ae3f7bb123b5e4 Mon Sep 17 00:00:00 2001 From: appell Date: Mon, 17 Mar 2014 03:18:01 +0800 Subject: [PATCH] type error? use local variant l:indent. --- ftplugin/php_documentor.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/php_documentor.vim b/ftplugin/php_documentor.vim index 3216699..b659a1a 100644 --- a/ftplugin/php_documentor.vim +++ b/ftplugin/php_documentor.vim @@ -512,7 +512,7 @@ func! PhpDocDefault() exe "norm! " . commentline . "G$" " Local indent - let l:txtBOL = g:pdv_cfg_BOL . indent + let l:txtBOL = g:pdv_cfg_BOL . l:indent exe l:txtBOL . g:pdv_cfg_CommentHead . g:pdv_cfg_EOL exe l:txtBOL . g:pdv_cfg_Commentn . g:pdv_cfg_EOL