summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2013-08-03Update runtime files.Bram Moolenaar
2013-08-02updated for version 7.4b.006v7.4b.006Bram Moolenaar
Problem: Using \{n,m} in an autocommand pattern no longer works. Specifically, mutt temp files are not recognized. (Gary Johnson) Solution: Make \\\{n,m\} work.
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar
2013-07-28Updated runtime files.Bram Moolenaar
2013-07-24Updated runtime files.Bram Moolenaar
2013-07-17Updated runtime files.Bram Moolenaar
2013-07-13updated for version 7.4a.015v7.4a.015Bram Moolenaar
Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
2013-07-09Updated runtime files. Fix NL translations.Bram Moolenaar
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2013-07-06Update runtime files.Bram Moolenaar
2013-07-05A few updated runtime files.Bram Moolenaar
2013-07-04updated for version 7.3.1308v7.3.1308Bram Moolenaar
Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files.
2013-07-01updated for version 7.3.1287v7.3.1287Bram Moolenaar
Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata)
2013-06-29Updated runtime files.Bram Moolenaar
2013-06-29updated for version 7.3.1261v7.3.1261Bram Moolenaar
Problem: A buffer-local language mapping from a keymap stops a global insert mode mapping from working. (Ron Aaron) Solution: Do not wait for more characters to be typed only when the mapping was defined with <nowait>.
2013-06-28Update runtime files. Remove duplicate tags in help.Bram Moolenaar
2013-06-26updated for version 7.3.1248v7.3.1248Bram Moolenaar
Problem: Still have old hacking code for Input Method. Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to Input Method activation. (Yukihiro Nakadaira)
2013-06-26Updated runtime files. New version of TOhtml plugin.Bram Moolenaar
2013-06-24Update runtime files.Bram Moolenaar
2013-06-15Updated runtime files.Bram Moolenaar
2013-06-12Update runtime files.Bram Moolenaar
2013-06-12updated for version 7.3.1178v7.3.1178Bram Moolenaar
Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
2013-06-12updated for version 7.3.1174v7.3.1174Bram Moolenaar
Problem: Python 2 and 3 use different ways to load modules. Solution: Use the same method. (ZyX)
2013-06-12updated for version 7.3.1172v7.3.1172Bram Moolenaar
Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX)
2013-06-11updated for version 7.3.1164v7.3.1164Bram Moolenaar
Problem: Can't test what is actually displayed on screen. Solution: Add the screenchar() and screenattr() functions.
2013-06-10updated for version 7.3.1163v7.3.1163Bram Moolenaar
Problem: Not easy to load Python modules. Solution: Search "python2", "python3" and "pythonx" directories in 'runtimepath' for Python modules. (ZyX)
2013-06-08updated for version 7.3.1148v7.3.1148Bram Moolenaar
Problem: No command line completion for ":syntime". Solution: Implement the completion. (Dominique Pelle)
2013-06-06Updated runtime files.Bram Moolenaar
2013-06-06updated for version 7.3.1129v7.3.1129Bram Moolenaar
Problem: Can't see what pattern in syntax highlighting is slow. Solution: Add the ":syntime" command.
2013-06-02updated for version 7.3.1099v7.3.1099Bram Moolenaar
Problem: Python: Changing directory with os.chdir() causes problems for Vim's notion of directories. Solution: Add vim.chdir() and vim.fchdir(). (ZyX)
2013-06-02updated for version 7.3.1097v7.3.1097Bram Moolenaar
Problem: Python: a few recently added items are not documented. Solution: Update the documentation. (ZyX)
2013-06-02updated for version 7.3.1096v7.3.1096Bram Moolenaar
Problem: Python: popitem() was not defined in a standard way. Solution: Remove the argument from popitem(). (ZyX)
2013-06-01Updated runtime files and translations.Bram Moolenaar
2013-05-30updated for version 7.3.1067v7.3.1067Bram Moolenaar
Problem: Python: documentation lags behind. Solution: Python patch 26. (ZyX)
2013-05-30updated for version 7.3.1061v7.3.1061Bram Moolenaar
Problem: Python: Dictionary is not standard. Solution: Python patch 20: Add standard methods and fields. (ZyX)
2013-05-29updated for version 7.3.1042v7.3.1042Bram Moolenaar
Problem: Python: can't assign to vim.Buffer.name. Solution: Python patch 3. (ZyX)
2013-05-21Updated runtime files, language files and translations.Bram Moolenaar
2013-05-21updated for version 7.3.996v7.3.996Bram Moolenaar
Problem: Python: Can't check types of what is returned by bindeval(). Solution: Add vim.List, vim.Dictionary and vim.Function types. (ZyX)
2013-05-19updated for version 7.3.972v7.3.972Bram Moolenaar
Problem: Cursor not restored after InsertEnter autocommand if it moved to another line. Solution: Also restore if the saved line number is still valid. Allow setting v:char to skip restoring.
2013-05-19updated for version 7.3.970v7.3.970Bram Moolenaar
Problem: Syntax highlighting can be slow. Solution: Include the NFA regexp engine. Add the 'regexpengine' option to select which one is used. (various authors, including Ken Takata, Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
2013-05-17Update runtime files.Bram Moolenaar
2013-05-17updated for version 7.3.966v7.3.966Bram Moolenaar
Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg)
2013-05-17updated for version 7.3.964v7.3.964Bram Moolenaar
Problem: Python: not so easy to access tab pages. Solution: Add window.tabpage, make window.number work with non-current tab pages. (ZyX)
2013-05-15updated for version 7.3.957v7.3.957Bram Moolenaar
Problem: Python does not have a "do" command like Perl or Lua. Solution: Add the ":py3do" command. (Lilydjwg)
2013-05-15updated for version 7.3.952v7.3.952Bram Moolenaar
Problem: Python: It's not easy to change window/buffer/tabpage. Solution: Add ability to assign to vim.current.{tabpage,buffer,window}. (ZyX)
2013-05-15updated for version 7.3.949v7.3.949Bram Moolenaar
Problem: Python: no easy access to tabpages. Solution: Add vim.tabpages and vim.current.tabpage. (ZyX)
2013-05-15updated for version 7.3.947v7.3.947Bram Moolenaar
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)
2013-05-15updated for version 7.3.945v7.3.945Bram Moolenaar
Problem: Python: List of buffers is not very useful. Solution: Make vim.buffers a map. No iterator yet. (ZyX)
2013-05-12updated for version 7.3.940v7.3.940Bram Moolenaar
Problem: Python: Can't get position of window. Solution: Add window.row and window.col. (ZyX)
2013-05-12updated for version 7.3.938v7.3.938Bram Moolenaar
Problem: Python: not easy to get to window number. Solution: Add vim.window.number. (ZyX)