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