Bram Moolenaar
cb5ff34c1b
patch 8.1.1718: popup menu highlighting does not look good
...
Problem: Popup menu highlighting does not look good.
Solution: Highlight the whole window line. Fix that sign line HL is not
displayed in a window with a background color.
v8.1.1718
2019-07-20 16:51:19 +02:00
Bram Moolenaar
f914a33c9c
patch 8.1.1717: last char in menu popup window highlighted
...
Problem: Last char in menu popup window highlighted.
Solution: Do not highlight an extra character twice.
v8.1.1717
2019-07-20 15:09:56 +02:00
Bram Moolenaar
ab0a789808
patch 8.1.1716: old style comments are wasting space
...
Problem: Old style comments are wasting space
Solution: Use new style comments in option header file.
v8.1.1716
2019-07-19 23:15:12 +02:00
Bram Moolenaar
06e6377009
patch 8.1.1715: emoji characters are seen as word characters for spelling
...
Problem: Emoji characters are seen as word characters for spelling. (Gautam
Iyer)
Solution: Exclude class 3 from word characters.
v8.1.1715
2019-07-19 23:04:34 +02:00
Bram Moolenaar
85850f3a5e
Update runtime files
2019-07-19 22:05:51 +02:00
Bram Moolenaar
7964873afe
patch 8.1.1714: cannot preview a file in a popup window
...
Problem: Cannot preview a file in a popup window.
Solution: Add the 'previewpopup' option.
v8.1.1714
2019-07-18 21:43:07 +02:00
Bram Moolenaar
df9c6cad8c
patch 8.1.1713: highlighting cursor line only works with popup_menu()
...
Problem: Highlighting cursor line only works with popup_menu().
Solution: Add the "cursorline" property. (Naruhiko Nishino, closes #4671 )
v8.1.1713
2019-07-18 13:46:42 +02:00
Bram Moolenaar
d6bcff4577
patch 8.1.1712: signs in number column cause text to be misaligned
...
Problem: Signs in number column cause text to be misaligned.
Solution: Improve alignment. (Yasuhiro Matsumoto, closes #4694 )
v8.1.1712
2019-07-18 12:48:16 +02:00
Bram Moolenaar
acf7544cf6
patch 8.1.1711: listener callback called at the wrong moment
...
Problem: Listener callback called at the wrong moment
Solution: Invoke listeners before calling ml_delete_int(). (closes #4657 )
v8.1.1711
2019-07-17 22:55:35 +02:00
Bram Moolenaar
4a0a161a9b
patch 8.1.1710: Coverity found dead code
...
Problem: Coverity found dead code.
Solution: Remove merging of listener changes.
v8.1.1710
2019-07-17 22:00:19 +02:00
Bram Moolenaar
403d090e39
patch 8.1.1709: Coverity warns for possibly using a NULL pointer
...
Problem: Coverity warns for possibly using a NULL pointer.
Solution: Make sure no NULL pointer is used.
v8.1.1709
2019-07-17 21:37:32 +02:00
Bram Moolenaar
3fb4f4762b
patch 8.1.1708: Coverity warns for using uninitialized variable
...
Problem: Coverity warns for using uninitialized variable.
Solution: Set the start col when col is set.
v8.1.1708
2019-07-17 21:32:14 +02:00
Bram Moolenaar
cfdbc5adde
patch 8.1.1707: Coverity warns for possibly using a NULL pointer
...
Problem: Coverity warns for possibly using a NULL pointer.
Solution: Change the logic to make sure no NULL pointer is used.
v8.1.1707
2019-07-17 21:27:52 +02:00
Bram Moolenaar
99a764bccd
patch 8.1.1706: typo in #ifdef
...
Problem: Typo in #ifdef.
Solution: Change PROT to PROTO.
v8.1.1706
2019-07-17 20:01:48 +02:00
Bram Moolenaar
4c6d90458b
patch 8.1.1705: using ~{} for a literal dict is not nice
...
Problem: Using ~{} for a literal dict is not nice.
Solution: Use #{} instead.
v8.1.1705
2019-07-16 22:04:02 +02:00
Bram Moolenaar
69a5b86794
patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'
...
Problem: C-R C-W does not work after C-G when using 'incsearch'.
Solution: Put cursor at end of the match. (Yasuhiro Matsumoto, closes #4664 )
v8.1.1704
2019-07-16 21:38:51 +02:00
Bram Moolenaar
6138640806
patch 8.1.1703: breaking out of loop by checking window pointer insufficient
...
Problem: Breaking out of loop by checking window pointer is insufficient.
Solution: Check the window ID and the buffer number. (closes #4683 )
v8.1.1703
2019-07-16 21:19:55 +02:00
Bram Moolenaar
c7283078c3
patch 8.1.1702: compiler warning for uninitialized variable
...
Problem: Compiler warning for uninitialized variable.
Solution: Initialize it. (Christian Brabandt)
v8.1.1702
2019-07-16 20:12:44 +02:00
Bram Moolenaar
7ce2aa01c2
patch 8.1.1701: Appveyor build with MSVC fails puts progress bar in log
...
Problem: Appveyor build with MSVC fails puts progress bar in log.
Solution: Adjust the sed command. (Ken Takata)
v8.1.1701
2019-07-16 20:00:11 +02:00
Bram Moolenaar
250e3112c6
patch 8.1.1700: listener callback called for the wrong buffer
...
Problem: Listener callback called for the wrong buffer.
Solution: Invoke listeners before calling ml_append_int().
v8.1.1700
2019-07-15 23:02:14 +02:00
Bram Moolenaar
2ac6e82a4e
patch 8.1.1699: highlight_ga can be local instead of global
...
Problem: Highlight_ga can be local instead of global.
Solution: Move highlight_ga into highlight.c. (Yegappan Lakshmanan,
closes #4675 )
v8.1.1699
2019-07-15 22:40:22 +02:00
Bram Moolenaar
5d6844566a
patch 8.1.1698: Appveyor build with MSVC fails
...
Problem: Appveyor build with MSVC fails.
Solution: Remove the sed command
v8.1.1698
2019-07-15 22:03:40 +02:00
Bram Moolenaar
c9afd15bc8
patch 8.1.1697: cannot build with MSVC
...
Problem: Cannto build with MSVC.
Solution: Remove the backslashes after the @<< mechanism.
v8.1.1697
2019-07-15 21:15:05 +02:00
Bram Moolenaar
cea2a15687
patch 8.1.1696: MSVC: link command line is too long
...
Problem: MSVC: link command line is too long.
Solution: Use the @<< mechanism to pass the arguments via a file. (Christian
Brabandt)
v8.1.1696
2019-07-15 20:44:57 +02:00
Bram Moolenaar
f49a692259
patch 8.1.1695: Windows 10: crash when cursor is at bottom of terminal
...
Problem: Windows 10: crash when cursor is at bottom of terminal.
Solution: Position the cursor before resizing. (Yasuhiro Matsumoto,
closes #4679 )
v8.1.1695
2019-07-15 20:37:05 +02:00
Bram Moolenaar
41a8260445
patch 8.1.1694: the RUN_VIM variable is longer than needed
...
Problem: The RUN_VIM variable is longer than needed.
Solution: Shorten RUN_VIM. (Daniel Hahler, closes #4643 )
v8.1.1694
2019-07-14 21:54:26 +02:00
Bram Moolenaar
f9cc9f209e
patch 8.1.1693: syntax coloring and highlighting is in one big file
...
Problem: Syntax coloring and highlighting is in one big file.
Solution: Move the highlighting to a separate file. (Yegappan Lakshmanan,
closes #4674 )
v8.1.1693
2019-07-14 21:29:22 +02:00
Bram Moolenaar
b8be54dcc5
patch 8.1.1692: using *{} for literal dict is not backwards compatible
...
Problem: Using *{} for literal dict is not backwards compatible. (Yasuhiro
Matsumoto)
Solution: Use ~{} instead.
v8.1.1692
2019-07-14 18:22:59 +02:00
Bram Moolenaar
37d9f175a4
patch 8.1.1691: diff test fails on some systems
...
Problem: Diff test fails on some systems. (Elimar Riesebieter)
Solution: Add a term_wait() call.
v8.1.1691
2019-07-14 17:26:46 +02:00
Bram Moolenaar
0346413c24
patch 8.1.1690: default padding for popup window menu is too much
...
Problem: Default padding for popup window menu is too much.
Solution: Only add padding left and right.
v8.1.1690
2019-07-14 16:28:13 +02:00
Bram Moolenaar
660a10ad41
patch 8.1.1689: profiling code is spread out
...
Problem: Profiling code is spread out.
Solution: Move more profiling code to profiler.c. (Yegappan Lakshmanan,
closes #4668 )
v8.1.1689
2019-07-14 15:48:38 +02:00
Bram Moolenaar
1850b14c0d
patch 8.1.1688: old makefiles are no longer useful
...
Problem: Old makefiles are no longer useful.
Solution: Delete the makefiles, they most likely don't work anyway.
v8.1.1688
2019-07-14 15:09:59 +02:00
Bram Moolenaar
ecaa70ea29
patch 8.1.1687: the evalfunc.c file is too big
...
Problem: The evalfunc.c file is too big.
Solution: Move testing support to a separate file.
v8.1.1687
2019-07-14 14:55:39 +02:00
Bram Moolenaar
2898ebb44c
patch 8.1.1686: "*" of "*{" is recognized as multipy operator
...
Problem: "*" of "*{" is recognized as multipy operator. (Yasuhiro Matsumoto)
Solution: Check for the "{".
v8.1.1686
2019-07-14 13:41:34 +02:00
Bram Moolenaar
a099da3572
patch 8.1.1685: missing file in distributed file list
...
Problem: Missing file in distributed file list.
Solution: Add profiling.pro
v8.1.1685
2019-07-13 23:06:26 +02:00
Bram Moolenaar
396e829fa3
Update runtime files
2019-07-13 23:04:31 +02:00
Bram Moolenaar
fa55cfc69d
patch 8.1.1684: profiling functionality is spread out
...
Problem: Profiling functionality is spread out.
Solution: Put profiling functionality in profiling.c. (Yegappan Lakshmanan,
closes #4666 )
v8.1.1684
2019-07-13 22:59:32 +02:00
Bram Moolenaar
d5abb4c877
patch 8.1.1683: dictionary with string keys is longer than needed
...
Problem: Dictionary with string keys is longer than needed.
Solution: Use *{key: val} for literaly keys.
v8.1.1683
2019-07-13 22:46:10 +02:00
Bram Moolenaar
809ce4d317
patch 8.1.1682: placing a larger number of signs is slow
...
Problem: Placing a larger number of signs is slow.
Solution: Add functions for dealing with a list of signs. (Yegappan
Lakshmanan, closes #4636 )
v8.1.1682
2019-07-13 21:21:40 +02:00
Bram Moolenaar
0fb286e82d
patch 8.1.1681: insert stray "{" when listener gets buffer line
...
Problem: Insert stray "{" when listener gets buffer line. (Paul Jolly)
Solution: Flush the cached line after invoking listeners. (closes #4455 )
v8.1.1681
2019-07-13 20:14:45 +02:00
Bram Moolenaar
63d0dad874
patch 8.1.1680: the command table is not well aligned
...
Problem: The command table is not well aligned.
Solution: Adjust indent.
v8.1.1680
2019-07-13 18:17:23 +02:00
Bram Moolenaar
eaa49e40d7
patch 8.1.1679: test using SwapExists autocommand file may fail
...
Problem: Test using SwapExists autocommand file may fail.
Solution: Remove the SwapExists autocommand.
v8.1.1679
2019-07-13 18:08:59 +02:00
Bram Moolenaar
a901a37bae
patch 8.1.1678: using popup_menu() does not scroll to show the selected line
...
Problem: When using popup_menu() does not scroll to show the selected line.
Solution: Scroll the text. (Naruhiko Nishino, closes #4651 )
v8.1.1678
2019-07-13 16:38:50 +02:00
Bram Moolenaar
b073da8929
patch 8.1.1677: tests get stuck when running into an existing swapfile
...
Problem: Tests get stuck when running into an existing swapfile.
Solution: Set v:swapchoice to "q" and report an error. (Daniel Hahler,
closes #4644 )
v8.1.1677
2019-07-13 14:47:26 +02:00
Bram Moolenaar
017c269938
patch 8.1.1676: "maxwidth" of popup window does not always work properly
...
Problem: "maxwidth" of popup window does not always work properly.
Solution: Adjust the computation. (Naruhiko Nishino, closes #4653 )
v8.1.1676
2019-07-13 14:17:51 +02:00
Bram Moolenaar
7b73f914c4
patch 8.1.1675: listener list not correctly updated on listener_remove()
...
Problem: Listener list not correctly updated on listener_remove().
Solution: Only set "prev" when not removing a listener. Return one if the
listener was found and removed.
v8.1.1675
2019-07-13 13:03:02 +02:00
Bram Moolenaar
4e63f9425e
patch 8.1.1674: script to check a colorscheme can be improved
...
Problem: Script to check a colorscheme can be improved.
Solution: Match the whole group name. Don't warn for what is usually omitted.
v8.1.1674
2019-07-12 22:46:47 +02:00
Bram Moolenaar
b4f0628fc5
patch 8.1.1673: cannot easily find the popup window at a certain position
...
Problem: Cannot easily find the popup window at a certain position.
Solution: Add popup_locate().
v8.1.1673
2019-07-12 21:07:54 +02:00
Bram Moolenaar
d94ac0caca
patch 8.1.1672: "make cmdidxs" doesn't work
...
Problem: "make cmdidxs" doesn't work.
Solution: Update macro names. (Naruhiko Nishino, closes #4660 )
v8.1.1672
2019-07-12 20:24:59 +02:00
Bram Moolenaar
b7b9efbccf
patch 8.1.1671: copying a blob may result in it being locked
...
Problem: Copying a blob may result in it being locked.
Solution: Reset v_lock. (Ken Takata, closes #4648 )
v8.1.1671
2019-07-12 20:17:03 +02:00