summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated runtime files.Bram Moolenaar2011-12-3035-251/+453
|
* Update runtime files.Bram Moolenaar2011-12-1436-237/+908
|
* updated for version 7.3.377v7.3.377Bram Moolenaar2011-12-141-4/+36
| | | | | Problem: No support for bitwise AND, OR, XOR and invert. Solution: Add add(), or(), invert() and xor() functions.
* Updated runtime files.Bram Moolenaar2011-10-2025-354/+841
|
* updated for version 7.3.346v7.3.346Bram Moolenaar2011-10-201-5/+16
| | | | | Problem: It's hard to test netbeans commands. Solution: Process netbeans commands after :sleep. (Xavier de Gaye)
* updated for version 7.3.340v7.3.340Bram Moolenaar2011-10-201-3/+5
| | | | | | Problem: When 'verbosefile' is set ftplugof.vim can give an error. Solution: Only remove filetypeplugin autocommands when they exist. (Yasuhiro Matsumoto)
* Updated a few runtime files.Bram Moolenaar2011-09-218-122/+311
|
* Updated runtime files.Bram Moolenaar2011-09-1435-296/+902
|
* updated for version 7.3.259v7.3.259Bram Moolenaar2011-07-201-4/+2
| | | | | Problem: Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle)
* updated for version 7.3.257v7.3.257Bram Moolenaar2011-07-201-0/+4
| | | | | | Problem: Not all completions are available to user commands. Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique Pelle)
* Updated runtime files.Bram Moolenaar2011-07-1818-126/+156
| | | | Add missing test82 files.
* updated for version 7.3.235v7.3.235Bram Moolenaar2011-06-262-2/+8
| | | | | Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2011-06-1947-535/+938
|
* updated for version 7.3.224v7.3.224Bram Moolenaar2011-06-191-2/+5
| | | | | Problem: Can't pass dict to sort function. Solution: Add the optional {dict} argument to sort(). (ZyX)
* updated for version 7.3.210v7.3.210Bram Moolenaar2011-06-122-0/+19
| | | | | Problem: Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
* updated for version 7.3.203v7.3.203Bram Moolenaar2011-05-251-1/+30
| | | | | Problem: MS-Windows: Can't run an external command without a console window. Solution: Support ":!start /b cmd". (Xaizek)
* updated for version 7.3.202v7.3.202Bram Moolenaar2011-05-251-7/+58
| | | | | Problem: Cannot influence the indent inside a namespace. Solution: Add the "N" 'cino' parameter. (Konstantin Lepa)
* updated for version 7.3.196v7.3.196Bram Moolenaar2011-05-193-1/+15
| | | | | Problem: Can't intercept a character that is going to be inserted. Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)
* Updated runtime files.Bram Moolenaar2011-05-1912-95/+718
|
* Updated runtime files.Bram Moolenaar2011-05-1015-249/+514
|
* updated for version 7.3.187v7.3.187Bram Moolenaar2011-05-101-313/+3
| | | | | Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
* updated for version 7.3.171v7.3.171Bram Moolenaar2011-05-051-2/+4
| | | | | | | Problem: When the clipboard isn't supported: ":yank*" gives a confusing error message. Solution: Specifically mention that the register name is invalid. (Jean-Rene David)
* Updated runtime files.Bram Moolenaar2011-04-2824-133/+501
|
* Updated runtime files.Bram Moolenaar2011-04-0120-921/+1391
|
* Updated runtime file. Fix Italian translations.Bram Moolenaar2011-03-227-290/+274
|
* updated for version 7.3.141v7.3.141Bram Moolenaar2011-03-221-0/+12
| | | | | Problem: When a key code is not set get a confusing error message. Solution: Change the error message to say the key code is not set.
* Updated runtime files.Bram Moolenaar2011-03-2218-102/+558
|
* Runtime file updates.Bram Moolenaar2011-02-258-45/+140
|
* Updated runtime files and translations.Bram Moolenaar2011-02-0917-151/+1388
|
* Updated runtime files.Bram Moolenaar2011-01-0818-166/+332
|
* Update runtime files.Bram Moolenaar2010-12-1024-225/+397
|
* updated for version 7.3.074v7.3.074Bram Moolenaar2010-12-021-0/+9
| | | | | Problem: Can't use the "+ register like "* for yank and put. Solution: Add "unnamedplus" to the 'clipboard' option. (Ivan Krasilnikov)
* updated for version 7.3.072v7.3.072Bram Moolenaar2010-12-021-0/+11
| | | | | Problem: Can't complete file names while ignoring case. Solution: Add 'wildignorecase'.
* Updated runtime files.Bram Moolenaar2010-11-1623-207/+689
|
* Updated runtile files.Bram Moolenaar2010-10-2710-50/+65
|
* updated for version 7.3.038v7.3.038Bram Moolenaar2010-10-271-1/+5
| | | | | Problem: v:windowid isn't set on MS-Windows. Solution: Set it to the window handle. (Chris Sutcliffe)
* updated for version 7.3.032v7.3.032Bram Moolenaar2010-10-201-8/+36
| | | | | | Problem: maparg() doesn't return the flags, such as <buffer>, <script>, <silent>. These are needed to save and restore a mapping. Solution: Improve maparg(). (also by Christian Brabandt)
* updated for version 7.3.031v7.3.031Bram Moolenaar2010-10-201-0/+5
| | | | | Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
* Updated runtime files and translations.Bram Moolenaar2010-10-2014-164/+235
|
* updated for version 7.3.030v7.3.030Bram Moolenaar2010-10-201-2/+3
| | | | | Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
* Runtime file updates.Bram Moolenaar2010-09-3020-80/+454
|