- Aug 15, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
-
Bram Moolenaar authored
Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
-
- Jul 25, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
-
- Jul 12, 2012
-
-
Bram Moolenaar authored
-
- Jul 10, 2012
-
-
Bram Moolenaar authored
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'.
-
Bram Moolenaar authored
Problem: Can't remove all signs for a file or buffer. Solution: Support "*" for the sign id. (Christian Brabandt)
-
- Jul 06, 2012
-
-
Bram Moolenaar authored
Problem: Can only move to a tab by absolute number. Solution: Move a number of tabs to the left or the right. (Lech Lorens)
-
- Jun 06, 2012
-
-
Bram Moolenaar authored
Problem: When joining lines comment leaders need to be removed manually. Solution: Add the 'j' flag to 'formatoptions'. (Lech Lorens)
-
- Jun 01, 2012
-
-
Bram Moolenaar authored
-
- May 18, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: ":diffupdate" doesn't check for files changed elsewhere. Solution: Add the ! flag. (Christian Brabandt)
-
Bram Moolenaar authored
-
- May 01, 2012
-
-
Bram Moolenaar authored
-
- Apr 30, 2012
-
-
Bram Moolenaar authored
Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
-
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.
-