Skip to content
Snippets Groups Projects
  1. Jan 10, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.398 · a0f299b4
      Bram Moolenaar authored
      Problem:    When creating more than 10 location lists and adding items one by
                  one a previous location may be used. (Audrius Kažukauskas)
      Solution:   Clear the location list completely when adding the tenth one.
      v7.3.398
      a0f299b4
    • Bram Moolenaar's avatar
      updated for version 7.3.397 · 10b7b39b
      Bram Moolenaar authored
      Problem:    ":helpgrep" does not work properly when 'encoding' is not utf-8 or
                  latin1.
      Solution:   Convert non-ascii lines to 'encoding'. (Yasuhiro Matsumoto)
      v7.3.397
      10b7b39b
    • Bram Moolenaar's avatar
      Updated runtime files. · 6ee8d89c
      Bram Moolenaar authored
      6ee8d89c
    • Bram Moolenaar's avatar
      updated for version 7.3.396 · 64a72303
      Bram Moolenaar authored
      Problem:    After forcing an operator to be characterwise it can still become
                  linewise when spanning whole lines.
      Solution:   Don't make the operator linewise when motion_force was set.
                  (Christian Brabandt)
      v7.3.396
      64a72303
    • Bram Moolenaar's avatar
      updated for version 7.3.395 · 66accae3
      Bram Moolenaar authored
      Problem:    "dv?bar" in the last line deletes too much and breaks undo.
      Solution:   Only adjust the cursor position when it's after the last line of
                  the buffer.  Add a test. (Christian Brabandt)
      v7.3.395
      66accae3
    • Bram Moolenaar's avatar
      updated for version 7.3.394 · 738f8fc8
      Bram Moolenaar authored
      Problem:    When placing a mark while starting up a screen redraw messes up
                  the screen. (lith)
      Solution:   Don't redraw while still starting up. (Christian Brabandt)
      v7.3.394
      738f8fc8
  2. Jan 04, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.393 · 6ef47c22
      Bram Moolenaar authored
      Problem:    Win32: When resizing Vim it is always moved to the primary monitor
                  if the secondary monitor is on the left.
      Solution:   Use the nearest monitor. (Yukihiro Nakadaira)
      v7.3.393
      6ef47c22
    • Bram Moolenaar's avatar
      updated for version 7.3.392 · 374d32d7
      Bram Moolenaar authored
      Problem:    When setting 'undofile' while the file is already loaded but
                  unchanged, try reading the undo file. (Andy Wokula)
      Solution:   Compute a checksum of the text when 'undofile' is set. (Christian
                  Brabandt)
      v7.3.392
      374d32d7
    • Bram Moolenaar's avatar
      updated for version 7.3.391 · 79a2a49c
      Bram Moolenaar authored
      Problem:    Can't check if the XPM_W32 feature is enabled.
      Solution:   Add xpm_w32 to the list of features. (kat)
      v7.3.391
      79a2a49c
  3. Dec 30, 2011
  4. Dec 23, 2011
  5. Dec 15, 2011
  6. Dec 14, 2011
  7. Dec 08, 2011
  8. Dec 01, 2011
  9. Nov 30, 2011
Loading