vim.js icon indicating copy to clipboard operation
vim.js copied to clipboard

Help doesn't work

Open beaumartinez opened this issue 12 years ago • 2 comments

Typing :help gives—

E433: No tags file                                                                                                 
E149: Sorry, no help for help.txt 

beaumartinez avatar Dec 13 '13 12:12 beaumartinez

The help text are not small (~6.5M) and may not be necessary for everyone. I'm planning to add support for external files, such that the files are loaded on demand.

coolwanglu avatar Dec 13 '13 12:12 coolwanglu

I edited vim.js for a load file on demand (currently the help files are in my own git repo, but I can get them from the net)

https://tinmarino.github.io/PagePona/Vim/Interpreter/vim.html

tinmarino avatar Oct 27 '17 23:10 tinmarino