Skip to content
Snippets Groups Projects
  1. Jul 18, 2011
  2. Jul 15, 2011
  3. Jul 07, 2011
  4. Jun 26, 2011
  5. Jun 20, 2011
  6. Jun 19, 2011
  7. Jun 18, 2011
    • Bram Moolenaar's avatar
      updated for version 7.3.223 · c16756d8
      Bram Moolenaar authored
      Problem:    MingW cross compilation doesn't work with tiny features.
      Solution:   Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of
                  "#ifdef CLIPBOARD".  Fix typo in makefile.
      v7.3.223
      c16756d8
    • Bram Moolenaar's avatar
      updated for version 7.3.222 · 26f3c637
      Bram Moolenaar authored
      Problem:    Warning for building GvimExt.
      Solution:   Comment-out the DESCRIPTION line. (Mike Williams)
      v7.3.222
      26f3c637
    • Bram Moolenaar's avatar
      updated for version 7.3.221 · d44347f1
      Bram Moolenaar authored
      Problem:    Text from the clipboard is sometimes handled as linewise, but not
                  consistently.
      Solution:   Assume the text is linewise when it ends in a CR or NL.
      v7.3.221
      d44347f1
    • Bram Moolenaar's avatar
      updated for version 7.3.220 · 19e60943
      Bram Moolenaar authored
      Problem:    Python 3: vim.error is a 'str' instead of an 'Exception' object,
                  so 'except' or 'raise' it causes a 'SystemError' exception.
                  Buffer objects do not support slice assignment.
                  When exchanging text between Vim and Python, multibyte texts become
                  gabage or cause Unicode Expceptions, etc.
                  'py3file' tries to read in the file as Unicode, sometimes causes
                  UnicodeDecodeException
      Solution:   Fix the problems. (lilydjwg)
      v7.3.220
      19e60943
  8. Jun 13, 2011
  9. Jun 12, 2011
Loading