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

10 строки
234 B
Plaintext

:h eval
:so[urce] file_name
Read and execute the file_name script.
:ec[ho]
Echoes expressions, separated by space. (. operator concatenates exprs to one string).
:echon
Echo multiple expressions (comments aren't allowed here)