Skip to content
Snippets Groups Projects
  1. Jun 25, 2015
    • 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
  2. 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
  3. 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
  4. Jun 19, 2015
  5. 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
  6. 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
    • Bram Moolenaar's avatar
      patch 7.4.731 · 7098ee5c
      Bram Moolenaar authored
      Problem:    The tab menu shows "Close tab" even when it doesn't work.
      Solution:   Don't show "Close tab" for the last tab. (John Marriott)
      v7.4.731
      7098ee5c
    • Bram Moolenaar's avatar
      patch 7.4.730 · bc56336b
      Bram Moolenaar authored
      Problem:    When setting the crypt key and using a swap file, text may be
                  encrypted twice or unencrypted text remains in the swap file.
                  (Issue 369)
      Solution:   Call ml_preserve() before re-encrypting.  Set correct index for
                  next pointer block.
      v7.4.730
      bc56336b
  7. May 14, 2015
  8. May 06, 2015
  9. May 05, 2015
  10. May 04, 2015
    • Bram Moolenaar's avatar
      patch 7.4.725 · 659c94d4
      Bram Moolenaar authored
      Problem:    ":call setreg('"', [])" reports an internal error.
      Solution:   Make the register empty. (Yasuhiro Matsumoto)
      v7.4.725
      659c94d4
    • Bram Moolenaar's avatar
      patch 7.4.724 · 7bc25aed
      Bram Moolenaar authored
      Problem:    Vim icon does not show in Windows context menu. (issue 249)
      Solution:   Load the icon in GvimExt.
      v7.4.724
      7bc25aed
    • Bram Moolenaar's avatar
      patch 7.4.723 · 4032cfdf
      Bram Moolenaar authored
      Problem:    For indenting, finding the C++ baseclass can be slow.
      Solution:   Cache the result. (Hirohito Higashi)
      v7.4.723
      4032cfdf
    • Bram Moolenaar's avatar
      patch 7.4.722 · 73284b97
      Bram Moolenaar authored
      Problem:    0x202f is not recognized as a non-breaking space character.
      Solution:   Add 0x202f to the list. (Christian Brabandt)
      v7.4.722
      73284b97
    • Bram Moolenaar's avatar
      patch 7.4.721 · d59c0991
      Bram Moolenaar authored
      Problem:    When 'list' is set Visual mode does not highlight anything in
                  empty lines. (mgaleski)
      Solution:   Check the value of lcs_eol in another place. (Christian Brabandt)
      v7.4.721
      d59c0991
    • Bram Moolenaar's avatar
      patch 7.4.720 · f300ad23
      Bram Moolenaar authored
      Problem:    Can't build with Visual Studio 2015.
      Solution:   Recognize the "version 14" numbers and omit /nodefaultlib when
                  appropriate. (Paul Moore)
      v7.4.720
      f300ad23
Loading