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

Integrated reference viewer.

Results 11 vim-ref issues
Sort by recently updated
recently updated
newest added

I wrote ``` viml let g:ref_open = 'vsplit' ``` in vimrc. But K(`(ref-keyword)`) in normal mode opens a buffer horizontally.

I'm working on - [x] show the help output in vim-ref buffer - ref R without argument - [ ] split builtins() output - [ ] completion - [ ]...

[cppman](https://github.com/aitjcize/cppman) downloads, caches and provides a way to get "C++ 98/11/14 manual pages for Linux/MacOS, with source from cplusplus.com and cppreference.com". Since `cppman` behaves like `man`, the implementation should not...

I think the command apropos is quick and powerful. So it will nice to use it to get candidates. I once wrote a small addon for unite.vim named unite-apropos. It...

I would like to have the Lua reference available in vim-ref. www.lua.org/manual/5.2/contents.html There is a luarefvim plugin already, which is "Adapted from "Lua: 5.1 reference manual": https://github.com/vim-scripts/luarefvim/blob/master/doc/lua51refvim.txt But this appears...

For whatever reason, the `pydoc -k .` command hangs on my system [1]. The vimproc process should have a timeout like 30-60 seconds therefore, via `vimproc#system()`. If possible, the timeout...

issuesが英語ばっかりだったので途中まで空気読んで英語で書いてしまったので無駄に日本語/英語両方で登録するテスト(なんて無駄な)。 The spoken language on this issues seems English. So I started writing this issue in English... but you(@thinca) are an Japanese! I should have written this issue in only...

Let user can define context filetype. E.g. ``` markdown blabla {{{python import sys print sys.version }}} ``` Let user can define context filetype like this: ``` vim let g:Ref_context_filetypes['markdown'] =...

I use perlfind [1] instead of perldoc (ref_perldoc_cmd="perlfind") and it has a lot of similar logic to determine the mode/context, but it works in most cases without needing other options....