Skip to content
Snippets Groups Projects
  1. Nov 07, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.075 · c1c023ec
      Bram Moolenaar authored
      Problem:    Locally setting 'undolevels' is not tested.
      Solution:   Add a test. (Christian Brabandt)
      v7.4.075
      c1c023ec
    • Bram Moolenaar's avatar
      updated for version 7.4.074 · aa88732e
      Bram Moolenaar authored
      Problem:    When undo'ing all changes and creating a new change the undo
                  structure is incorrect. (Christian Brabandt)
      Solution:   When deleting the branch starting at the old header, delete the
                  whole branch, not just the first entry.
      v7.4.074
      aa88732e
  2. Nov 06, 2013
  3. Nov 05, 2013
  4. Nov 04, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.068 · 0958e0fb
      Bram Moolenaar authored
      Problem:    Cannot build Vim on Mac with non-Apple compilers.
      Solution:   Remove the -no-cpp-precomp flag. (Misty De Meo)
      v7.4.068
      0958e0fb
    • Bram Moolenaar's avatar
      updated for version 7.4.067 · f332a656
      Bram Moolenaar authored
      Problem:    After inserting comment leader, CTRL-\ CTRL-O does move the
                  cursor. (Wiktor Ruben)
      Solution:   Avoid moving the cursor. (Christian Brabandt)
      v7.4.067
      f332a656
    • Bram Moolenaar's avatar
      updated for version 7.4.066 · 69c3500f
      Bram Moolenaar authored
      Problem:    MS-Windows: When there is a colon in the file name (sub-stream
                  feature) the swap file name is wrong.
      Solution:   Change the colon to "%". (Yasuhiro Matsumoto)
      v7.4.066
      69c3500f
    • Bram Moolenaar's avatar
      updated for version 7.4.065 · 332a2cad
      Bram Moolenaar authored
      Problem:    When recording, the character typed at the hit-enter prompt is
                  recorded twice. (Urtica Dioica)
      Solution:   Avoid recording the character twice. (Christian Brabandt)
      v7.4.065
      332a2cad
    • Bram Moolenaar's avatar
      updated for version 7.4.064 · d9820538
      Bram Moolenaar authored
      Problem:    When replacing a character in Visual block mode, entering a CR
                  does not cause a repeated line break.
      Solution:   Recognize the situation and repeat the line break. (Christian
                  Brabandt)
      v7.4.064
      d9820538
  5. Nov 03, 2013
  6. Nov 02, 2013
  7. Oct 06, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.052 · 2c019c86
      Bram Moolenaar authored
      Problem:    With 'fo' set to "a2" inserting a space in the first column may
                  cause the cursor to jump to the previous line.
      Solution:   Handle the case when there is no comment leader properly. (Tor
                  Perkins)  Also fix that cursor is in the wrong place when spaces
                  get replaced with a Tab.
      v7.4.052
      2c019c86
    • Bram Moolenaar's avatar
      updated for version 7.4.051 · a951e354
      Bram Moolenaar authored
      Problem:    Syntax highlighting a Yaml file causes a crash. (Blake Preston)
      Solution:   Copy the pim structure before calling addstate() to avoid it
                  becoming invalide when the state list is reallocated.
      v7.4.051
      a951e354
    • Bram Moolenaar's avatar
      Runtime file updates. · b1332080
      Bram Moolenaar authored
      b1332080
  8. Oct 02, 2013
  9. Sep 29, 2013
  10. Sep 25, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.041 · 033d8888
      Bram Moolenaar authored
      Problem:    Visual selection does not remain after being copied over. (Axel
                  Bender)
      Solution:   Move when VIsual_active is reset. (Christian Brabandt)
      v7.4.041
      033d8888
    • Bram Moolenaar's avatar
      updated for version 7.4.040 · cca74134
      Bram Moolenaar authored
      Problem:    Valgrind error on exit when a script-local variable holds a
                  reference to the scope of another script.
      Solution:   First clear all variables, then free the scopes. (ZyX)
      v7.4.040
      cca74134
    • Bram Moolenaar's avatar
      updated for version 7.4.039 · 2ee95f7d
      Bram Moolenaar authored
      Problem:    MS-Windows: MSCV10 and earlier can't handle symlinks to a
                  directory properly.
      Solution:   Add stat_symlink_aware() and wstat_symlink_aware(). (Ken Takata)
      v7.4.039
      2ee95f7d
    • Bram Moolenaar's avatar
      updated for version 7.4.038 · 134bf07c
      Bram Moolenaar authored
      Problem:    Using "zw" and "zg" when 'spell' is off give a confusing error
                  message. (Gary Johnson)
      Solution:   Ignore the error when locating the word.  Explicitly mention what
                  word was added. (Christian Brabandt)
      v7.4.038
      134bf07c
Loading