Skip to content
Snippets Groups Projects
  1. Jul 03, 2015
    • Bram Moolenaar's avatar
      patch 7.4.767 · fafeee6b
      Bram Moolenaar authored
      Problem:    --remote-tab-silent can fail on MS-Windows.
      Solution:   Use single quotes to avoid problems with backslashes. (Idea by
                  Weiyong Mao)
      v7.4.767
      fafeee6b
    • Bram Moolenaar's avatar
      patch 7.4.766 · 92abe859
      Bram Moolenaar authored
      Problem:    Background color check does not work on Tera Term.
      Solution:   Also recognize ST as a termination character. (Hirohito Higashi)
      v7.4.766
      92abe859
    • Bram Moolenaar's avatar
      patch 7.4.765 · 9bb1930a
      Bram Moolenaar authored
      Problem:    CTRL-A and CTRL-X in Visual mode do not always work well.
      Solution:   Improvements for increment and decrement. (Christian Brabandt)
      v7.4.765
      9bb1930a
  2. Jun 28, 2015
    • Bram Moolenaar's avatar
      patch 7.4.764 · 6a57cce0
      Bram Moolenaar authored
      Problem:    test_increment fails on MS-Windows. (Ken Takata)
      Solution:   Clear Visual mappings. (Taro Muraoka)
      v7.4.764
      6a57cce0
  3. Jun 27, 2015
    • Bram Moolenaar's avatar
      patch 7.4.763 · 1f860d85
      Bram Moolenaar authored
      Problem:    Building with Lua 5.1 doesn't work.
      Solution:   Define lua_replace and lua_remove. (KF Leong)
      v7.4.763
      1f860d85
    • Bram Moolenaar's avatar
      patch 7.4.762 · 4921c24b
      Bram Moolenaar authored
      Problem:    Comment for may_req_bg_color() is wrong. (Christ van Willegen)
      Solution:   Rewrite the comment.
      v7.4.762
      4921c24b
  4. Jun 26, 2015
  5. Jun 25, 2015
    • Bram Moolenaar's avatar
      patch 7.4.761 · e5401220
      Bram Moolenaar authored
      Problem:    The request-background termcode implementation is incomplete.
      Solution:   Add the missing pieces.
      v7.4.761
      e5401220
    • Bram Moolenaar's avatar
      patch 7.4.760 · 5081d202
      Bram Moolenaar authored
      Problem:    Spelling mistakes are not displayed after ":syn spell".
      Solution:   Force a redraw after ":syn spell" command. (Christian Brabandt)
      v7.4.760
      5081d202
    • Bram Moolenaar's avatar
      patch 7.4.759 · 9514b1f9
      Bram Moolenaar authored
      Problem:    Building with Lua 5.3 doesn't work, symbols have changed.
      Solution:   Use the new names for the new version. (Felix Schnizlein)
      v7.4.759
      9514b1f9
    • Bram Moolenaar's avatar
      patch 7.4.758 · fa67fbe6
      Bram Moolenaar authored
      Problem:    When 'conceallevel' is 1 and quitting the command-line window with
                  CTRL-C the first character ':' is erased.
      Solution:   Reset 'conceallevel' in the command-line window. (Hirohito
                  Higashi)
      v7.4.758
      fa67fbe6
    • Bram Moolenaar's avatar
      patch 7.4.757 · b5c32655
      Bram Moolenaar authored
      Problem:    Cannot detect the background color of a terminal.
      Solution:   Add T_RBG to request the background color if possible. (Lubomir
                  Rintel)
      v7.4.757
      b5c32655
    • Bram Moolenaar's avatar
      patch 7.4.756 · 367fbf17
      Bram Moolenaar authored
      Problem:    Can't use strawberry Perl 5.22 x64 on MS-Windows.
      Solution:   Add new defines and #if. (Ken Takata)
      v7.4.756
      367fbf17
    • Bram Moolenaar's avatar
      patch 7.4.755 · 641e48c2
      Bram Moolenaar authored
      Problem:    It is not easy to count the number of characters.
      Solution:   Add the skipcc argument to strchars(). (Hirohito Higashi, Ken
                  Takata)
      v7.4.755
      641e48c2
    • Bram Moolenaar's avatar
      patch 7.4.754 · 3a304b23
      Bram Moolenaar authored
      Problem:    Using CTRL-A in Visual mode does not work well. (Gary Johnson)
      Solution:   Make it increment all numbers in the Visual area. (Christian
                  Brabandt)
      v7.4.754
      3a304b23
    • Bram Moolenaar's avatar
      patch 7.4.753 · 74db34cc
      Bram Moolenaar authored
      Problem:    Appending in Visual mode with 'linebreak' set does not work
                  properly.  Also when 'selection' is "exclusive". (Ingo Karkat)
      Solution:   Recalculate virtual columns. (Christian Brabandt)
      v7.4.753
      74db34cc
  6. Jun 21, 2015
    • Bram Moolenaar's avatar
      patch 7.4.752 · 66312acf
      Bram Moolenaar authored
      Problem:    Unicode 8.0 not supported.
      Solution:   Update tables for Unicode 8.0.  Avoid E36 when running the script.
                  (James McCoy)
      v7.4.752
      66312acf
    • Bram Moolenaar's avatar
      patch 7.4.751 · 70b5a5f5
      Bram Moolenaar authored
      Problem:    It is not obvious how to enable the address sanitizer.
      Solution:   Add commented-out flags in the Makefile. (Dominique Pelle)
                  Also add missing test targets.
      v7.4.751
      70b5a5f5
    • Bram Moolenaar's avatar
      patch 7.4.750 · 280a868a
      Bram Moolenaar authored
      Problem:    Cannot build with clang 3.5 on Cygwin with perl enabled.
      Solution:   Strip "-fdebug-prefix-map" in configure. (Ken Takata)
      v7.4.750
      280a868a
  7. Jun 20, 2015
    • Bram Moolenaar's avatar
      patch 7.4.749 · 0e7c4b99
      Bram Moolenaar authored
      Problem:    For some options two consecutive commas are OK. (Nikolay Pavlov)
      Solution:   Add the P_ONECOMMA flag.
      v7.4.749
      0e7c4b99
  8. Jun 19, 2015
  9. Jun 10, 2015
    • Bram Moolenaar's avatar
      patch 7.4.738 · d710e0d2
      Bram Moolenaar authored
      Problem:    Can't compile without the syntax highlighting feature.
      Solution:   Add #ifdef around use of w_p_cul. (Hirohito Higashi)
      v7.4.738
      d710e0d2
  10. Jun 09, 2015
    • Bram Moolenaar's avatar
      patch 7.4.737 · 6e8d3b0d
      Bram Moolenaar authored
      Problem:    On MS-Windows vimgrep over arglist doesn't work (Issue 361)
      Solution:   Only escape backslashes in ## expansion when it is not used as the
                  path separator. (James McCoy)
      v7.4.737
      6e8d3b0d
    • Bram Moolenaar's avatar
      patch 7.4.736 · b878bbbc
      Bram Moolenaar authored
      Problem:    Invalid memory access.
      Solution:   Avoid going over the end of a NUL terminated string. (Dominique
                  Pelle)
      v7.4.736
      b878bbbc
    • Bram Moolenaar's avatar
      patch 7.4.735 · e2e4b986
      Bram Moolenaar authored
      Problem:    Wrong argument for sizeof().
      Solution:   Use a pointer argument. (Chris Hall)
      v7.4.735
      e2e4b986
    • Bram Moolenaar's avatar
      patch 7.4.734 · d009e868
      Bram Moolenaar authored
      Problem:    ml_get error when using "p" in a Visual selection in the last
                  line.
      Solution:   Change the behavior at the last line. (Yukihiro Nakadaira)
      v7.4.734
      d009e868
    • Bram Moolenaar's avatar
      patch 7.4.733 · d68f2219
      Bram Moolenaar authored
      Problem:    test_listchars breaks on MS-Windows. (Kenichi Ito)
      Solution:   Set fileformat to "unix". (Christian Brabandt)
      v7.4.733
      d68f2219
    • Bram Moolenaar's avatar
      Updated runtime files. · f2571c61
      Bram Moolenaar authored
      f2571c61
    • Bram Moolenaar's avatar
      patch 7.4.732 · d0d0fe09
      Bram Moolenaar authored
      Problem:    The cursor line is not always updated for the "O" command.
      Solution:   Reset the VALID_CROW flag. (Christian Brabandt)
      v7.4.732
      d0d0fe09
Loading