summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Collapse)Author
2011-06-19Updated runtime files.Bram Moolenaar
2011-06-19updated for version 7.3.224Bram Moolenaar
Problem: Can't pass dict to sort function. Solution: Add the optional {dict} argument to sort(). (ZyX)
2011-06-12updated for version 7.3.210Bram Moolenaar
Problem: Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
2011-05-25updated for version 7.3.203Bram Moolenaar
Problem: MS-Windows: Can't run an external command without a console window. Solution: Support ":!start /b cmd". (Xaizek)
2011-05-25updated for version 7.3.202Bram Moolenaar
Problem: Cannot influence the indent inside a namespace. Solution: Add the "N" 'cino' parameter. (Konstantin Lepa)
2011-05-19updated for version 7.3.196Bram Moolenaar
Problem: Can't intercept a character that is going to be inserted. Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)
2011-05-19Updated runtime files.Bram Moolenaar
2011-05-10Updated runtime files.Bram Moolenaar
2011-05-10updated for version 7.3.187Bram Moolenaar
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
2011-05-05updated for version 7.3.171Bram Moolenaar
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)
2011-04-28Updated runtime files.Bram Moolenaar
2011-04-01Updated runtime files.Bram Moolenaar
2011-03-22Updated runtime file. Fix Italian translations.Bram Moolenaar
2011-03-22updated for version 7.3.141Bram Moolenaar
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.
2011-03-22Updated runtime files.Bram Moolenaar
2011-02-25Runtime file updates.Bram Moolenaar
2011-02-09Updated runtime files and translations.Bram Moolenaar
2011-01-08Updated runtime files.Bram Moolenaar
2010-12-10Update runtime files.Bram Moolenaar
2010-12-02updated for version 7.3.074Bram Moolenaar
Problem: Can't use the "+ register like "* for yank and put. Solution: Add "unnamedplus" to the 'clipboard' option. (Ivan Krasilnikov)
2010-12-02updated for version 7.3.072Bram Moolenaar
Problem: Can't complete file names while ignoring case. Solution: Add 'wildignorecase'.
2010-11-16Updated runtime files.Bram Moolenaar
2010-10-27Updated runtile files.Bram Moolenaar
2010-10-27updated for version 7.3.038Bram Moolenaar
Problem: v:windowid isn't set on MS-Windows. Solution: Set it to the window handle. (Chris Sutcliffe)
2010-10-20updated for version 7.3.032Bram Moolenaar
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)
2010-10-20updated for version 7.3.031Bram Moolenaar
Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
2010-10-20Updated runtime files and translations.Bram Moolenaar
2010-10-20updated for version 7.3.030Bram Moolenaar
Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
2010-09-30Runtime file updates.Bram Moolenaar
2010-09-29updated for version 7.3.016Bram Moolenaar
Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye)
2010-09-21Updated runtime files.Bram Moolenaar
2010-09-19Updated runtime files.Bram Moolenaar
2010-08-15Last changes for the 7.3 release!Bram Moolenaar
2010-08-15Make the references to features in the help more consistent. (Sylvain Hitier)Bram Moolenaar
2010-08-15Docs fix for tabpagewinnr(). (Sylvain Hitier)Bram Moolenaar
2010-08-14Runtime file updates.Bram Moolenaar
2010-08-14README and help file updates.Bram Moolenaar
2010-08-14Version 7.3f -> 7.3gBram Moolenaar
2010-08-13Preparations for 7.3f release.Bram Moolenaar
2010-08-13Cleanup in :find completion code. Make it work for "./subdir" in 'path'.Bram Moolenaar
2010-08-13Fix illegal memory access when using expressions in the command line.Bram Moolenaar
2010-08-13Update message for :python/:py3 usage with approximate translations.Bram Moolenaar
2010-08-13Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar
2010-08-13Conceal feature caused the 'cursorline' highlighting to stop early.Bram Moolenaar
2010-08-13Fix for Yaml syntax file. (Nikolai Weibull)Bram Moolenaar
2010-08-13Runtime file updates.Bram Moolenaar
2010-08-13Update to Perl runtime files. (Andy Lester)Bram Moolenaar
2010-08-13Updated Italian menus. (Vlad Sandrini)Bram Moolenaar
2010-08-13Updates for :TOhtml. (Benjamin Fritz)Bram Moolenaar
2010-08-12Improvements for :find completion.Bram Moolenaar