notes/util/editors/vim/vimscript/vim-script.txt
Ihar Hancharenka 9685f30a41 m
2025-04-03 11:30:33 +03:00

34 строки
517 B
Plaintext

:h
script
vim-script-intro
function-list - list of functions
list-functions
string-functions
http://learnvimscriptthehardway.stevelosh.com/
if filereadable(expand("~/.vim/gvimrc.local"))
source ~/.vim/gvimrc.local
:type(varname)
variable type
Number: 0
String: 1
Funcref: 2
List: 3
Dictionary: 4
Float: 5
:mess[ages]
show last messages
:set verbose=
:set verbosefile=
http://stackoverflow.com/questions/3025615/is-there-a-vim-runtime-log