Skip to content

Releases: justinmk/vim-sneak

vim-sneak 1.10.0

12 Jul 17:44
Compare
Choose a tag to compare

Changes

New Contributors

Full Changelog: 1.9...1.10.0

vim-sneak 1.9

30 Aug 19:10
7d82982
Compare
Choose a tag to compare

Numerous fixes and improvements: 1.8.1...1.9

vim-sneak 1.8.1

11 Feb 16:54
Compare
Choose a tag to compare

Bug fixes.

vim-sneak 1.8

08 Feb 00:03
Compare
Choose a tag to compare

Numerous fixes and improvements.

Breaking change: highlight groups were renamed.

vim-sneak 1.7.4

02 Jan 06:48
Compare
Choose a tag to compare
  • Sneak_f and Sneak_t are now fully compliant with Vim's built-in f/t
    inclusive/exclusive behavior, including {op}vF and {op}vT (see :help inclusive). #121
  • Provide sneak#state() and expose rptreverse. #119
  • Do not add to jumplist on consecutive invocations. #88
  • g:sneak#prompt
  • multibyte (wide chars) highlighting. #27

vim-sneak 1.7.3

01 Apr 05:23
Compare
Choose a tag to compare

Changes:

  • "clever-s" (g:sneak#s_next) is now disabled by default

New features:

  • provide sneak#is_sneaking() function to allow flexible mappings, for example:
    nmap s sneak#is_sneaking() ? 'SneakNext' : 's'
  • provide (SneakStreak*) in visual-mode and operator-pending mode

Bug fixes:

  • don't highlight same buffer in other windows
  • more robust dot-repeat after streak-mode operation

vim-sneak 1.7.2

15 Mar 06:30
Compare
Choose a tag to compare

New features:

  • support for mbyte/lang keymaps
  • new option to disable "clever-s": g:sneak#s_next

New features for streak-mode:

  • intuitive, reliable support for operators
  • intuitive, reliable support for dot-repeat (requires repeat.vim)
  • handle ctrl-c like
  • allow S/Z/f/F/t/T in target labels
  • put 's' at the start of target_labels

Bug fixes:

  • handle operator-pending on ; , and [count]
  • indentLine compatibility / don't highlight concealed characters in other windows
  • fixed inclusive (f), exclusive (t) behavior
  • fixed (SneakStreak) mapping
  • handle very long wrapped lines

vim-sneak 1.6.1

31 Jan 02:31
Compare
Choose a tag to compare

add "clever-s" feature, similar to clever-f

vim-sneak 1.6

19 Jan 20:15
Compare
Choose a tag to compare

several enhancements and fixes for streak-mode