Skip to content
Snippets Groups Projects
  1. Apr 25, 2012
  2. 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
  3. Apr 13, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.496 · 09210ac9
      Bram Moolenaar authored
      Problem:    MS-DOS: When "diff" trips over difference in line separators some
                  tests fail.
      Solution:   Make some .ok files use unix line separators. (David Pope)
      v7.3.496
      09210ac9
  4. Apr 09, 2012
  5. Apr 06, 2012
  6. Apr 05, 2012
  7. Mar 28, 2012
  8. 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
    • Bram Moolenaar's avatar
      updated for version 7.3.476 · 5e4b9e9f
      Bram Moolenaar authored
      Problem:    When selecting a block, using "$" to include the end of each line
                  and using "A" and typing a backspace strange things happen.
                  (Yuangchen Xie)
      Solution:   Avoid using a negative length. (Christian Brabandt)
      v7.3.476
      5e4b9e9f
  9. Mar 16, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.475 · 5d3a8038
      Bram Moolenaar authored
      Problem:    In a terminal with few colors the omnicomplete menu may be hard to
                  see when using the default colors.
      Solution:   Use more explicit colors. (suggested by Alex Henrie)
      v7.3.475
      5d3a8038
    • Bram Moolenaar's avatar
      updated for version 7.3.474 · dfba6b64
      Bram Moolenaar authored
      Problem:    Perl build with gcc 4 fails.
      Solution:   Remove XS() statements. (Yasuhiro Matsumoto)
      v7.3.474
      dfba6b64
    • Bram Moolenaar's avatar
      updated for version 7.3.473 · 1ea69b70
      Bram Moolenaar authored
      Problem:    'cursorbind' does not work correctly in combination with
                  'virtualedit' set to "all".
      Solution:   Copy coladd. (Gary Johnson)
      v7.3.473
      1ea69b70
    • Bram Moolenaar's avatar
      updated for version 7.3.472 · 5ad15df9
      Bram Moolenaar authored
      Problem:    Crash when using ":redraw" in a BufEnter autocommand and
                  switching to another tab. (驼峰)
      Solution:   Move triggering the the autocommands to after correcting the
                  option values. Also check the row value to be out of bounds.
                  (Christian Brabandt, Sergey Khorev)
      v7.3.472
      5ad15df9
Loading