summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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
|
* updated for version 7.3.016v7.3.016v7-3-016Bram Moolenaar2010-09-291-2/+3
| | | | | Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye)
* Updated runtime files.Bram Moolenaar2010-09-215-79/+33
|
* Updated runtime files.Bram Moolenaar2010-09-1918-275/+667
|
* Last changes for the 7.3 release!v7.3Bram Moolenaar2010-08-15131-138/+137
|
* Make the references to features in the help more consistent. (Sylvain Hitier)Bram Moolenaar2010-08-1520-102/+103
|
* Docs fix for tabpagewinnr(). (Sylvain Hitier)Bram Moolenaar2010-08-151-2/+2
|
* Runtime file updates.Bram Moolenaar2010-08-143-22/+10
|
* README and help file updates.Bram Moolenaar2010-08-144-43/+33
|