0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag 1.2 for changeset 9af2bc244caa More... almost 13 years ago
implement autocomplete for perl More... almost 13 years ago
improve smart detection for perl handler handlers now can set 'search' regex for moving cursor More... almost 13 years ago
add smart detection for perl handler More... almost 13 years ago
added ftplugins for vim,help,perl,perldoc More... almost 13 years ago
update doc More... almost 13 years ago
add smart detection for help handler More... almost 13 years ago
Added tag 1.1 for changeset 71085f8d3895 More... almost 13 years ago
version bump More... almost 13 years ago
added g:viewdoc_dontswitch More... almost 13 years ago
fix g:viewdoc_openempty/Prev() More... almost 13 years ago
added g:viewdoc_openempty More... almost 13 years ago
fixed help_custom handler (avoid conflict with pathogen's :Helptags) More... almost 13 years ago
improve docs More... almost 13 years ago
improve docs; fix abbrev for :doc!, :man!, :help! More... almost 13 years ago
improve docs More... almost 13 years ago
improve docs More... almost 13 years ago
Added tag 1.0 for changeset 4aa9d3dc9c0b More... almost 13 years ago
add url More... almost 13 years ago
Added tag 1.0 for changeset 1b2430c9a0ec More... almost 13 years ago
added documentation More... almost 13 years ago
implemented handler help_custom (tested on css21.txt) added handler property 'docft' More... almost 13 years ago
Prev() supported only after Next() More... almost 13 years ago
refactored handlers to separate plugins More... almost 13 years ago
improve handler's interface ViewDoc now should be called with '<cword>' instead of expand('<cword>') More... almost 13 years ago
man completion support all dirs in `man --path` man command is configurable now More... almost 13 years ago
implement cool autocomplete for man page name and section fix restoring position in previous doc on <C-T> default handler is configurable now don't set iskeyword - this should be done by ftplugin/ refactoring: - simplify commands - rename command ViewDocVim to ViewDocHelp - target is string - delete wrapper functions, now only public function is ViewDoc More... almost 13 years ago
fixed shellescape; consistently report error when doc not found More... almost 13 years ago
added maps for <CR>, <BS> and Insert mode More... almost 13 years ago
added abbrev; fix doc position More... almost 13 years ago