Skip to content
Snippets Groups Projects
  1. Feb 12, 2012
  2. Feb 11, 2012
  3. Feb 05, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.434 · 3fe37d62
      Bram Moolenaar authored
      Problem:    Using join() can be slow.
      Solution:   Compute the size of the result before allocation to avoid a lot of
                  allocations and copies. (Taro Muraoka)
      v7.3.434
      3fe37d62
    • Bram Moolenaar's avatar
      updated for version 7.3.433 · b3a6bbc7
      Bram Moolenaar authored
      Problem:    Using continued lines in a Vim script can be slow.
      Solution:   Instead of reallocating for every line use a growarray. (Yasuhiro
                  Matsumoto)
      v7.3.433
      b3a6bbc7
    • Bram Moolenaar's avatar
      updated for version 7.3.432 · 8d462f96
      Bram Moolenaar authored
      Problem:    ACLs are not supported for ZFS or NFSv4 on Solaris.
      Solution:   Add configure check and code. (Danek Duvall)
      v7.3.432
      8d462f96
    • Bram Moolenaar's avatar
      updated for version 7.3.431 · a8c8a688
      Bram Moolenaar authored
      Problem:    Fetching a key at a prompt may be confused by escape sequences.
                  Especially when getting a prompt at a VimEnter autocommand.
                  (Alex Efros)
      Solution:   Properly handle escape sequences deleted by check_termcode().
      v7.3.431
      a8c8a688
    • Bram Moolenaar's avatar
      updated for version 7.3.430 · 73b24708
      Bram Moolenaar authored
      Problem:    When a custom filetype detection uses "augroup END" the conf
                  fileytpe detection does not have the filetypedetect group.
      Solution:   Always end the group and include filetypedetect in the conf
                  autocommand. (Lech Lorens)
      v7.3.430
      73b24708
    • Bram Moolenaar's avatar
      updated for version 7.3.429 · be094a15
      Bram Moolenaar authored
      Problem:    When 'cpoptions' includes "E" "c0" in the first column is an
                  error. The redo register is then set to the errornous command.
      Solution:   Do not set the redo register if the command fails because of an
                  empty region. (Hideki Eiraku)
      v7.3.429
      be094a15
  4. Feb 04, 2012
  5. Jan 28, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.421 · 3c70f334
      Bram Moolenaar authored
      Problem:    Get E832 when setting 'undofile' in vimrc and there is a file to
                  be edited on the command line. (Toothpik)
      Solution:   Do not try reading the undo file for a file that wasn't loaded.
      v7.3.421
      3c70f334
  6. Jan 26, 2012
  7. Jan 23, 2012
  8. Jan 20, 2012
Loading