- May 12, 2013
-
-
Bram Moolenaar authored
Problem: Python: Can't get position of window. Solution: Add window.row and window.col. (ZyX)
-
Bram Moolenaar authored
Problem: Python: not easy to get to window number. Solution: Add vim.window.number. (ZyX)
-
- May 06, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Autocommands are triggered by setwinvar() et al. Missing BufEnter on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of events for :tablose and :tabnew. Solution: Fix these autocommand events. (Zyx)
-
Bram Moolenaar authored
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
-
Bram Moolenaar authored
Problem: Python interface can't easily access options. Solution: Add vim.options, vim.window.options and vim.buffer.options. (ZyX)
-
- Apr 24, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Python: Access to Vim variables is not so easy. Solution: Define vim.vars and vim.vvars. (ZyX)
-
- Apr 12, 2013
-
-
Bram Moolenaar authored
-
- 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
-