简体   繁体   中英

Vim - how to change variables, defined by plugins?

I want to use vim module PDV (PHP Documentator for Vim), this module provides following variables (from pdv.vim):

" Default values
let g:pdv_cfg_Type = "mixed"
let g:pdv_cfg_Package = ""
let g:pdv_cfg_Version = "$id$"
let g:pdv_cfg_Author = "Tobias Schlitt <toby@php.net>"
let g:pdv_cfg_Copyright = "1997-2005 The PHP Group"
let g:pdv_cfg_License = "PHP Version 3.0 {@link http://www.php.net/license/3_0.txt}"

And I want to change them, but I can't do that. Please, explain, how can I change this variables in my vimrc file?

这是旧版PDV中的错误(来自vim-scripts.org),但已在新版本中修复。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM