sponsor Vim development Vim logo Vim Book Ad

unite-spell-suggest : A spelling suggestion source for unite.vim

 script karma  Rating 4/1, Downloaded by 2142  Comments, bugs, improvements  Vim wiki

created by
Martin Kopischke
 
script type
utility
 
description
A unite.vim (vimscript #3396) source that displays Vim’s spelling suggestions for a word, updating live as the word under the cursor changes, and offering convenient replacement functionality to allow it to stand in stead of Vim’s z=.

If you have wished there was a slicker, less obtrusive interface than Vim’s modal full-screen one to spelling suggestions and corrections, unite-spell-suggest is for you.

Forked from original work by MURAOKA Yusuke and maintained by Martin Kopischke at https://github.com/kopischke/unite-spell-suggest.
 
install details
Either via classic Vimball install, or by using a git-based plugin manager and adding 'kopischke/unite-spell-suggest'.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
unite-spell-suggest.vmb 1.1.2 2014-09-17 7.0 Martin Kopischke Bug fixes to replace actions behavior. GitHub release: https://github.com/kopischke/unite-spell-suggest/releases/tag/v1.1.2
unite-spell-suggest.vmb 1.1.1 2014-09-11 7.0 Martin Kopischke Fixes to target word selection. GitHub release with details: https://github.com/kopischke/unite-spell-suggest/releases/tag/v1.1.1
unite-spell-suggest.vmb 1.1.0 2014-08-27 7.0 Martin Kopischke Seamless Vim spell checking integration:

* the replacement actions have been rewritten to use Vim’s own spell checking functions; besides fixing all inconsistencies and bugs in the replacement behavior, this ensures you can use :spellrepall after a correction initiated by unite-spell-suggest.

* replacement actions will now also work when using -no-split and startofline is set (which is the Vim default).

GitHub release: https://github.com/kopischke/unite-spell-suggest/releases/tag/v1.1.0
unite-spell-suggest.vmb 1.0.4 2014-05-14 7.0 Martin Kopischke Fixes issue #4 ('replace_all' does not work when 'gedit' is set). Thanks to @petobens for the PR.

Also, from this release on, the Readme and License files are not included into the Vimball anymore, as their generic title is likely to cause collisions.
unite-spell-suggest.vba 1.0.3 2014-04-25 7.0 Martin Kopischke Avoid live updating on buffers that are not spelling suggestions targets and when the Unite spelling suggestion interface overlays the text buffer (i.e. '-no-split').
unite-spell-suggest.vba 1.0.2 2014-04-23 7.0 Martin Kopischke Fix duplicate help tag (no functional changes).
unite-spell-suggest.vba 1.0.1 2014-04-23 7.0 Martin Kopischke Initial upload
ip used for rating: 3.93.162.26

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github