Skip to content
Snippets Groups Projects
  1. May 10, 2011
  2. May 05, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.177 · 3c9c99cb
      Bram Moolenaar authored
      Problem:    MS-Windows: mkdir() doesn't work properly when 'encoding' is
                  "utf-8".
      Solution:   Convert to utf-16. (Yukihiro Nakadaira)
      v7.3.177
      3c9c99cb
    • Bram Moolenaar's avatar
      updated for version 7.3.176 · 948733a8
      Bram Moolenaar authored
      Problem:    Ruby linking doesn't work properly on Mac OS X.
      Solution:   Fix the configure check for Ruby. (Bjorn Winckler)
      v7.3.176
      948733a8
    • Bram Moolenaar's avatar
      updated for version 7.3.175 · 1701e406
      Bram Moolenaar authored
      Problem:    When 'colorcolumn' is set locally to a window, ":new" opens a
                  window with the same highlighting but 'colorcolumn' is empty.
                  (Tyru)
      Solution:   Call check_colorcolumn() after clearing and copying options.
                  (Christian Brabandt)
      v7.3.175
      1701e406
    • Bram Moolenaar's avatar
      updated for version 7.3.174 · 8f4ba694
      Bram Moolenaar authored
      Problem:    When Exuberant ctags binary is exctags it's not found.
      Solution:   Add configure check for exctags. (Hong Xu)
      v7.3.174
      8f4ba694
    • Bram Moolenaar's avatar
      updated for version 7.3.173 · d236ac0d
      Bram Moolenaar authored
      Problem:    After using setqflist() to make the quickfix list empty ":cwindow"
                  may open the window anyway.  Also after ":vimgrep".
      Solution:   Correctly check whether the list is empty. (Ingo Karkat)
      v7.3.173
      d236ac0d
    • Bram Moolenaar's avatar
      updated for version 7.3.172 · 1c32dff7
      Bram Moolenaar authored
      Problem:    MS-Windows: rename() might delete the file if the name differs but
                  it's actually the same file.
      Solution:   Use the file handle to check if it's the same file. (Yukihiro
                  Nakadaira)
      v7.3.172
      1c32dff7
    • Bram Moolenaar's avatar
      updated for version 7.3.171 · 85de2066
      Bram Moolenaar authored
      Problem:    When the clipboard isn't supported: ":yank*" gives a confusing
                  error message.
      Solution:   Specifically mention that the register name is invalid.
                  (Jean-Rene David)
      v7.3.171
      85de2066
  3. Apr 28, 2011
  4. Apr 21, 2011
  5. Apr 11, 2011
  6. Apr 02, 2011
  7. Apr 01, 2011
Loading