summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2012-03-11Updated runtime files. Add Dutch translations.Bram Moolenaar
2012-03-07updated for version 7.3.468v7.3.468Bram Moolenaar
Problem: For some compilers the error file is not easily readable. Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski)
2012-03-07updated for version 7.3.465v7.3.465Bram Moolenaar
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)
2012-02-22Updated runtime files.Bram Moolenaar
2012-02-20updated for version 7.3.446v7.3.446Bram Moolenaar
Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option.
2012-02-13Update runtime files.Bram Moolenaar
2012-02-12updated for version 7.3.443v7.3.443Bram Moolenaar
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)
2012-02-12updated for version 7.3.442v7.3.442Bram Moolenaar
Problem: Still read modelines for ":doautocmd". Solution: Move check for <nomodeline> to separate function.
2012-02-12updated for version 7.3.438v7.3.438Bram Moolenaar
Problem: There is no way to avoid ":doautoall" reading modelines. Solution: Add the <nomodeline> argument. Adjust documentation.
2012-02-05updated for version 7.3.430v7.3.430Bram Moolenaar
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)
2012-02-04updated for version 7.3.423v7.3.423Bram Moolenaar
Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
2012-01-20Update runtime files.Bram Moolenaar
2012-01-10Updated runtime files.Bram Moolenaar
2011-12-30Updated runtime files.Bram Moolenaar
2011-12-14Update runtime files.Bram Moolenaar
2011-12-14updated for version 7.3.377v7.3.377Bram Moolenaar
Problem: No support for bitwise AND, OR, XOR and invert. Solution: Add add(), or(), invert() and xor() functions.
2011-10-20Updated runtime files.Bram Moolenaar
2011-10-20updated for version 7.3.346v7.3.346Bram Moolenaar
Problem: It's hard to test netbeans commands. Solution: Process netbeans commands after :sleep. (Xavier de Gaye)
2011-10-20updated for version 7.3.340v7.3.340Bram Moolenaar
Problem: When 'verbosefile' is set ftplugof.vim can give an error. Solution: Only remove filetypeplugin autocommands when they exist. (Yasuhiro Matsumoto)
2011-09-21Updated a few runtime files.Bram Moolenaar
2011-09-14Updated runtime files.Bram Moolenaar
2011-07-20updated for version 7.3.259v7.3.259Bram Moolenaar
Problem: Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle)
2011-07-20updated for version 7.3.257v7.3.257Bram Moolenaar
Problem: Not all completions are available to user commands. Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique Pelle)
2011-07-18Updated runtime files.Bram Moolenaar
Add missing test82 files.
2011-06-26updated for version 7.3.235v7.3.235Bram Moolenaar
Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
2011-06-19Updated runtime files.Bram Moolenaar
2011-06-19updated for version 7.3.224v7.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.210v7.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.203v7.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.202v7.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.196v7.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.187v7.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.171v7.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.141v7.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.074v7.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.072v7.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.038v7.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.032v7.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)