2013-03-28 4 views

cevap

75

Bu listeler :help internal-variables

bakınız aşağıdaki türler:

 
       (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. 
+1

Teşekkür ederiz. Doktor bulmak zordu. – arthropode

9

b:

l Mevcut tampon yerel: Genel

:

g fonksiyonuna yardım yerel dahili değişkenler

İlgili konular