Bram Moolenaar [Tue, 21 May 2013 10:52:04 +0000 (12:52 +0200)]
updated for version 7.3.985
Problem: GTK vim not started as gvim doesn't set WM_CLASS property to a
useful value.
Solution: Call g_set_prgname() on startup. (James McCoy)
Bram Moolenaar [Tue, 21 May 2013 10:46:02 +0000 (12:46 +0200)]
updated for version 7.3.984
Problem: A Visual mapping that uses CTRL-G works differently when started
from Insert mode. (Ein Brown)
Solution: Reset old_mapped_len when handling typed text in Select mode.
Bram Moolenaar [Tue, 21 May 2013 10:34:17 +0000 (12:34 +0200)]
updated for version 7.3.982
Problem: In the new regexp engine \p does not work on multi-byte
characters.
Solution: Don't point to an integer but the characters.
Bram Moolenaar [Mon, 20 May 2013 22:03:02 +0000 (00:03 +0200)]
updated for version 7.3.981
Problem: In the old regexp engine \i, \I, \f and \F don't work on
multi-byte characters.
Solution: Dereference pointer properly.
Bram Moolenaar [Mon, 20 May 2013 20:20:02 +0000 (22:20 +0200)]
updated for version 7.3.980
Problem: Regexp logs may contain garbage. Character classes don't work
correctly for multi-byte characters.
Solution: Check for end of post list. Only use "is" functions for
characters up to 255. (Ken Takata)
Bram Moolenaar [Mon, 20 May 2013 19:57:03 +0000 (21:57 +0200)]
updated for version 7.3.979
Problem: Complex NFA regexp doesn't work.
Solution: Set actual state stack end instead of using an arbitrary number.
(Yasuhiro Matsumoto)
Bram Moolenaar [Mon, 20 May 2013 19:49:13 +0000 (21:49 +0200)]
updated for version 7.3.978
Problem: Regexp debug logs don't have a good name.
Solution: Use clear names and make it possible to write logs for the old and
new engines separately. (Taro Muraoka)
Bram Moolenaar [Mon, 20 May 2013 19:26:33 +0000 (21:26 +0200)]
updated for version 7.3.977
Problem: Compiler warnings on 64 bit Windows.
Solution: Add type casts. (Mike Williams) Also fix some white space and
uncomment what was commented-out for testing.
Bram Moolenaar [Mon, 20 May 2013 10:52:29 +0000 (12:52 +0200)]
updated for version 7.3.974
Problem: Can't build with ruby 1.8.5.
Solution: Only use ruby_init_stack() when RUBY_INIT_STACK is defined.
(Yukihiro Nakadaira)
Bram Moolenaar [Sun, 19 May 2013 20:31:18 +0000 (22:31 +0200)]
updated for version 7.3.973
Problem: Compiler warnings. Crash on startup. (Tony Mechelynck)
Solution: Change EMSG2 to EMSGN. Make array one character longer.
Bram Moolenaar [Sun, 19 May 2013 19:15:15 +0000 (21:15 +0200)]
updated for version 7.3.972
Problem: Cursor not restored after InsertEnter autocommand if it moved to
another line.
Solution: Also restore if the saved line number is still valid. Allow
setting v:char to skip restoring.
Bram Moolenaar [Sun, 19 May 2013 17:40:29 +0000 (19:40 +0200)]
updated for version 7.3.970
Problem: Syntax highlighting can be slow.
Solution: Include the NFA regexp engine. Add the 'regexpengine' option to
select which one is used. (various authors, including Ken Takata,
Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
Bram Moolenaar [Sat, 18 May 2013 18:45:59 +0000 (20:45 +0200)]
updated for version 7.3.968
Problem: Multi-byte support is only available when compiled with "big"
features.
Solution: Include multi-byte by default, with "normal" features.
Bram Moolenaar [Fri, 17 May 2013 14:18:33 +0000 (16:18 +0200)]
updated for version 7.3.964
Problem: Python: not so easy to access tab pages.
Solution: Add window.tabpage, make window.number work with non-current tab
pages. (ZyX)
Bram Moolenaar [Fri, 17 May 2013 14:03:57 +0000 (16:03 +0200)]
updated for version 7.3.963
Problem: Setting curbuf without curwin causes trouble.
Solution: Add switch_buffer() and restore_buffer(). Block autocommands to
avoid trouble.
Bram Moolenaar [Thu, 16 May 2013 18:47:56 +0000 (20:47 +0200)]
updated for version 7.3.961
Problem: Tests 86 and 87 fail when using another language than English.
Solution: Set the language to C in the test. (Dominique Pelle)
Bram Moolenaar [Wed, 15 May 2013 13:51:08 +0000 (15:51 +0200)]
updated for version 7.3.952
Problem: Python: It's not easy to change window/buffer/tabpage.
Solution: Add ability to assign to vim.current.{tabpage,buffer,window}.
(ZyX)
Bram Moolenaar [Wed, 15 May 2013 13:44:28 +0000 (15:44 +0200)]
updated for version 7.3.951
Problem: Python exceptions have problems.
Solution: Change some IndexErrors to TypeErrors. Make “line number out of
range” an IndexError. Make “unable to get option value” a
RuntimeError. Make all PyErr_SetString messages start with
lowercase letter and use _(). (ZyX)
Bram Moolenaar [Wed, 15 May 2013 12:51:35 +0000 (14:51 +0200)]
updated for version 7.3.948
Problem: Cannot build with Python 2.2
Solution: Make Python interface work with Python 2.2
Make 2.2 the first supported version. (ZyX)
Bram Moolenaar [Wed, 15 May 2013 12:39:52 +0000 (14:39 +0200)]
updated for version 7.3.947
Problem: Python: No iterator for vim.list and vim.bufferlist.
Solution: Add the iterators. Also fix name of FunctionType. Add tests for
vim.buffers. (ZyX)
Bram Moolenaar [Wed, 15 May 2013 12:22:41 +0000 (14:22 +0200)]
updated for version 7.3.946
Problem: Sometimes get stuck in waiting for cursor position report,
resulting in keys starting with <Esc>[ not working.
Solution: Only wait for more characters after <Esc>[ if followed by '?', '>'
or a digit.
Bram Moolenaar [Sun, 12 May 2013 12:11:17 +0000 (14:11 +0200)]
updated for version 7.3.936
Problem: Ruby 1.8: Missing piece for static linking on 64 bit systems.
Solution: Define ruby_init_stack() (Hiroshi Shirosaki)
Also fix preprocessor indents.
Bram Moolenaar [Sat, 11 May 2013 15:45:48 +0000 (17:45 +0200)]
updated for version 7.3.935
Problem: Init stack works differently on 64 bit systems.
Solution: Handle 64 bit systems and also static library. (Yukihiro
Nakadaira)
Bram Moolenaar [Sat, 11 May 2013 13:50:33 +0000 (15:50 +0200)]
updated for version 7.3.934
Problem: E381 and E380 make the user think nothing happened.
Solution: Display the message indicating what error list is now active.
(Christian Brabandt)
Bram Moolenaar [Mon, 6 May 2013 04:45:47 +0000 (06:45 +0200)]
updated for version 7.3.929
Problem: Compiler warning for unused variable. Not freeing unused string.
Solution: Remove the variable. Clear the options.
Bram Moolenaar [Mon, 6 May 2013 03:50:28 +0000 (05:50 +0200)]
updated for version 7.3.927
Problem: Missing combining characters when putting text in a register.
Solution: Include combining characters. (David Bürgin)
Bram Moolenaar [Mon, 6 May 2013 02:50:35 +0000 (04:50 +0200)]
updated for version 7.3.926
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 [Sat, 4 May 2013 01:42:34 +0000 (03:42 +0200)]
updated for version 7.3.921
Problem: Trying to create a fontset handle when 'guifontset' is not set.
Solution: Add curly braces around the code block. (Max Kirillov)
updated for version 7.3.918
Problem: Repeating an Ex command after using a Visual motion does not work.
Solution: Check for an Ex command being used. (David Bürgin)
updated for version 7.3.917
Problem: When a path ends in a backslash appending a comma has the wrong
effect.
Solution: Replace a trailing backslash with a slash. (Nazri Ramliy)
updated for version 7.3.916
Problem: Using freed memory when pasting with the mouse (Issue 130).
Solution: Get the byte value early. (hint by Dominique Pelle)
updated for version 7.3.915
Problem: When reading a file with encoding conversion fails at the end the
next encoding in 'fencs' is not used.
Solution: Retry with another encoding when possible. (Taro Muraoka)
updated for version 7.3.912
Problem: Typing a ":" command at the hit-enter dialog does not work if the
"file changed" dialog happens next.
Solution: Check for changed files before giving the hit-enter dialog.
updated for version 7.3.909
Problem: Duplicate Python code.
Solution: Move more items to if_py_both.h. (ZyX) Also avoid compiler
warnings for missing initializers.
updated for version 7.3.906
Problem: The "sleep .2" for running tests does not work on Solaris.
Solution: Fall back to using "sleep 1". (Laurent Blume)
updated for version 7.3.902
Problem: When deleting last buffer in other tab the tabline is not updated.
Solution: Set the redraw_tabline flag. (Yukihiro Nakadaira)
updated for version 7.3.893
Problem: Crash when using b:, w: or t: after closing the buffer, window or
tabpage.
Solution: Allocate the dictionary instead of having it part of the
buffer/window/tabpage struct. (Yukihiro Nakadaira)
updated for version 7.3.892
Problem: Still mering problems for viminfo history.
Solution: Do not merge lines when writing, don't write old viminfo lines.
updated for version 7.3.891
Problem: Merging viminfo history doesn't work well.
Solution: Don't stop when one type of history is empty. Don't merge history
when writing viminfo.