- Apr 30, 2012
-
-
Bram Moolenaar authored
-
- Apr 26, 2012
-
-
Bram Moolenaar authored
-
- Apr 25, 2012
-
-
Bram Moolenaar authored
-
- Apr 13, 2012
-
-
Bram Moolenaar authored
-
- Apr 05, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens)
-
Bram Moolenaar authored
Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
-
- Mar 28, 2012
-
-
Bram Moolenaar authored
-
- Mar 11, 2012
-
-
Bram Moolenaar authored
-
- Mar 07, 2012
-
-
Bram Moolenaar authored
Problem: For some compilers the error file is not easily readable. Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski)
-
Bram Moolenaar authored
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)
-
- Feb 22, 2012
-
-
Bram Moolenaar authored
-
- Feb 20, 2012
-
-
Bram Moolenaar authored
Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option.
-
- Feb 12, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
Problem: Still read modelines for ":doautocmd". Solution: Move check for <nomodeline> to separate function.
-
- Feb 11, 2012
-
-
Bram Moolenaar authored
Problem: There is no way to avoid ":doautoall" reading modelines. Solution: Add the <nomodeline> argument. Adjust documentation.
-
- Feb 05, 2012
-
-
Bram Moolenaar authored
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)
-
- Feb 04, 2012
-
-
Bram Moolenaar authored
Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
-
- Jan 20, 2012
-
-
Bram Moolenaar authored
-
- Jan 10, 2012
-
-
Bram Moolenaar authored
-
- Dec 30, 2011
-
-
Bram Moolenaar authored
-
- Dec 14, 2011
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: No support for bitwise AND, OR, XOR and invert. Solution: Add add(), or(), invert() and xor() functions.
-
- Oct 20, 2011
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: It's hard to test netbeans commands. Solution: Process netbeans commands after :sleep. (Xavier de Gaye)
-
Bram Moolenaar authored
Problem: When 'verbosefile' is set ftplugof.vim can give an error. Solution: Only remove filetypeplugin autocommands when they exist. (Yasuhiro Matsumoto)
-
- Sep 21, 2011
-
-
Bram Moolenaar authored
-
- Sep 14, 2011
-
-
Bram Moolenaar authored
-
- Jul 20, 2011
-
-
Bram Moolenaar authored
Problem: Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Not all completions are available to user commands. Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique Pelle)
-
- Jul 18, 2011
-
-
Bram Moolenaar authored
Add missing test82 files.
-
- Jun 26, 2011
-
-
Bram Moolenaar authored
Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
-
- Jun 19, 2011
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Can't pass dict to sort function. Solution: Add the optional {dict} argument to sort(). (ZyX)
-
- Jun 12, 2011
-
-
Bram Moolenaar authored
Problem: Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
-
- May 25, 2011
-
-
Bram Moolenaar authored
Problem: MS-Windows: Can't run an external command without a console window. Solution: Support ":!start /b cmd". (Xaizek)
-
Bram Moolenaar authored
Problem: Cannot influence the indent inside a namespace. Solution: Add the "N" 'cino' parameter. (Konstantin Lepa)
-
- May 19, 2011
-
-
Bram Moolenaar authored
Problem: Can't intercept a character that is going to be inserted. Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)
-
Bram Moolenaar authored
-