Skip to content
Snippets Groups Projects
  1. May 15, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.951 · 8661b178
      Bram Moolenaar authored
      Problem:    Python exceptions have problems.
      Solution:   Change some IndexErrors to TypeErrors. Make “line number out of
                  range” an IndexError.  Make “unable to get option value” a
                  RuntimeError. Make all PyErr_SetString messages start with
                  lowercase letter and use _(). (ZyX)
      v7.3.951
      8661b178
    • Bram Moolenaar's avatar
      updated for version 7.3.950 · 4d188da2
      Bram Moolenaar authored
      Problem:    Python: Stack trace printer can't handle messages.
      Solution:   Make KeyErrors use PyErr_SetObject. (ZyX)
      v7.3.950
      4d188da2
    • Bram Moolenaar's avatar
      updated for version 7.3.949 · 5e538ecd
      Bram Moolenaar authored
      Problem:    Python: no easy access to tabpages.
      Solution:   Add vim.tabpages and vim.current.tabpage. (ZyX)
      v7.3.949
      5e538ecd
    • Bram Moolenaar's avatar
      updated for version 7.3.948 · 03db85b3
      Bram Moolenaar authored
      Problem:    Cannot build with Python 2.2
      Solution:   Make Python interface work with Python 2.2
                  Make 2.2 the first supported version. (ZyX)
      v7.3.948
      03db85b3
    • Bram Moolenaar's avatar
      updated for version 7.3.947 · b6c589a5
      Bram Moolenaar authored
      Problem:    Python: No iterator for vim.list and vim.bufferlist.
      Solution:   Add the iterators. Also fix name of FunctionType. Add tests for
                  vim.buffers.  (ZyX)
      v7.3.947
      b6c589a5
    • Bram Moolenaar's avatar
      updated for version 7.3.946 · 46a7561f
      Bram Moolenaar authored
      Problem:    Sometimes get stuck in waiting for cursor position report,
                  resulting in keys starting with <Esc>[ not working.
      Solution:   Only wait for more characters after <Esc>[ if followed by '?', '>'
                  or a digit.
      v7.3.946
      46a7561f
    • Bram Moolenaar's avatar
      updated for version 7.3.945 · dfa38d4e
      Bram Moolenaar authored
      Problem:    Python: List of buffers is not very useful.
      Solution:   Make vim.buffers a map. No iterator yet. (ZyX)
      v7.3.945
      dfa38d4e
  2. May 13, 2013
  3. May 12, 2013
  4. May 11, 2013
  5. May 07, 2013
  6. May 06, 2013
  7. May 04, 2013
  8. Apr 24, 2013
Loading