Skip to content
Snippets Groups Projects
  1. Apr 25, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.507 · 8218f60b
      Bram Moolenaar authored
      Problem:    When exiting with unsaved changes, selecting an existing file in
                  the file dialog, there is no dialog to ask whether the existing
                  file should be overwritten. (Felipe G. Nievinski)
      Solution:   Call check_overwrite() before writing. (Christian Brabandt)
      v7.3.507
      8218f60b
    • Bram Moolenaar's avatar
      updated for version 7.3.506 · 68fb5dcd
      Bram Moolenaar authored
      Problem:    GTK gives an error when selecting a non-existent file.
      Solution:   Add a handler to avoid the error. (Christian Brabandt)
      v7.3.506
      68fb5dcd
    • Bram Moolenaar's avatar
      updated for version 7.3.505 · 68a33fc7
      Bram Moolenaar authored
      Problem:    Test 11 fails on MS-Windows in some versions.
      Solution:   Fix #ifdefs for whether filtering through a pipe is possible. Move
                  setting b_no_eol_lnum back to where it was before patch 7.3.124.
                  (David Pope)
      v7.3.505
      68a33fc7
    • Bram Moolenaar's avatar
      updated for version 7.3.504 · 720ce53a
      Bram Moolenaar authored
      Problem:    Commands in help files are not highlighted.
      Solution:   Allow for commands in backticks.  Adjust CTRL-] to remove the
                  backticks.
      v7.3.504
      720ce53a
    • Bram Moolenaar's avatar
      updated for version 7.3.503 · 6217cdce
      Bram Moolenaar authored
      Problem:    Warning for unused argument.
      Solution:   Add UNUSED.
      v7.3.503
      6217cdce
  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
  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
Loading