Skip to content

Releases: pechorin/any-jump.vim

0.6, road to 1.0

28 Oct 21:53
6ec5f8a
Compare
Choose a tag to compare
  • fully automated language map downloading/generation/correction scripts
  • latest languages from dumb-jump

Road to 1.0 specified #101

any-jump.vim 0.5 - many minor changes and updates

09 Mar 19:18
Compare
Choose a tag to compare

Thanks for great support to plugin, i continue to support and work on this plugin cause any-jump is one my primary work tool (aside vim and other tools).

  • visual mode jump added
  • s, v, t for opening result in split/vsplit/new tab
  • added ability to customise colors
  • ability to remove vsc rg and ag ignoring with let g:any_jump_disable_vcs_ignore
  • search references only for current file type let g:any_jump_references_only_for_current_filetype
  • ability to ignore specific file with call g:AnyJumpAddIgnoredFile('tags')
  • vim behaviour is stable now
  • many other fixes

Additionally thanks to all contributors.

First beta release

05 Mar 19:08
56e8b37
Compare
Choose a tag to compare

Where are many fixes, updates and rewrites.

Снимок экрана 2020-03-05 в 22 07 59

Search keyword highlighted in preview text + support for non-defined languages

04 Mar 13:50
Compare
Choose a tag to compare

Where are many internal logic rewrites, especially in language specs processor.

Support for foreign language not defined in any-jump.vim.

Day to day example:

Vim scripting language viml isn't defined by any-jump, and currently i'm working on my plugin (:cd ~/any-jump.vim). Let's assume i'm looking for TryFindOriginalLinkFromPos method definitions and usages to do my planned refactoring and code inspection:

Снимок экрана 2020-03-04 в 16 49 14

Where are non definitions for viml because this is foreign not defined language, but usages results still very usefull.

So in future any can define new language definitions for any-jump, useful methods for defining language added. I should release guide for this :)

P.S. where are also keyword hl for preview, enjoy!

Vim support landed

01 Mar 23:16
b37449a
Compare
Choose a tag to compare

Basic vim support added. Where was also a lot of work on rendering engine and internal structure of some aspects of work.

  • vim 8.2+ required
  • i'm currently not happy with vim j/k movement perfomance

Снимок экрана 2020-03-02 в 02 17 49