Skip to content
Snippets Groups Projects
  1. Mar 02, 2010
  2. Feb 26, 2010
    • Bram Moolenaar's avatar
      updated for version 7.2.377 · 86ce1cc0
      Bram Moolenaar authored
      Problem:    Misplaced assignment.  Duplicate build line for gvimext.dll.
      Solution:   Move setting CROSS_COMPILE to before ifneq.  Remove the wrong
                  build line. (Markus Heidelberg)
      v7.2.377
      86ce1cc0
  3. Feb 24, 2010
  4. Feb 18, 2010
  5. Feb 17, 2010
  6. Feb 11, 2010
  7. Feb 03, 2010
    • Bram Moolenaar's avatar
      updated for version 7.2.356 · cee6a352
      Bram Moolenaar authored
      Problem:    When 'foldmethod' is changed not all folds are closed as expected.
      Solution:   In foldUpdate() correct the start position and reset fd_flags when
                  w_foldinvalid is set. (Lech Lorens)
      v7.2.356
      cee6a352
    • Bram Moolenaar's avatar
      updated for version 7.2.355 · 6427c608
      Bram Moolenaar authored
      Problem:    Computing the cursor column in validate_cursor_col() is wrong when
                  line numbers are used and 'n' is not in 'cpoptions', causing the
                  popup menu to be positioned wrong.
      Solution:   Correctly use the offset. (partly by Dominique Pelle)
      v7.2.355
      6427c608
    • Bram Moolenaar's avatar
      updated for version 7.2.354 · 990bb661
      Bram Moolenaar authored
      Problem:    Japanese single-width double-byte characters not handled correctly.
      Solution:   Put 0x8e in ScreenLines[] and the second byte in ScreenLines2[].
                  (partly by Kikuchan)
      v7.2.354
      990bb661
    • Bram Moolenaar's avatar
      updated for version 7.2.353 · f86f26c0
      Bram Moolenaar authored
      Problem:    No command line completion for ":profile".
      Solution:   Complete the subcommand and file name.
      v7.2.353
      f86f26c0
    • Bram Moolenaar's avatar
      updated for version 7.2.352 · 4d526ad3
      Bram Moolenaar authored
      Problem:    Win64: Vim doesn't work when cross-compiled with MingW libraries.
      Solution:   Always return TRUE for the WM_NCCREATE message. (Andy Kittner)
      v7.2.352
      4d526ad3
  8. Jan 28, 2010
  9. Jan 27, 2010
  10. Jan 20, 2010
Loading