- 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
-
- May 10, 2011
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
-
- May 05, 2011
-
-
Bram Moolenaar authored
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)
-
- Apr 28, 2011
-
-
Bram Moolenaar authored
-
- Apr 01, 2011
-
-
Bram Moolenaar authored
-
- Mar 22, 2011
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
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.
-
Bram Moolenaar authored
-
- Feb 25, 2011
-
-
Bram Moolenaar authored
-
- Feb 09, 2011
-
-
Bram Moolenaar authored
-
- Jan 08, 2011
-
-
Bram Moolenaar authored
-
- Dec 10, 2010
-
-
Bram Moolenaar authored
-
- Dec 02, 2010
-
-
Bram Moolenaar authored
Problem: Can't use the "+ register like "* for yank and put. Solution: Add "unnamedplus" to the 'clipboard' option. (Ivan Krasilnikov)
-
Bram Moolenaar authored
Problem: Can't complete file names while ignoring case. Solution: Add 'wildignorecase'.
-
- Nov 16, 2010
-
-
Bram Moolenaar authored
-
- Oct 27, 2010
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: v:windowid isn't set on MS-Windows. Solution: Set it to the window handle. (Chris Sutcliffe)
-
- Oct 20, 2010
-
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
-
- Sep 30, 2010
-
-
Bram Moolenaar authored
-