Skip to content
Snippets Groups Projects
  1. Mar 28, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.487 · 913077c3
      Bram Moolenaar authored
      Problem:    When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical
                  movement is reset unnecessarily.
      Solution:   Do not set w_set_curswant for every option. Add a test for this.
                  (Kana Natsuno) Add the P_CURSWANT flag for options.
      v7.3.487
      913077c3
    • Bram Moolenaar's avatar
      updated for version 7.3.486 · ca628610
      Bram Moolenaar authored
      Problem:    Build error with mingw64 on Windows 7.
      Solution:   Avoid the step of going through vimres.res. (Guopeng Wen)
      v7.3.486
      ca628610
    • Bram Moolenaar's avatar
      updated for version 7.3.485 · da5a4970
      Bram Moolenaar authored
      Problem:    When building Vim LDFLAGS isn't passed on to building xxd.
      Solution:   Pass the LDFLAGS value. (James McCoy)
      v7.3.485
      da5a4970
    • Bram Moolenaar's avatar
      updated for version 7.3.484 · f99bc6d0
      Bram Moolenaar authored
      Problem:    The -E and --echo-wid command line arguments are not mentioned in
                  "vim --help".
      Solution:   Add the help lines. (Dominique Pelle)
      v7.3.484
      f99bc6d0
    • Bram Moolenaar's avatar
      updated for version 7.3.483 · 6df5e5ae
      Bram Moolenaar authored
      Problem:    More prompt shows up too often.
      Solution:   Instead of adding a line break, only start a new line in the
                  message history. (Christian Brabandt)
      v7.3.483
      6df5e5ae
    • Bram Moolenaar's avatar
      updated for version 7.3.482 · 524780d6
      Bram Moolenaar authored
      Problem:    With 'cursorbind' set moving up/down does not always keep the same
                  column.
      Solution:   Set curswant appropriately. (Gary Johnson)
      v7.3.482
      524780d6
    • Bram Moolenaar's avatar
      updated for version 7.3.481 · 61d281a4
      Bram Moolenaar authored
      Problem:    Changing 'virtualedit' in an operator function to "all" does not
                  have the desired effect. (Aaron Bohannon)
      Solution:   Save, reset and restore virtual_op when executing an operator
                  function.
      v7.3.481
      61d281a4
  2. 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
  3. Mar 16, 2012
  4. Mar 11, 2012
  5. Mar 07, 2012
  6. Feb 29, 2012
  7. Feb 22, 2012
Loading