Skip to content
Snippets Groups Projects
  1. Nov 03, 2013
  2. Jun 23, 2013
  3. Jun 12, 2013
  4. Jun 11, 2013
  5. Jun 02, 2013
  6. Jun 01, 2013
  7. May 31, 2013
  8. May 30, 2013
  9. May 29, 2013
  10. May 21, 2013
  11. May 17, 2013
  12. May 16, 2013
  13. May 15, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.955 · a4720019
      Bram Moolenaar authored
      Problem:    Python: Not enough tests.
      Solution:   Add tests for vim.{current,window*,tabpage*}. (ZyX)
      v7.3.955
      a4720019
    • 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.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.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
  14. May 12, 2013
  15. May 06, 2013
Loading