notes/os/editors/vim/vimscript/vim-script-eval.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +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)