- Jan 30, 2013
-
-
Bram Moolenaar authored
-
- Jan 23, 2013
-
-
Bram Moolenaar authored
Problem: char2nr() and nr2char() always use 'encoding'. Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto)
-
- Dec 05, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Cannot properly test conceal mode. Solution: Add the screencol() and screenrow() functions. Use them in test88. (Simon Ruderich)
-
- Nov 28, 2012
-
-
Bram Moolenaar authored
-
- Nov 15, 2012
-
-
Bram Moolenaar authored
-
- Nov 14, 2012
-
-
Bram Moolenaar authored
Problem: printf() can only align to bytes, not characters. Solution: Add the "S" item. (Christian Brabandt)
-
- Oct 21, 2012
-
-
Bram Moolenaar authored
-
- Oct 20, 2012
-
-
Bram Moolenaar authored
Problem: Now that 'shiftwidth' may use the value of 'tabstop' it is not so easy to use in indent files. Solution: Add the shiftwidth() function. (so8res)
-
- Sep 21, 2012
-
-
Bram Moolenaar authored
-
- Aug 15, 2012
-
-
Bram Moolenaar authored
-
- Jul 12, 2012
-
-
Bram Moolenaar authored
-
- May 18, 2012
-
-
Bram Moolenaar authored
-
- May 01, 2012
-
-
Bram Moolenaar authored
-
- Apr 25, 2012
-
-
Bram Moolenaar authored
-
- Apr 13, 2012
-
-
Bram Moolenaar authored
-
- Apr 05, 2012
-
-
Bram Moolenaar authored
-
- Mar 28, 2012
-
-
Bram Moolenaar authored
-
- Mar 11, 2012
-
-
Bram Moolenaar authored
-
- Mar 07, 2012
-
-
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 04, 2012
-
-
Bram Moolenaar authored
Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
-
- 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
-
- Sep 14, 2011
-
-
Bram Moolenaar authored
-
- Jul 18, 2011
-
-
Bram Moolenaar authored
Add missing test82 files.
-
- 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)
-
- 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
-
- Mar 22, 2011
-
-
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
-
- Nov 16, 2010
-
-
Bram Moolenaar authored
-
- Oct 27, 2010
-
-
Bram Moolenaar authored
-