summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2012-08-15Update runtime files.Bram Moolenaar
2012-08-15updated for version 7.3.632v7.3.632Bram Moolenaar
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
2012-08-15updated for version 7.3.631v7.3.631Bram Moolenaar
Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
2012-07-25Updated runtime files.Bram Moolenaar
2012-07-25updated for version 7.3.610v7.3.610Bram Moolenaar
Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
2012-07-12Updated runtime files.Bram Moolenaar
2012-07-10updated for version 7.3.597v7.3.597Bram Moolenaar
Problem: 'clipboard' "autoselect" only applies to the * register. (Sergey Vakulenko) Solution: Make 'autoselect' work for the + register. (Christian Brabant) Add the "autoselectplus" option in 'clipboard' and the "P" flag in 'guioptions'.
2012-07-10updated for version 7.3.596v7.3.596Bram Moolenaar
Problem: Can't remove all signs for a file or buffer. Solution: Support "*" for the sign id. (Christian Brabandt)
2012-07-06updated for version 7.3.591v7.3.591Bram Moolenaar
Problem: Can only move to a tab by absolute number. Solution: Move a number of tabs to the left or the right. (Lech Lorens)
2012-06-06updated for version 7.3.541v7.3.541Bram Moolenaar
Problem: When joining lines comment leaders need to be removed manually. Solution: Add the 'j' flag to 'formatoptions'. (Lech Lorens)
2012-06-01Updated runtime files.Bram Moolenaar
2012-05-18Fix more 'cpo' issues in runtime files.Bram Moolenaar
2012-05-18updated for version 7.3.523v7.3.523Bram Moolenaar
Problem: ":diffupdate" doesn't check for files changed elsewhere. Solution: Add the ! flag. (Christian Brabandt)
2012-05-18Updated runtime files.Bram Moolenaar
2012-05-01More runtime file fixes for 'compatible' mode.Bram Moolenaar
2012-04-30updated for version 7.3.514v7.3.514Bram Moolenaar
Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
2012-04-30Fixed compatible mode in most runtime files.Bram Moolenaar
2012-04-26Updated runtime files, include fixes for line continuation.Bram Moolenaar
2012-04-25Updated runtime files.Bram Moolenaar
2012-04-13Updated runtime files.Bram Moolenaar
2012-04-05Updated runtime files.Bram Moolenaar
2012-04-05updated for version 7.3.492v7.3.492Bram Moolenaar
Problem: Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens)
2012-04-05updated for version 7.3.490v7.3.490Bram Moolenaar
Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
2012-03-28Updated runtime files.Bram Moolenaar
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