Bram Moolenaar
54f018cd59
patch 7.4.868
...
Problem: 'smarttab' is also effective when 'paste' is enabled. (Alexander
Monakov)
Solution: Disable 'smarttab' when 'paste' is set. (Christian Brabandt)
Do the same for 'expandtab'.
v7.4.868
2015-09-15 17:30:40 +02:00
Bram Moolenaar
9534680731
patch 7.4.867
...
Problem: Can't build on MS-Windows. (Taro Muraoka)
Solution: Adjust #ifdef.
v7.4.867
2015-09-15 15:57:29 +02:00
Bram Moolenaar
93c88e0f6a
patch 7.4.866
...
Problem: Crash when changing the 'tags' option from a remote command.
(Benjamin Fritz)
Solution: Instead of executing messages immediately, use a queue, like for
netbeans. (James Kolb)
v7.4.866
2015-09-15 14:12:05 +02:00
Bram Moolenaar
ed84b76021
patch 7.4.865
...
Problem: Compiler warning for uninitialized variable.
Solution: Initialize.
v7.4.865
2015-09-09 22:35:29 +02:00
Bram Moolenaar
e906c50207
patch 7.4.864
...
Problem: Tiny build fails.
Solution: Put qf_ items inside #ifdef.
v7.4.864
2015-09-09 21:10:39 +02:00
Bram Moolenaar
43335ea394
patch 7.4.863
...
Problem: plines_nofill() used without the diff feature.
Solution: Define PLINES_NOFILL().
v7.4.863
2015-09-09 20:59:37 +02:00
Bram Moolenaar
5325b9bbae
patch 7.4.862
...
Problem: Still problems with pango_shape_full() not available.
Solution: Change AC_TRY_COMPILE to AC_TRY_LINK.
v7.4.862
2015-09-09 20:27:02 +02:00
Bram Moolenaar
12969c04fe
Update documentation and syntax files.
2015-09-08 23:36:10 +02:00
Bram Moolenaar
3cbe0c01ad
patch 7.4.861
...
Problem: pango_shape_full() is not always available.
Solution: Add a configure check.
v7.4.861
2015-09-08 20:00:22 +02:00
Bram Moolenaar
a122b5e98a
patch 7.4.860
...
Problem: Filetype detection is outdated.
Solution: Include all recent and not-so-recent changes.
v7.4.860
2015-09-08 19:13:51 +02:00
Bram Moolenaar
d8986fd914
patch 7.4.859
...
Problem: Vim doesn't recognize all htmldjango files.
Solution: Recognize a comment. (Daniel Hahler, PR #410 )
v7.4.859
2015-09-08 19:10:55 +02:00
Bram Moolenaar
aa23b37942
patch 7.4.858
...
Problem: It's a bit clumsy to execute a command on a list of matches.
Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan
Lakshmanan)
v7.4.858
2015-09-08 18:46:31 +02:00
Bram Moolenaar
4a4b821085
patch 7.4.857
...
Problem: Dragging the current tab with the mouse doesn't work properly.
Solution: Take the current tabpage index into account. (Hirohito Higashi)
v7.4.857
2015-09-08 17:50:41 +02:00
Bram Moolenaar
a09a2c5857
patch 7.4.856
...
Problem: "zt" still doesn't work well with filler lines. (Gary Johnson)
Solution: Check for filler lines above the cursor. (Christian Brabandt)
v7.4.856
2015-09-08 17:31:59 +02:00
Bram Moolenaar
7e2ec008f5
patch 7.4.855
...
Problem: GTK: font glitches for combining characters
Solution: Use pango_shape_full() instead of pango_shape(). (luchr, PR #393 )
v7.4.855
2015-09-08 16:31:06 +02:00
Bram Moolenaar
b58988b832
patch 7.4.854
...
Problem: Missing information about runtime files.
Solution: Add section about runtime files. (Christian Brabandt)
v7.4.854
2015-09-01 21:25:44 +02:00
Bram Moolenaar
cf619daa8e
patch 7.4.853
...
Problem: "zt" in diff mode does not always work properly. (Gary Johnson)
Solution: Don't count filler lines twice. (Christian Brabandt)
v7.4.853
2015-09-01 20:53:24 +02:00
Bram Moolenaar
ac360bf2ca
patch 7.4.852
...
Problem: On MS-Windows console Vim uses ANSI APIs for keyboard input and
console output, it cannot input/output Unicode characters.
Solution: Use Unicode APIs for console I/O. (Ken Takata, Yasuhiro Matsumoto)
v7.4.852
2015-09-01 20:31:20 +02:00
Bram Moolenaar
615942452e
patch 7.4.851
...
Problem: Saving and restoring the console buffer does not work properly.
Solution: Instead of ReadConsoleOutputA/WriteConsoleOutputA use
CreateConsoleScreenBuffer and SetConsoleActiveScreenBuffer.
(Ken Takata)
v7.4.851
2015-09-01 20:23:37 +02:00
Bram Moolenaar
544780248b
patch 7.4.850
...
Problem: <Esc> does not show up.
Solution: Use > and <. (Kazunobu Kuriyama)
v7.4.850
2015-09-01 19:50:09 +02:00
Bram Moolenaar
8b5f65a527
patch 7.4.849
...
Problem: Moving the cursor in Insert mode starts new undo sequence.
Solution: Add CTRL-G U to keep the undo sequence for the following cursor
movement command. (Christian Brabandt)
v7.4.849
2015-09-01 19:26:12 +02:00
Bram Moolenaar
5adfea1ac6
patch 7.4.848
...
Problem: CTRL-A on hex number in Visual block mode is incorrect.
Solution: Account for the "0x". (Hirohito Higashi)
v7.4.848
2015-09-01 18:51:39 +02:00
Bram Moolenaar
8667d66ca9
patch 7.4.847
...
Problem: "vi)d" may leave a character behind.
Solution: Skip over multi-byte character. (Christian Brabandt)
v7.4.847
2015-09-01 18:27:49 +02:00
Bram Moolenaar
6017f3799d
patch 7.4.846
...
Problem: Some GitHub users don't know how to use issues.
Solution: Add a file that explains the basics of contributing.
v7.4.846
2015-09-01 17:50:48 +02:00
Bram Moolenaar
5df1ed2de3
patch 7.4.845
...
Problem: Compiler warning for possible loss of data.
Solution: Add a type cast. (Erich Ritz)
v7.4.845
2015-09-01 16:25:34 +02:00
Bram Moolenaar
37a8de17d4
patch 7.4.844
...
Problem: When '#' is in 'isident' the is# comparator doesn't work.
Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
v7.4.844
2015-09-01 16:05:00 +02:00
Bram Moolenaar
d43f0951bc
patch 7.4.843
...
Problem: Still possible to go beyond the end of a string.
Solution: Check for NUL also in second string. (Dominique Pelle)
v7.4.843
2015-08-27 22:30:47 +02:00
Bram Moolenaar
cdf0442d00
patch 7.4.842
...
Problem: Sending too many messages to close the balloon.
Solution: Only send a WM_CLOSE message. (Jurgen Kramer)
v7.4.842
2015-08-27 22:25:10 +02:00
Bram Moolenaar
5ea87a0496
patch 7.4.841
...
Problem: Can't compile without the multi-byte feature. (John Marriott)
Solution: Add more #ifdef's.
v7.4.841
2015-08-26 23:24:09 +02:00
Bram Moolenaar
8e5f5b47c2
patch 7.4.840
...
Problem: Tooltip window stays open.
Solution: Send a WM_CLOSE message. (Jurgen Kramer)
v7.4.840
2015-08-26 23:12:38 +02:00
Bram Moolenaar
6ed535dbc0
patch 7.4.839
...
Problem: Compiler warning on 64-bit system.
Solution: Add cast to int. (Mike Williams)
v7.4.839
2015-08-26 23:01:21 +02:00
Bram Moolenaar
8060687905
patch 7.4.838
...
Problem: Can't compile without the crypt feature. (John Marriott)
Solution: Add #ifdef.
v7.4.838
2015-08-25 21:27:35 +02:00
Bram Moolenaar
88774fdd23
Updated runtime files and Italian messages.
2015-08-25 19:52:04 +02:00
Bram Moolenaar
80ce282107
patch 7.4.837
...
Problem: Compiler warning with MSVC compiler when using +sniff.
Solution: Use Sleep() instead of _sleep(). (Tux)
v7.4.837
2015-08-25 19:49:50 +02:00
Bram Moolenaar
0a38dd29d6
patch 7.4.836
...
Problem: Accessing unitinialized memory.
Solution: Add missing calls to init_tv(). (Dominique Pelle)
v7.4.836
2015-08-25 16:49:01 +02:00
Bram Moolenaar
f6470c288c
patch 7.4.835
...
Problem: Comparing utf-8 sequences does not handle different byte sizes
correctly.
Solution: Get the byte size of each character. (Dominique Pelle)
v7.4.835
2015-08-25 16:31:40 +02:00
Bram Moolenaar
7e47d1ac6a
patch 7.4.834
...
Problem: gettabvar() doesn't work after Vim start. (Szymon Wrozynski)
Solution: Handle first window in tab still being NULL. (Christian Brabandt)
v7.4.834
2015-08-25 16:19:05 +02:00
Bram Moolenaar
e68c25c677
patch 7.4.833
...
Problem: More side effects of ":set all&" are missing. (Björn Linse)
Solution: Call didset_options() and add didset_options2() to collect more
side effects to take care of. Still not everything...
v7.4.833
2015-08-25 15:39:55 +02:00
Bram Moolenaar
be83b73ddb
patch 7.4.832
...
Problem: $HOME in is expanded too early.
Solution: Skip over when expanding environment names.
v7.4.832
2015-08-25 14:21:19 +02:00
Bram Moolenaar
3f188935ec
patch 7.4.831
...
Problem: When expanding on the command line and encountering an
error, the command is executed anyway.
Solution: Bail out when an error is detected.
v7.4.831
2015-08-25 13:57:04 +02:00
Bram Moolenaar
b341dda575
patch 7.4.830
...
Problem: Resetting 'encoding' when doing ":set all&" causes problems.
(Bjorn Linse) Display is not updated.
Solution: Do not reset 'encoding'. Do a full redraw.
v7.4.830
2015-08-25 12:56:31 +02:00
Bram Moolenaar
7fb7d34caf
patch 7.4.829
...
Problem: Crash when clicking in beval balloon. (Travis Lebsock)
Solution: Use PostMessage() instead of DestroyWindow(). (Raymond Ko, PR 298)
v7.4.829
2015-08-25 12:21:32 +02:00
Bram Moolenaar
670acbc70f
patch 7.4.828
...
Problem: Crash when using "syn keyword x c". (Dominique Pelle)
Solution: Initialize the keyword tabble. (Raymond Ko, PR 397)
v7.4.828
2015-08-25 11:58:36 +02:00
Bram Moolenaar
8cba8ba3e0
patch 7.4.827
...
Problem: Not all test targets are in the Makefile.
Solution: Add the missing targets.
v7.4.827
2015-08-18 13:48:54 +02:00
Bram Moolenaar
3cfd5289ca
patch 7.4.826
...
Problem: Compiler warnings and errors.
Solution: Make it build properly without the multi-byte feature.
v7.4.826
2015-08-13 23:28:43 +02:00
Bram Moolenaar
1560d07045
patch 7.4.825
...
Problem: Invalid memory access for ":syn keyword x a[".
Solution: Do not skip over the NUL. (Dominique Pelle)
v7.4.825
2015-08-13 22:53:29 +02:00
Bram Moolenaar
8e8b486727
patch 7.4.824
...
Problem: Can't compile without the multi-byte feature. (John Marriott)
Solution: Add #ifdef.
v7.4.824
2015-08-12 22:56:58 +02:00
Bram Moolenaar
fc39ecf8de
Update runtime files.
2015-08-11 20:34:49 +02:00
Bram Moolenaar
25c2f6783a
patch 7.4.823
...
Problem: Cursor moves after CTRL-A on alphabetic character.
Solution: (Hirohito Higashi, test by Christian Brabandt)
v7.4.823
2015-08-11 19:36:42 +02:00
Bram Moolenaar
cde8854730
patch 7.4.822
...
Problem: More problems reported by coverity.
Solution: Avoid the warnings. (Christian Brabandt)
v7.4.822
2015-08-11 19:14:00 +02:00