- Apr 06, 2013
-
-
Bram Moolenaar authored
Disable recognizing .rdf as a redif file.
-
- Apr 05, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: 'fileignorecase' is missing in options window and quickref. Solution: Add the option.
-
- Mar 19, 2013
-
-
Bram Moolenaar authored
Problem: On some systems case of file names is always ignored, on others never. Solution: Add the 'fileignorecase' option to control this at runtime. Implies 'wildignorecase'.
-
Bram Moolenaar authored
Problem: Matchparen does not update match when using auto-indenting. (Marc Aldorasi) Solution: Add the TextChanged and TextChangedI autocommand events.
-
Bram Moolenaar authored
-
- Mar 07, 2013
-
-
Bram Moolenaar authored
Problem: ":vimgrep //" matches everywhere. Solution: Make it use the previous search pattern. (David Bürgin)
-
Bram Moolenaar authored
-
- Feb 20, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Mappings are not aware of wildmenu mode. Solution: Add wildmenumode(). (Christian Brabandt)
-
- Feb 13, 2013
-
-
Bram Moolenaar authored
Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi)
-
Bram Moolenaar authored
Add missing test files.
-
- Feb 06, 2013
-
-
Bram Moolenaar authored
-
- Jan 30, 2013
-
-
Bram Moolenaar authored
Problem: MzScheme interface doesn't work propely. Solution: Make it work better. (Sergey Khorev)
-
Bram Moolenaar authored
-
- Jan 23, 2013
-
-
Bram Moolenaar authored
Problem: Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
-
Bram Moolenaar authored
Problem: char2nr() and nr2char() always use 'encoding'. Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto)
-
- Dec 12, 2012
-
-
Bram Moolenaar authored
Problem: Matchit plugin does not handle space in #ifdef. Solution: Change matching pattern to allow spaces. (Mike Morearty)
-
- Dec 05, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: The justify macro does not always work correctly. Solution: Fix off-by-one error (James McCoy)
-
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: Message about added spell language can be wrong. Solution: Give correct message. Add g:menutrans_set_lang_to to allow for translation. (Jiri Sedlak)
-
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)
-
- Oct 05, 2012
-
-
Bram Moolenaar authored
-
- Oct 03, 2012
-
-
Bram Moolenaar authored
-
- Sep 21, 2012
-
-
Bram Moolenaar authored
-
- 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)
-