public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/readline/files: readline-6.3-vi-last.patch
@ 2014-03-10  0:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-03-10  0:53 UTC (permalink / raw
  To: gentoo-commits

vapier      14/03/10 00:53:24

  Added:                readline-6.3-vi-last.patch
  Log:
  Force some cross-compile tests to the right answer #503312 by Hristo Venev.  Add fix from upstream for vi mode.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.1                  sys-libs/readline/files/readline-6.3-vi-last.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/files/readline-6.3-vi-last.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/files/readline-6.3-vi-last.patch?rev=1.1&content-type=text/plain

Index: readline-6.3-vi-last.patch
===================================================================
fix from upstream

https://lists.gnu.org/archive/html/bug-readline/2014-03/msg00015.html

*** ../bash-4.3/lib/readline/readline.c	2013-10-28 14:58:06.000000000 -0400
--- lib/readline/readline.c	2014-03-07 15:20:33.000000000 -0500
***************
*** 965,969 ****
    if (rl_editing_mode == vi_mode && _rl_keymap == vi_movement_keymap &&
        key != ANYOTHERKEY &&
!       rl_key_sequence_length == 1 &&	/* XXX */
        _rl_vi_textmod_command (key))
      _rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);
--- 965,969 ----
    if (rl_editing_mode == vi_mode && _rl_keymap == vi_movement_keymap &&
        key != ANYOTHERKEY &&
!       _rl_dispatching_keymap == vi_movement_keymap &&
        _rl_vi_textmod_command (key))
      _rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-10  0:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10  0:53 [gentoo-commits] gentoo-x86 commit in sys-libs/readline/files: readline-6.3-vi-last.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox