- Dec 15, 2013
-
-
Bram Moolenaar authored
-
- Dec 11, 2013
-
-
Bram Moolenaar authored
-
- Nov 28, 2013
-
-
Bram Moolenaar authored
Problem: ColorScheme autocommand matches with the current buffer name. Solution: Match with the colorscheme name. (Christian Brabandt)
-
Bram Moolenaar authored
-
- Nov 14, 2013
-
-
Bram Moolenaar authored
-
- Nov 12, 2013
-
-
Bram Moolenaar authored
Problem: When spell checking is enabled Asian characters are always marked as error. Solution: When 'spelllang' contains "cjk" do not mark Asian characters as error. (Ken Takata)
-
- Nov 09, 2013
-
-
Bram Moolenaar authored
Problem: It's hard to avoid adding a used pattern to the search history. Solution: Add the ":keeppatterns" modifier. (Christian Brabandt)
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Missing documentation for v:hlsearch. Solution: Include the right file in the patch.
-
- Nov 06, 2013
-
-
Bram Moolenaar authored
Problem: Setting undolevels for one buffer changes undo in another. Solution: Make 'undolevels' a global-local option. (Christian Brabandt)
-
- Nov 05, 2013
-
-
Bram Moolenaar authored
Problem: Cannot right shift lines starting with #. Solution: Allow the right shift when 'cino' contains #N with N > 0. (Christian Brabandt) Refactor parsing 'cino', store the values in the buffer.
-
- Nov 03, 2013
-
-
Bram Moolenaar authored
-
- Nov 02, 2013
-
-
Bram Moolenaar authored
Problem: byteidx() does not work for composing characters. Solution: Add byteidxcomp().
-
- Oct 06, 2013
-
-
Bram Moolenaar authored
-
- Sep 24, 2013
-
-
Bram Moolenaar authored
-
- Sep 22, 2013
-
-
Bram Moolenaar authored
Problem: Using "p" in Visual block mode only changes the first line. Solution: Repeat the put in all text in the block. (Christian Brabandt)
-
Bram Moolenaar authored
-
- Sep 05, 2013
-
-
Bram Moolenaar authored
-
- Aug 10, 2013
-
-
Bram Moolenaar authored
-
- Aug 03, 2013
-
-
Bram Moolenaar authored
-
- Aug 02, 2013
-
-
Bram Moolenaar authored
Problem: Using \{n,m} in an autocommand pattern no longer works. Specifically, mutt temp files are not recognized. (Gary Johnson) Solution: Make \\\{n,m\} work.
-
- Jul 28, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
-
- Jul 24, 2013
-
-
Bram Moolenaar authored
-
- Jul 17, 2013
-
-
Bram Moolenaar authored
-
- Jul 13, 2013
-
-
Bram Moolenaar authored
Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
-
- Jul 09, 2013
-
-
Bram Moolenaar authored
-
- Jul 06, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
-
- Jul 05, 2013
-
-
Bram Moolenaar authored
-
- Jul 04, 2013
-
-
Bram Moolenaar authored
Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files.
-
- Jul 01, 2013
-
-
Bram Moolenaar authored
Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata)
-
- Jun 29, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: A buffer-local language mapping from a keymap stops a global insert mode mapping from working. (Ron Aaron) Solution: Do not wait for more characters to be typed only when the mapping was defined with <nowait>.
-
- Jun 28, 2013
-
-
Bram Moolenaar authored
-
- Jun 26, 2013
-
-
Bram Moolenaar authored
Problem: Still have old hacking code for Input Method. Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to Input Method activation. (Yukihiro Nakadaira)
-
Bram Moolenaar authored
-
- Jun 24, 2013
-
-
Bram Moolenaar authored
-
- Jun 15, 2013
-
-
Bram Moolenaar authored
-
- Jun 12, 2013
-
-
Bram Moolenaar authored
-