为了账号安全,请及时绑定邮箱和手机立即绑定

vimrc的设置let g:pymode_python = 'python3'中的g:是什么意思?

vimrc的设置let g:pymode_python = 'python3'中的g:是什么意思?

好多配置中都有g:的,一直不知道什么意思

正在回答

1 回答

:help internal-variables

(nothing) In a function: local to a function; otherwise: global 
buffer-variable    b:     Local to the current buffer.                          
window-variable    w:     Local to the current window.                          
tabpage-variable   t:     Local to the current tab page.                        
global-variable    g:     Global.                                               
local-variable     l:     Local to a function.                                  
script-variable    s:     Local to a :source'ed Vim script.                     
function-argument  a:     Function argument (only inside a function).           
vim-variable       v:     Global, predefined by Vim.


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

vimrc的设置let g:pymode_python = 'python3'中的g:是什么意思?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信