Numbers wouldn't open hints in new window. Fixed.
commitb008514ce8ad62c922c924f7c0c05f82e6328d8e
authorAlbert Kim <alkim1234@gmail.com>
Mon, 23 May 2011 03:47:06 +0000 (22 20:47 -0700)
committerHannes Schueller <hannes@yllr.net>
Mon, 20 Jun 2011 17:59:48 +0000 (20 19:59 +0200)
treee7729d9272204aa74d5740004054c1b00aa3801a
parent1b1e717ab51f28c3974781a1167a3dcdc8268c2a
Numbers wouldn't open hints in new window. Fixed.

There was a problem with relying on followTarget to see whether vimprobable was
in hint mode. This was caused because within script(), inputbox_changed_cb would
be called, and inputbox_changed_cb memset followTarget, so hints would always be
followed in same window when using numbers. Now, followTarget is only memset
before "current" or "new" is assigned to it, and mode is set to ModeHints to
signify vimprobable is hints mode.

Fixed bug where numbers won't open background hint in background
main.c