summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.972v7.3.972Bram Moolenaar2013-05-191-2/+5
| | | | | | | 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.
* updated for version 7.3.970v7.3.970Bram Moolenaar2013-05-192-6/+50
| | | | | | | 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)
* Update runtime files.Bram Moolenaar2013-05-1727-717/+3058
|
* updated for version 7.3.966v7.3.966Bram Moolenaar2013-05-171-16/+19
| | | | | Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg)
* updated for version 7.3.964v7.3.964Bram Moolenaar2013-05-171-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.957Bram Moolenaar2013-05-151-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.952Bram Moolenaar2013-05-151-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.949Bram Moolenaar2013-05-151-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.947Bram Moolenaar2013-05-151-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.945Bram Moolenaar2013-05-151-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.940Bram Moolenaar2013-05-121-0/+3
| | | | | Problem: Python: Can't get position of window. Solution: Add window.row and window.col. (ZyX)
* updated for version 7.3.938v7.3.938Bram Moolenaar2013-05-121-0/+4
| | | | | Problem: Python: not easy to get to window number. Solution: Add vim.window.number. (ZyX)
* Updated runtime files.Bram Moolenaar2013-05-0612-23/+1976
|
* updated for version 7.3.926v7.3.926Bram Moolenaar2013-05-061-4/+0
| | | | | | | Problem: Autocommands are triggered by setwinvar() et al. Missing BufEnter on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of events for :tablose and :tabnew. Solution: Fix these autocommand events. (Zyx)
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-062-3/+3
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.924v7.3.924Bram Moolenaar2013-05-061-0/+33
| | | | | Problem: Python interface can't easily access options. Solution: Add vim.options, vim.window.options and vim.buffer.options. (ZyX)
* Updated runtime files.Bram Moolenaar2013-04-2424-1470/+2123
|
* updated for version 7.3.911v7.3.911Bram Moolenaar2013-04-241-0/+9
| | | | | Problem: Python: Access to Vim variables is not so easy. Solution: Define vim.vars and vim.vvars. (ZyX)
* Updated runtime files.Bram Moolenaar2013-04-126-255/+349
|
* Move redif syntax file to the right directory.Bram Moolenaar2013-04-063-6/+6
| | | | Disable recognizing .rdf as a redif file.
* Updated runtime files.Bram Moolenaar2013-04-0515-63/+157
|
* updated for version 7.3.878v7.3.878Bram Moolenaar2013-04-052-2/+5
| | | | | Problem: 'fileignorecase' is missing in options window and quickref. Solution: Add the option.
* updated for version 7.3.872v7.3.872Bram Moolenaar2013-03-192-3/+11
| | | | | | | Problem: On some systems case of file names is always ignored, on others never. Solution: Add the 'fileignorecase' option to control this at runtime. Implies 'wildignorecase'.
* updated for version 7.3.867v7.3.867Bram Moolenaar2013-03-191-0/+3
| | | | | | Problem: Matchparen does not update match when using auto-indenting. (Marc Aldorasi) Solution: Add the TextChanged and TextChangedI autocommand events.
* Update runtime files.Bram Moolenaar2013-03-1926-433/+734
|
* updated for version 7.3.850v7.3.850Bram Moolenaar2013-03-071-0/+2
| | | | | Problem: ":vimgrep //" matches everywhere. Solution: Make it use the previous search pattern. (David Bürgin)
* Updated runtime files.Bram Moolenaar2013-03-0720-82/+691
|
* Update runtime files.Bram Moolenaar2013-02-208-42/+951
|
* updated for version 7.3.831v7.3.831Bram Moolenaar2013-02-201-14/+21
| | | | | | Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi)
* updated for version 7.3.828v7.3.828Bram Moolenaar2013-02-201-0/+13
| | | | | Problem: Mappings are not aware of wildmenu mode. Solution: Add wildmenumode(). (Christian Brabandt)
* updated for version 7.3.816v7.3.816Bram Moolenaar2013-02-131-0/+6
| | | | | Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi)
* Update runtime files.Bram Moolenaar2013-02-1319-151/+158
| | | | Add missing test files.
* Updated runtime files.Bram Moolenaar2013-02-0617-35/+802
|
* updated for version 7.3.791v7.3.791Bram Moolenaar2013-01-301-7/+34
| | | | | Problem: MzScheme interface doesn't work propely. Solution: Make it work better. (Sergey Khorev)
* Update runtime files.Bram Moolenaar2013-01-3014-79/+132
|
* updated for version 7.3.782v7.3.782Bram Moolenaar2013-01-231-0/+4
| | | | | Problem: Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
* updated for version 7.3.780v7.3.780Bram Moolenaar2013-01-231-8/+12
| | | | | Problem: char2nr() and nr2char() always use 'encoding'. Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto)
* updated for version 7.3.758v7.3.758Bram Moolenaar2012-12-121-2/+2
| | | | | Problem: Matchit plugin does not handle space in #ifdef. Solution: Change matching pattern to allow spaces. (Mike Morearty)
* Update runtime files.Bram Moolenaar2012-12-0515-547/+1236
|
* updated for version 7.3.750v7.3.750Bram Moolenaar2012-12-051-5/+4
| | | | | Problem: The justify macro does not always work correctly. Solution: Fix off-by-one error (James McCoy)
* updated for version 7.3.748v7.3.748Bram Moolenaar2012-12-051-0/+2
| | | | | | Problem: Cannot properly test conceal mode. Solution: Add the screencol() and screenrow() functions. Use them in test88. (Simon Ruderich)
* Updated runtime files.Bram Moolenaar2012-11-2812-133/+211
|
* Updated runtime files.Bram Moolenaar2012-11-1523-690/+1453
|
* updated for version 7.3.713v7.3.713Bram Moolenaar2012-11-141-0/+5
| | | | | Problem: printf() can only align to bytes, not characters. Solution: Add the "S" item. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2012-10-2114-125/+258
|
* updated for version 7.3.696v7.3.696Bram Moolenaar2012-10-211-2/+7
| | | | | | Problem: Message about added spell language can be wrong. Solution: Give correct message. Add g:menutrans_set_lang_to to allow for translation. (Jiri Sedlak)
* updated for version 7.3.694v7.3.694Bram Moolenaar2012-10-211-4/+22
| | | | | | Problem: Now that 'shiftwidth' may use the value of 'tabstop' it is not so easy to use in indent files. Solution: Add the shiftwidth() function. (so8res)
* Updated runtime files.Bram Moolenaar2012-10-0515-32/+610
|
* Update runtime files.Bram Moolenaar2012-10-0327-1515/+977
|
* Updated runtime files.Bram Moolenaar2012-09-2122-289/+2261
|