vim-doc icon indicating copy to clipboard operation
vim-doc copied to clipboard

An online viewer for Vim :help documents

Results 7 vim-doc issues
Sort by recently updated
recently updated
newest added

`````` shell %:~ curl -iL "http://vim-doc.herokuapp.com/view?https://raw.github.com/kana/vim-tabpagecd/master/doc/tabpagecd.txt" HTTP/1.1 301 Moved Permanently Connection: keep-alive X-Frame-Options: sameorigin X-Xss-Protection: 1; mode=block Content-Type: text/html;charset=utf-8 Content-Length: 0 Date: Tue, 04 Nov 2014 18:56:01 GMT Server: thin...

When I try to view the following doc: http://atp-vim.sourceforge.net/automatic-tex-plugin.txt the application shows an error message every time I try to display it (though it can display various other vim docs):...

See also: - http://devcenter.heroku.com/articles/caching-strategies - http://devcenter.heroku.com/articles/http-caching

help!

Dependencies: gh-2, gh-3 ... of Vim's built-in `:help` documents and non-standard `:help` documents processed by vim-doc ever.

In documents, URIs are sometimes followed by `)`. For example: `The Foo tool (http://example.com/) is required.` Currently the trailing `)` is parsed as a part of a URI, because `)`...

TODO: - Investigate how to write parslet rules with word boundaries like `/\/` in Vim.