summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* updated for version 7.3.492v7.3.492Bram Moolenaar2012-04-051-2/+18
| | | | | Problem: Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens)
* updated for version 7.3.490v7.3.490Bram Moolenaar2012-04-051-19/+115
| | | | | Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
* Updated runtime files.Bram Moolenaar2012-03-2816-102/+179
|
* Updated runtime files. Add Dutch translations.Bram Moolenaar2012-03-1146-77/+157
|
* updated for version 7.3.468v7.3.468Bram Moolenaar2012-03-071-1/+4
| | | | | Problem: For some compilers the error file is not easily readable. Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski)
* updated for version 7.3.465v7.3.465Bram Moolenaar2012-03-071-6/+8
| | | | | | Problem: Cannot get file name with newline from glob(). Solution: Add argument to glob() and expand() to indicate they must return a list. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2012-02-2212-120/+218
|
* updated for version 7.3.446v7.3.446Bram Moolenaar2012-02-201-2/+16
| | | | | Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option.
* Update runtime files.Bram Moolenaar2012-02-1320-285/+261
|
* updated for version 7.3.443v7.3.443Bram Moolenaar2012-02-121-7/+8
| | | | | Problem: MS-Windows: 'shcf' and 'shellxquote' defaults are not very good. Solution: Make a better guess when 'shell' is set to "cmd.exe". (Ben Fritz)
* updated for version 7.3.442v7.3.442Bram Moolenaar2012-02-121-6/+8
| | | | | Problem: Still read modelines for ":doautocmd". Solution: Move check for <nomodeline> to separate function.
* updated for version 7.3.438v7.3.438Bram Moolenaar2012-02-121-6/+7
| | | | | Problem: There is no way to avoid ":doautoall" reading modelines. Solution: Add the <nomodeline> argument. Adjust documentation.
* updated for version 7.3.430v7.3.430Bram Moolenaar2012-02-051-3/+5
| | | | | | | Problem: When a custom filetype detection uses "augroup END" the conf fileytpe detection does not have the filetypedetect group. Solution: Always end the group and include filetypedetect in the conf autocommand. (Lech Lorens)
* updated for version 7.3.423v7.3.423Bram Moolenaar2012-02-0438-341/+816
| | | | | | | Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
* Update runtime files.Bram Moolenaar2012-01-2041-1242/+1443
|
* Updated runtime files.Bram Moolenaar2012-01-1024-103/+278
|