Skip to content
Snippets Groups Projects
  1. Apr 30, 2012
  2. Apr 26, 2012
  3. Apr 25, 2012
  4. Apr 20, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.502 · e436528e
      Bram Moolenaar authored
      Problem:    Netbeans insert halfway a line actually appends to the line.
      Solution:   Insert halfway the line. (Brian Victor)
      v7.3.502
      e436528e
    • Bram Moolenaar's avatar
      updated for version 7.3.501 · 35df7d2d
      Bram Moolenaar authored
      Problem:    Error for "flush" not being defined when using Ruby command.
      Solution:   Defined "flush" as a no-op method. (Kent Sibilev)
      v7.3.501
      35df7d2d
    • Bram Moolenaar's avatar
      updated for version 7.3.500 · a6cdc991
      Bram Moolenaar authored
      Problem:    Ming makefile unconditionally sets WINVER.
      Solution:   Only defined when not already defined. (Yasuhiro Matsumoto)
      v7.3.500
      a6cdc991
    • Bram Moolenaar's avatar
      updated for version 7.3.499 · 6be120e7
      Bram Moolenaar authored
      Problem:    When using any interface language when Vim is waiting for a child
                  process it gets confused by a child process started through the
                  interface.
      Solution:   Always used waitpid() instead of wait(). (Yasuhiro Matsumoto)
      v7.3.499
      6be120e7
    • Bram Moolenaar's avatar
      updated for version 7.3.498 · 84298db3
      Bram Moolenaar authored
      Problem:    The behavior of the "- register changes depending on value of
                  the 'clipboard' option. (Szamotulski)
      Solution:   Also set the "- register when the register is "*" or "+".
                  (Christian Brabandt)
      v7.3.498
      84298db3
    • Bram Moolenaar's avatar
      updated for version 7.3.497 · b830f0c7
      Bram Moolenaar authored
      Problem:    Crash when doing ":python print" and compiled with gcc and
                  the optimizer enabled.
      Solution:   Avoid the crash, doesn't really fix the problem. (Christian
                  Brabandt)
      v7.3.497
      b830f0c7
  5. Apr 13, 2012
  6. Apr 09, 2012
  7. Apr 06, 2012
  8. Apr 05, 2012
  9. Mar 28, 2012
  10. Mar 23, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.480 · 970a1b82
      Bram Moolenaar authored
      Problem:    When using ":qa" and there is a changed buffer picking the buffer
                  to jump to is not very good.
      Solution:   Consider current and other tab pages. (Hirohito Higashi)
      v7.3.480
      970a1b82
    • Bram Moolenaar's avatar
      updated for version 7.3.479 · 06ca513e
      Bram Moolenaar authored
      Problem:    When 'cursorline' is set the line number highlighting can't be set
                  separately.
      Solution:   Add "CursorLineNr". (Howard Buchholz)
      v7.3.479
      06ca513e
    • Bram Moolenaar's avatar
      updated for version 7.3.478 · 507cc8ac
      Bram Moolenaar authored
      Problem:    Memory leak using the ':rv!' command when reading dictionary or
                  list global variables i.e. with 'viminfo' containing !.
      Solution:   Free the typeval. (Dominique Pelle)
      v7.3.478
      507cc8ac
    • Bram Moolenaar's avatar
      updated for version 7.3.477 · 12b0290d
      Bram Moolenaar authored
      Problem:    Using ":echo" to output enough lines to scroll, then using "j" and
                  "k" at the more prompt, displays the command on top of the output.
                  (Marcin Szamotulski)
      Solution:   Put the output below the command. (Christian Brabandt)
      v7.3.477
      12b0290d
Loading