Skip to content
Snippets Groups Projects
  1. Sep 29, 2015
    • Bram Moolenaar's avatar
      patch 7.4.888 · ba117c23
      Bram Moolenaar authored
      Problem:    The OptionSet autocommands are not triggered from setwinvar().
      Solution:   Do not use switch_win() when not needed. (Hirohito Higashi)
      v7.4.888
      ba117c23
    • Bram Moolenaar's avatar
      patch 7.4.887 · c2b717eb
      Bram Moolenaar authored
      Problem:    Using uninitialized memory for regexp with back reference.
                  (Dominique Pelle)
      Solution:   Initialize end_lnum.
      v7.4.887
      c2b717eb
    • Bram Moolenaar's avatar
      patch 7.4.886 · 1d478a62
      Bram Moolenaar authored
      Problem:    Windows7: Switching screen buffer causes flicker when using
                  system().
      Solution:   Instead of actually switching screen buffer, duplicate the handle.
                  (Yasuhiro Matsumoto)
      v7.4.886
      1d478a62
    • Bram Moolenaar's avatar
      patch 7.4.885 · c79a5452
      Bram Moolenaar authored
      Problem:    When doing an upwards search without wildcards the search fails if
                  the initial directory doesn't exist.
      Solution:   Fix the non-wildcard case. (Stefan Kempf)
      v7.4.885
      c79a5452
  2. Sep 25, 2015
    • Bram Moolenaar's avatar
      Update various runtime files. · ca63501f
      Bram Moolenaar authored
      ca63501f
    • Bram Moolenaar's avatar
      patch 7.4.884 · c1d20998
      Bram Moolenaar authored
      Problem:    Travis also builds on a tag push.
      Solution:   Filter out tag pushes. (Kenichi Ito)
      v7.4.884
      c1d20998
    • Bram Moolenaar's avatar
      patch 7.4.883 · 10ad1d90
      Bram Moolenaar authored
      Problem:    Block-mode replace works characterwise instead of blockwise after
                  column 147. (Issue #422)
      Solution:   Set Visual mode. (Christian Brabandt)
      v7.4.883
      10ad1d90
    • Bram Moolenaar's avatar
      patch 7.4.882 · 5f1fea28
      Bram Moolenaar authored
      Problem:    When leaving the command line window with CTRL-C while a
                  completion menu is displayed the menu isn't removed.
      Solution:   Force a screen update. (Hirohito Higashi)
      v7.4.882
      5f1fea28
    • Bram Moolenaar's avatar
      patch 7.4.881 · 0a777ab9
      Bram Moolenaar authored
      Problem:    Test 49 fails.
      Solution:   Add line number to check of call stack.
      v7.4.881
      0a777ab9
    • Bram Moolenaar's avatar
      patch 7.4.880 · 02d803fc
      Bram Moolenaar authored
      Problem:    No build and coverage status.
      Solution:   Add links to the README file. (Christian Brabandt)
      v7.4.880
      02d803fc
    • Bram Moolenaar's avatar
      patch 7.4.879 · 1d6328ca
      Bram Moolenaar authored
      Problem:    Can't see line numbers in nested function calls.
      Solution:   Add line number to the file name. (Alberto Fanjul)
      v7.4.879
      1d6328ca
    • Bram Moolenaar's avatar
      patch 7.4.878 · 69b67f7e
      Bram Moolenaar authored
      Problem:    Coverity error for clearing only one byte of struct.
      Solution:   Clear the whole struct. (Dominique Pelle)
      v7.4.878
      69b67f7e
    • Bram Moolenaar's avatar
      patch 7.4.877 · 4d0c7bc7
      Bram Moolenaar authored
      Problem:    ":find" sometimes fails. (Excanoe)
      Solution:   Compare current characters instead of previous ones.
      v7.4.877
      4d0c7bc7
    • Bram Moolenaar's avatar
      patch 7.4.876 · b0262f23
      Bram Moolenaar authored
      Problem:    Windows7: when using vim.exe with msys or msys2, conhost.exe
                  (console window provider on Windows7) will freeze or crash.
      Solution:   Make original screen buffer active, before executing external
                  program.  And when the program is finished, revert to vim's one.
                  (Taro Muraoka)
      v7.4.876
      b0262f23
    • Bram Moolenaar's avatar
      patch 7.4.875 · 3fe076f0
      Bram Moolenaar authored
      Problem:    Not obvious how to contribute.
      Solution:   Add a remark about CONTRIBUTING.md to README.md
      v7.4.875
      3fe076f0
    • Bram Moolenaar's avatar
      patch 7.4.874 · 8919554f
      Bram Moolenaar authored
      Problem:    MS-Windows: When Vim runs inside another application, the size
                  isn't right.
      Solution:   When in child mode compute the size differently. (Agorgianitis
                  Loukas)
      v7.4.874
      8919554f
  3. Sep 17, 2015
    • Bram Moolenaar's avatar
      patch 7.4.873 · b8603882
      Bram Moolenaar authored
      Problem:    Compiler warning for unused variable. (Tony Mechelynck)
      Solution:   Remove the variable.  Also fix int vs long_u mixup.
      v7.4.873
      b8603882
  4. Sep 15, 2015
    • Bram Moolenaar's avatar
      patch 7.4.872 · 0600f351
      Bram Moolenaar authored
      Problem:    Not using CI services available.
      Solution:   Add configuration files for travis and appveyor. (PR #401)
      v7.4.872
      0600f351
    • Bram Moolenaar's avatar
      patch 7.4.871 · 7b256fe7
      Bram Moolenaar authored
      Problem:    Vim leaks memory, when 'wildignore' filters out all matches.
      Solution:   Free the files array when it becomes empty.
      v7.4.871
      7b256fe7
    • Bram Moolenaar's avatar
      patch 7.4.870 · 2455c4ed
      Bram Moolenaar authored
      Problem:    May get into an invalid state when using getchar() in an
                  expression mapping.
      Solution:   Anticipate mod_mask to change. (idea by Yukihiro Nakadaira)
      v7.4.870
      2455c4ed
    • Bram Moolenaar's avatar
      patch 7.4.869 · 3b597558
      Bram Moolenaar authored
      Problem:    MS-Windows: scrolling may cause text to disappear when using an
                  Intel GPU.
      Solution:   Call GetPixel(). (Yohei Endo)
      v7.4.869
      3b597558
    • Bram Moolenaar's avatar
      patch 7.4.868 · 54f018cd
      Bram Moolenaar authored
      Problem:    'smarttab' is also effective when 'paste' is enabled. (Alexander
                  Monakov)
      Solution:   Disable 'smarttab' when 'paste' is set. (Christian Brabandt)
                  Do the same for 'expandtab'.
      v7.4.868
      54f018cd
    • Bram Moolenaar's avatar
      patch 7.4.867 · 95346807
      Bram Moolenaar authored
      Problem:    Can't build on MS-Windows. (Taro Muraoka)
      Solution:   Adjust #ifdef.
      v7.4.867
      95346807
    • Bram Moolenaar's avatar
      patch 7.4.866 · 93c88e0f
      Bram Moolenaar authored
      Problem:    Crash when changing the 'tags' option from a remote command.
                  (Benjamin Fritz)
      Solution:   Instead of executing messages immediately, use a queue, like for
                  netbeans. (James Kolb)
      v7.4.866
      93c88e0f
  5. Sep 09, 2015
  6. Sep 08, 2015
  7. Sep 01, 2015
    • Bram Moolenaar's avatar
      patch 7.4.854 · b58988b8
      Bram Moolenaar authored
      Problem:    Missing information about runtime files.
      Solution:   Add section about runtime files. (Christian Brabandt)
      v7.4.854
      b58988b8
    • Bram Moolenaar's avatar
      patch 7.4.853 · cf619daa
      Bram Moolenaar authored
      Problem:    "zt" in diff mode does not always work properly. (Gary Johnson)
      Solution:   Don't count filler lines twice. (Christian Brabandt)
      v7.4.853
      cf619daa
    • Bram Moolenaar's avatar
      patch 7.4.852 · ac360bf2
      Bram Moolenaar authored
      Problem:    On MS-Windows console Vim uses ANSI APIs for keyboard input and
                  console output, it cannot input/output Unicode characters.
      Solution:   Use Unicode APIs for console I/O. (Ken Takata, Yasuhiro Matsumoto)
      v7.4.852
      ac360bf2
    • Bram Moolenaar's avatar
      patch 7.4.851 · 61594245
      Bram Moolenaar authored
      Problem:    Saving and restoring the console buffer does not work properly.
      Solution:   Instead of ReadConsoleOutputA/WriteConsoleOutputA use
                  CreateConsoleScreenBuffer and SetConsoleActiveScreenBuffer.
                  (Ken Takata)
      v7.4.851
      61594245
Loading