4 ms·
Can't you do the same thing with vimscript (or python, if you're using +python builds)?
by omellet 12y ago
Can't you do the same thing with vimscript (or python, if you're using +python builds)?
- Derbasti 12y agoNo. This has been discussed ad nauseam already. Vimscript offers a limited API to some functionality of Vim. Emacs is written in Elisp, and thus, everything is accessible and changeable in Elisp. What is more, Emacs and Elisp were designed from the ground up with malleability in mind.