2013-03-28 18 views

Odpowiedz

75

Patrz :help internal-variables

gdy wymienia się następujące typy:

 
       (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

Dziękuję. Trudno było znaleźć dokument. – arthropode

9

B: lokalnego do bieżącego bufora

l: miejscowy do funkcji

G: globalne

help wewnętrzne Zmienne