Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files. | Bram Moolenaar | 2018-02-09 | 1 | -5/+5 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2018-01-28 | 1 | -2/+21 |
| | |||||
* | patch 8.0.1385: Python 3.5 is getting oldv8.0.1385 | Bram Moolenaar | 2017-12-10 | 1 | -2/+2 |
| | | | | | Problem: Python 3.5 is getting old. Solution: Make Python 3.6 the default. (Ken Takata, closes #2429) | ||||
* | Update runtime files. | Bram Moolenaar | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | patch 8.0.1280: Python None cannot be converted to a Vim typev8.0.1280 | Bram Moolenaar | 2017-11-09 | 1 | -0/+2 |
| | | | | | Problem: Python None cannot be converted to a Vim type. Solution: Convert it to v:none. (Ken Takata) | ||||
* | Update runtime files. | Bram Moolenaar | 2017-08-11 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2017-03-16 | 1 | -1/+24 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2017-03-05 | 1 | -5/+5 |
| | |||||
* | patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360 | Bram Moolenaar | 2017-02-23 | 1 | -6/+6 |
| | | | | | Problem: Sometimes VimL is used, which is confusing. Solution: Consistently use "Vim script". (Hirohito Higashi) | ||||
* | Updated runtime files. | Bram Moolenaar | 2017-02-17 | 1 | -4/+6 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251 | Bram Moolenaar | 2017-01-28 | 1 | -0/+66 |
| | | | | | | Problem: It is not so easy to write a script that works with both Python 2 and Python 3, even when the Python code works with both. Solution: Add 'pyxversion', :pyx, etc. (Marc Weber, Ken Takata) | ||||
* | Updated runtime files. | Bram Moolenaar | 2016-09-22 | 1 | -3/+3 |
| | |||||
* | Vim 8.0 releasev8.0.0000 | Bram Moolenaar | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-09-06 | 1 | -2/+10 |
| | |||||
* | patch 7.4.1843v7.4.1843 | Bram Moolenaar | 2016-05-25 | 1 | -13/+25 |
| | | | | | Problem: Tests involving Python are flaky. Solution: Set the pt_auto field. Add tests. (Nikolai Pavlov) | ||||
* | Updated runtime files. | Bram Moolenaar | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | patch 7.4.1731v7.4.1731 | Bram Moolenaar | 2016-04-14 | 1 | -4/+24 |
| | | | | | Problem: Python: turns partial into simple funcref. Solution: Use partials like partials. (Nikolai Pavlov, closes #734) | ||||
* | Updated runtime files. | Bram Moolenaar | 2016-03-20 | 1 | -7/+13 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | patch 7.4.907v7.4.907 | Bram Moolenaar | 2015-11-02 | 1 | -8/+14 |
| | | | | | | | Problem: Libraries for dynamically loading interfaces can only be defined at compile time. Solution: Add options to specify the dll names. (Kazuki Sakamoto, closes #452) | ||||
* | Update runtime files. Add vroom file support. | Bram Moolenaar | 2014-07-26 | 1 | -2/+2 |
| | |||||
* | release version 7.4v7.4 | Bram Moolenaar | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Update files for the 7.4b BETA release.v7.4b.000 | Bram Moolenaar | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2013-07-17 | 1 | -2/+3 |
| | |||||
* | Vim 7.4a BETA release.v7.4a | Bram Moolenaar | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.3.1287v7.3.1287 | Bram Moolenaar | 2013-07-01 | 1 | -0/+5 |
| | | | | | | Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata) | ||||
* | Updated runtime files. | Bram Moolenaar | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | updated for version 7.3.1174v7.3.1174 | Bram Moolenaar | 2013-06-12 | 1 | -29/+4 |
| | | | | | Problem: Python 2 and 3 use different ways to load modules. Solution: Use the same method. (ZyX) | ||||
* | updated for version 7.3.1172v7.3.1172 | Bram Moolenaar | 2013-06-12 | 1 | -45/+45 |
| | | | | | Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX) | ||||
* | updated for version 7.3.1163v7.3.1163 | Bram Moolenaar | 2013-06-10 | 1 | -0/+113 |
| | | | | | | Problem: Not easy to load Python modules. Solution: Search "python2", "python3" and "pythonx" directories in 'runtimepath' for Python modules. (ZyX) | ||||
* | Updated runtime files. | Bram Moolenaar | 2013-06-06 | 1 | -4/+4 |
| | |||||
* | updated for version 7.3.1099v7.3.1099 | Bram Moolenaar | 2013-06-02 | 1 | -0/+7 |
| | | | | | | Problem: Python: Changing directory with os.chdir() causes problems for Vim's notion of directories. Solution: Add vim.chdir() and vim.fchdir(). (ZyX) | ||||
* | updated for version 7.3.1097v7.3.1097 | Bram Moolenaar | 2013-06-02 | 1 | -0/+10 |
| | | | | | Problem: Python: a few recently added items are not documented. Solution: Update the documentation. (ZyX) | ||||
* | updated for version 7.3.1096v7.3.1096 | Bram Moolenaar | 2013-06-02 | 1 | -6/+5 |
| | | | | | Problem: Python: popitem() was not defined in a standard way. Solution: Remove the argument from popitem(). (ZyX) | ||||
* | Updated runtime files and translations. | Bram Moolenaar | 2013-06-01 | 1 | -1/+1 |
| | |||||
* | updated for version 7.3.1067v7.3.1067 | Bram Moolenaar | 2013-05-30 | 1 | -8/+37 |
| | | | | | Problem: Python: documentation lags behind. Solution: Python patch 26. (ZyX) | ||||
* | updated for version 7.3.1061v7.3.1061 | Bram Moolenaar | 2013-05-30 | 1 | -47/+87 |
| | | | | | Problem: Python: Dictionary is not standard. Solution: Python patch 20: Add standard methods and fields. (ZyX) | ||||
* | updated for version 7.3.1042v7.3.1042 | Bram Moolenaar | 2013-05-29 | 1 | -1/+6 |
| | | | | | Problem: Python: can't assign to vim.Buffer.name. Solution: Python patch 3. (ZyX) | ||||
* | Updated runtime files, language files and translations. | Bram Moolenaar | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | updated for version 7.3.996v7.3.996 | Bram Moolenaar | 2013-05-21 | 1 | -9/+26 |
| | | | | | Problem: Python: Can't check types of what is returned by bindeval(). Solution: Add vim.List, vim.Dictionary and vim.Function types. (ZyX) | ||||
* | Update runtime files. | Bram Moolenaar | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | updated for version 7.3.966v7.3.966 | Bram Moolenaar | 2013-05-17 | 1 | -16/+19 |
| | | | | | Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg) | ||||
* | updated for version 7.3.964v7.3.964 | Bram Moolenaar | 2013-05-17 | 1 | -2/+3 |
| | | | | | | Problem: Python: not so easy to access tab pages. Solution: Add window.tabpage, make window.number work with non-current tab pages. (ZyX) | ||||
* | updated for version 7.3.957v7.3.957 | Bram Moolenaar | 2013-05-15 | 1 | -0/+15 |
| | | | | | Problem: Python does not have a "do" command like Perl or Lua. Solution: Add the ":py3do" command. (Lilydjwg) | ||||
* | updated for version 7.3.952v7.3.952 | Bram Moolenaar | 2013-05-15 | 1 | -3/+19 |
| | | | | | | Problem: Python: It's not easy to change window/buffer/tabpage. Solution: Add ability to assign to vim.current.{tabpage,buffer,window}. (ZyX) | ||||
* | updated for version 7.3.949v7.3.949 | Bram Moolenaar | 2013-05-15 | 1 | -0/+35 |
| | | | | | Problem: Python: no easy access to tabpages. Solution: Add vim.tabpages and vim.current.tabpage. (ZyX) | ||||
* | updated for version 7.3.947v7.3.947 | Bram Moolenaar | 2013-05-15 | 1 | -0/+1 |
| | | | | | | 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) | ||||
* | updated for version 7.3.945v7.3.945 | Bram Moolenaar | 2013-05-15 | 1 | -2/+1 |
| | | | | | Problem: Python: List of buffers is not very useful. Solution: Make vim.buffers a map. No iterator yet. (ZyX) | ||||
* | updated for version 7.3.940v7.3.940 | Bram Moolenaar | 2013-05-12 | 1 | -0/+3 |
| | | | | | Problem: Python: Can't get position of window. Solution: Add window.row and window.col. (ZyX) |