Bram Moolenaar
ca9952ddab
Added tag v7-3-788 for changeset 386fc822dd00
2013-01-30 12:50:57 +01:00
Bram Moolenaar
20d8455316
updated for version 7.3.788
...
Problem: When only using patches build fails on missing nl.po.
Solution: Create an empty nl.po file.
2013-01-30 12:50:56 +01:00
Bram Moolenaar
4004ae6294
Added tag v7-3-787 for changeset e1b98967a985
2013-01-30 12:31:36 +01:00
Bram Moolenaar
deeef3d585
updated for version 7.3.787
...
Problem: With 'relativenumber' set it is not possible to see the absolute
line number.
Solution: For the cursor line show the absolute line number instead of a
zero. (Nazri Ramliy)
2013-01-30 12:31:36 +01:00
Bram Moolenaar
a32bd2da49
Added tag v7-3-786 for changeset 8b3e88bab702
2013-01-30 11:44:39 +01:00
Bram Moolenaar
6a2385a9a8
updated for version 7.3.786
...
Problem: Python threads don't run in the background (issue 103).
Solution: Move the statements to manipulate thread state.
2013-01-30 11:44:39 +01:00
Bram Moolenaar
87cb972ce7
Added tag v7-3-785 for changeset be4baed0c933
2013-01-25 20:11:01 +01:00
Bram Moolenaar
2efe329448
updated for version 7.3.785
...
Problem: Crash with specific use of search pattern.
Solution: Initialize reg_buf to curbuf.
2013-01-25 20:11:01 +01:00
Bram Moolenaar
a8580c8452
Added tag v7-3-784 for changeset fbadf0f69877
2013-01-25 19:28:39 +01:00
Bram Moolenaar
21f1324bfd
updated for version 7.3.784
...
Problem: Error when 'guifontwide' has a comma.
Solution: Use gui.wide_font. (Taro Muraoka)
2013-01-25 19:28:38 +01:00
Bram Moolenaar
ec8c43fb02
Added tag v7-3-783 for changeset a80af62d5e3b
2013-01-24 21:00:20 +01:00
Bram Moolenaar
e308de9a67
updated for version 7.3.783
...
Problem: Crash when mark is not set. (Dominique Pelle)
Solution: Check for NULL.
2013-01-24 21:00:20 +01:00
Bram Moolenaar
d559d0d78e
Added tag v7-3-782 for changeset 0de969850c06
2013-01-23 18:37:40 +01:00
Bram Moolenaar
572f3c33d7
updated for version 7.3.782
...
Problem: Windows: IME composition may use a wrong font.
Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
2013-01-23 18:37:40 +01:00
Bram Moolenaar
b0d80fe8b9
Added tag v7-3-781 for changeset 29f29e86602e
2013-01-23 17:43:57 +01:00
Bram Moolenaar
59dddfd575
updated for version 7.3.781
...
Problem: Drawing with 'guifontwide' can be slow.
Solution: Draw multiple characters at a time. (Taro Muraoka)
2013-01-23 17:43:57 +01:00
Bram Moolenaar
8f1f6e6a9c
Added tag v7-3-780 for changeset 42edc5dac33c
2013-01-23 17:17:11 +01:00
Bram Moolenaar
0671f6e65f
updated for version 7.3.780
...
Problem: char2nr() and nr2char() always use 'encoding'.
Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto)
2013-01-23 17:17:10 +01:00
Bram Moolenaar
3213ddefe4
Added tag v7-3-779 for changeset 2067ed78d37c
2013-01-23 16:43:12 +01:00
Bram Moolenaar
c952d0a057
updated for version 7.3.779
...
Problem: Backwards search lands in wrong place when started on a multibyte
character.
Solution: Do not set extra_col for a backwards search. (Sung Pae)
2013-01-23 16:43:11 +01:00
Bram Moolenaar
dafcca32c2
Added tag v7-3-778 for changeset 562bbee33aa4
2013-01-23 16:19:23 +01:00
Bram Moolenaar
388e524cd5
updated for version 7.3.778
...
Problem: Compiler error for adding up two pointers. (Titov Anatoly)
Solution: Add a type cast. (Ken Takata)
2013-01-23 16:19:23 +01:00
Bram Moolenaar
5ddcc3f536
Added tag v7-3-777 for changeset 9a1a4c486e6b
2013-01-23 16:00:11 +01:00
Bram Moolenaar
0d05435260
updated for version 7.3.777
...
Problem: When building with Gnome locale gets reset.
Solution: Set locale after gnome_program_init(). (Christian Brabandt)
2013-01-23 16:00:11 +01:00
Bram Moolenaar
10e9a1d637
Added tag v7-3-776 for changeset 80b041b994d1
2013-01-23 15:53:15 +01:00
Bram Moolenaar
f9dc7b634d
updated for version 7.3.776
...
Problem: ml_get error when searching, caused by curwin not matching curbuf.
Solution: Avoid changing curbuf. (Lech Lorens)
2013-01-23 15:53:15 +01:00
Bram Moolenaar
1cb70ac1a1
Added tag v7-3-775 for changeset a6e60677aea7
2013-01-23 13:55:20 +01:00
Bram Moolenaar
23aaa738dc
updated for version 7.3.775
...
Problem: Cygwin and Mingw builds miss dependency on gui_w48.c.
Solution: Add a build rule. (Ken Takata)
2013-01-23 13:55:20 +01:00
Bram Moolenaar
eba8960e02
Added tag v7-3-774 for changeset a8f5876e4981
2013-01-23 13:41:01 +01:00
Bram Moolenaar
683d1f4b22
updated for version 7.3.774
...
Problem: Tiny GUI version misses console dialog feature.
Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt)
2013-01-23 13:41:00 +01:00
Bram Moolenaar
4340ee59ed
Added tag v7-3-773 for changeset 3db9aee957f7
2013-01-19 14:02:02 +01:00
Bram Moolenaar
a6c48ea21e
updated for version 7.3.773
...
Problem: Crash when OriginalFirstThunk is zero.
Solution: Skip items with OriginalFirstThunk not set. (Ken Takata)
2013-01-19 14:02:02 +01:00
Bram Moolenaar
a5da631415
Added tag v7-3-772 for changeset d828cab6964f
2013-01-17 18:34:06 +01:00
Bram Moolenaar
1f03de180f
updated for version 7.3.772
...
Problem: Cursor is at the wrong location and below the end of the file
after doing substitutions with confirm flag: %s/x/y/c
(Dominique Pelle)
Solution: Update the cursor position. (Christian Brabandt & Dominique)
2013-01-17 18:34:05 +01:00
Bram Moolenaar
fc2babb778
Added tag v7-3-771 for changeset 3bd2c055319e
2013-01-17 17:37:36 +01:00
Bram Moolenaar
011573ae0f
updated for version 7.3.771
...
Problem: Uninitialized variable. (Yasuhiro Matsumoto)
Solution: Set x2 to -1.
2013-01-17 17:37:35 +01:00
Bram Moolenaar
d74f47eb47
Added tag v7-3-770 for changeset da7a7ba36ed2
2013-01-17 17:17:26 +01:00
Bram Moolenaar
dd96c62a3c
updated for version 7.3.770
...
Problem: Vim.h indentation is inconsistent.
Solution: Adjust the indentation. (Elias Diem)
2013-01-17 17:17:26 +01:00
Bram Moolenaar
0c9cc67a1e
Added tag v7-3-769 for changeset d179a8eff9d7
2013-01-17 17:02:05 +01:00
Bram Moolenaar
df657a5981
updated for version 7.3.769
...
Problem: 'matchpairs' does not work with multi-byte characters.
Solution: Make it work. (Christian Brabandt)
2013-01-17 17:02:05 +01:00
Bram Moolenaar
91612b29e8
Added tag v7-3-768 for changeset 9ea81cd9b1f5
2013-01-17 15:37:02 +01:00
Bram Moolenaar
8859eff23c
updated for version 7.3.768
...
Problem: settabvar() and setwinvar() may move the cursor.
Solution: Save and restore the cursor position when appropriate. (idea by
Yasuhiro Matsumoto)
2013-01-17 15:37:01 +01:00
Bram Moolenaar
6cff24a93b
Added tag v7-3-767 for changeset be1cffa1e477
2013-01-17 14:39:47 +01:00
Bram Moolenaar
2362324054
updated for version 7.3.767
...
Problem: (Win32) The _errno used for iconv may be the wrong one.
Solution: Use the _errno from iconv.dll. (Ken Takata)
2013-01-17 14:39:47 +01:00
Bram Moolenaar
1847abb632
Added tag v7-3-766 for changeset b5103b7d9e12
2013-01-17 14:09:45 +01:00
Bram Moolenaar
46a31a8426
updated for version 7.3.766
...
Problem: ":help cpo-*" jumps to the wrong place.
Solution: Make it equivalent to ":help cpo-star".
2013-01-17 14:09:44 +01:00
Bram Moolenaar
f16c569f3e
Added tag v7-3-765 for changeset 915fb3d2dd8f
2013-01-17 14:00:12 +01:00
Bram Moolenaar
d3e90154ef
updated for version 7.3.765
...
Problem: Segfault when doing "cclose" on BufUnload in a python function.
(Sean Reifschneider)
Solution: Skip window with NULL buffer. (Christian Brabandt)
2013-01-17 14:00:11 +01:00
Bram Moolenaar
2ae88542d2
Added tag v7-3-764 for changeset b29e55d0ef01
2013-01-17 13:37:32 +01:00
Bram Moolenaar
10202c8f7b
updated for version 7.3.764
...
Problem: Not all message translation files are installed.
Solution: Also install the converted files.
2013-01-17 13:37:32 +01:00