Skip to content
Snippets Groups Projects
  1. Jan 20, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.408 · 90b28005
      Bram Moolenaar authored
      Problem:    Missing declaration.
      Solution:   Add the declaration. (John Marriott)
      v7.3.408
      90b28005
    • Bram Moolenaar's avatar
      updated for version 7.3.407 · f31b764c
      Bram Moolenaar authored
      Problem:    ":12verbose call F()" may duplicate text while trying to truncate.
                  (Thinca)
      Solution:   Only truncate when there is not enough room.  Also check the byte
                  length of the buffer.
      v7.3.407
      f31b764c
    • Bram Moolenaar's avatar
      updated for version 7.3.406 · 3ef7cdf0
      Bram Moolenaar authored
      Problem:    Multi-byte characters in b:browsefilter are not handled correctly.
      Solution:   First use convert_filter() normally and then convert to wide
                  characters. (Taro Muraoka)
      v7.3.406
      3ef7cdf0
    • Bram Moolenaar's avatar
      updated for version 7.3.405 · 5af7d712
      Bram Moolenaar authored
      Problem:    When xterm gets back the function keys it may delete the urxvt
                  mouse termcap code.
      Solution:   Check for the whole code, not just the start. (Egmont Koblinger)
      v7.3.405
      5af7d712
    • Bram Moolenaar's avatar
      updated for version 7.3.404 · 6d6cec83
      Bram Moolenaar authored
      Problem:    When a complete function uses refresh "always" redo will not work
                  properly.
      Solution:   Do not reset compl_leader when compl_opt_refresh_always is set.
                  (Yasuhiro Matsumoto)
      v7.3.404
      6d6cec83
    • Bram Moolenaar's avatar
      updated for version 7.3.403 · 73633f84
      Bram Moolenaar authored
      Problem:    ":helpgrep" does not trigger QuickFixCmd* autocommands.
      Solution:   Trigger the autocommands. (Christian Brabandt)
      v7.3.403
      73633f84
    • Bram Moolenaar's avatar
      updated for version 7.3.402 · 8f55d103
      Bram Moolenaar authored
      Problem:    When jumping to the first error a line of the buffer is sometimes
                  redrawn on top of the list of errors.
      Solution:   Do not call update_topline_redraw() if the display was scrolled
                  up.
      v7.3.402
      8f55d103
  2. Jan 10, 2012
  3. 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
  4. Dec 30, 2011
  5. Dec 23, 2011
  6. Dec 15, 2011
  7. Dec 14, 2011
  8. Dec 08, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.372 · 96a89645
      Bram Moolenaar authored
      Problem:    When using a command line mapping to <Up> with file name
                  completion to go one directory up, 'wildchar' is inserted.
                  (Yasuhiro Matsumoto)
      Solution:   Set the KeyTyped flag.
      v7.3.372
      96a89645
Loading