summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update runtime files.Bram Moolenaar2012-08-1531-239/+324
|
* updated for version 7.3.632v7.3.632Bram Moolenaar2012-08-151-0/+1
| | | | | Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
* updated for version 7.3.631v7.3.631Bram Moolenaar2012-08-151-0/+1
| | | | | Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
* Updated runtime files.Bram Moolenaar2012-07-2517-376/+1293
|
* updated for version 7.3.610v7.3.610Bram Moolenaar2012-07-252-0/+14
| | | | | Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2012-07-1240-145/+1294
|
* updated for version 7.3.597v7.3.597Bram Moolenaar2012-07-101-0/+12
| | | | | | | | Problem: 'clipboard' "autoselect" only applies to the * register. (Sergey Vakulenko) Solution: Make 'autoselect' work for the + register. (Christian Brabant) Add the "autoselectplus" option in 'clipboard' and the "P" flag in 'guioptions'.
* updated for version 7.3.596v7.3.596Bram Moolenaar2012-07-101-1/+7
| | | | | Problem: Can't remove all signs for a file or buffer. Solution: Support "*" for the sign id. (Christian Brabandt)
* updated for version 7.3.591v7.3.591Bram Moolenaar2012-07-061-0/+10
| | | | | Problem: Can only move to a tab by absolute number. Solution: Move a number of tabs to the left or the right. (Lech Lorens)
* updated for version 7.3.541v7.3.541Bram Moolenaar2012-06-061-0/+6
| | | | | Problem: When joining lines comment leaders need to be removed manually. Solution: Add the 'j' flag to 'formatoptions'. (Lech Lorens)
* Updated runtime files.Bram Moolenaar2012-06-0124-128/+186
|
* Fix more 'cpo' issues in runtime files.Bram Moolenaar2012-05-1825-70/+122
|
* updated for version 7.3.523v7.3.523Bram Moolenaar2012-05-181-1/+4
| | | | | Problem: ":diffupdate" doesn't check for files changed elsewhere. Solution: Add the ! flag. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2012-05-1838-327/+901
|
* More runtime file fixes for 'compatible' mode.Bram Moolenaar2012-05-0152-59/+264
|
* updated for version 7.3.514v7.3.514Bram Moolenaar2012-04-302-6/+8
| | | | | | Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
* Fixed compatible mode in most runtime files.Bram Moolenaar2012-04-3037-46/+226
|
* Updated runtime files, include fixes for line continuation.Bram Moolenaar2012-04-266-10/+14
|
* Updated runtime files.Bram Moolenaar2012-04-2517-116/+175
|
* Updated runtime files.Bram Moolenaar2012-04-1316-50/+74
|
* Updated runtime files.Bram Moolenaar2012-04-0510-1234/+699
|