summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar2019-07-2119-1452/+1481
| | | | | Problem: Code for viminfo support is spread out. Solution: Move to code to viminfo.c. (Yegappan Lakshmanan, closes #4686)
* patch 8.1.1726: the eval.txt help file is too bigv8.1.1726Bram Moolenaar2019-07-219-1267/+1357
| | | | | | Problem: The eval.txt help file is too big. Solution: Split off testing support to testing.txt. Move function details to where the functionality is explained.
* patch 8.1.1725: MS-Windows: E325 message may use incorrect date formatv8.1.1725Bram Moolenaar2019-07-212-1/+20
| | | | | | Problem: MS-Windows: E325 message may use incorrect date format. Solution: Convert strftime() result to 'encoding'. Also make the message translatable. (Ken Takata, closes #4685, closes #4681)
* patch 8.1.1724: too much overhead checking for CTRL-C while processing textv8.1.1724Bram Moolenaar2019-07-214-10/+8
| | | | | | Problem: Too much overhead checking for CTRL-C while processing text. Solution: Increase BREAKCHECK_SKIP. Remove the difference for when built with the GUI. (suggested by Andy Massimino, closes #4708)
* patch 8.1.1723: heredoc assignment has no room for new featuresv8.1.1723Bram Moolenaar2019-07-214-15/+39
| | | | | | Problem: Heredoc assignment has no room for new features. (FUJIWARA Takuya) Solution: Require the marker does not start with a lower case character. (closes #4705)
* patch 8.1.1722: error when scriptversion is 2 a making a dictionary accessv8.1.1722Bram Moolenaar2019-07-203-6/+20
| | | | | | Problem: Error when scriptversion is 2 a making a dictionary access. Solution: Parse the subscript even when not evaluating the sub-expression. (closes #4704)
* patch 8.1.1721: build failure with normal features without netbeans interfacev8.1.1721Bram Moolenaar2019-07-202-1/+3
| | | | | Problem: Build failure with normal features without netbeans interface. Solution: Enable signs when using the text properties feature.
* patch 8.1.1720: crash with very long %[] patternv8.1.1720Bram Moolenaar2019-07-203-0/+17
| | | | | Problem: Crash with very long %[] pattern. (Reza Mirzazade farkhani) Solution: Check for reg_toolong. (closes #4703)
* patch 8.1.1719: popup too wide when 'showbreak' is setv8.1.1719Bram Moolenaar2019-07-204-3/+43
| | | | | Problem: Popup too wide when 'showbreak' is set. Solution: Set window width when computing line length. (closes #4701)
* patch 8.1.1718: popup menu highlighting does not look goodv8.1.1718Bram Moolenaar2019-07-2014-27/+75
| | | | | | 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.
* patch 8.1.1717: last char in menu popup window highlightedv8.1.1717Bram Moolenaar2019-07-204-5/+84
| | | | | Problem: Last char in menu popup window highlighted. Solution: Do not highlight an extra character twice.
* patch 8.1.1716: old style comments are wasting spacev8.1.1716Bram Moolenaar2019-07-192-470/+472
| | | | | Problem: Old style comments are wasting space Solution: Use new style comments in option header file.
* patch 8.1.1715: emoji characters are seen as word characters for spellingv8.1.1715Bram Moolenaar2019-07-192-1/+3
| | | | | | Problem: Emoji characters are seen as word characters for spelling. (Gautam Iyer) Solution: Exclude class 3 from word characters.
* Update runtime filesBram Moolenaar2019-07-1923-1287/+1797
|
* patch 8.1.1714: cannot preview a file in a popup windowv8.1.1714Bram Moolenaar2019-07-1812-67/+320
| | | | | Problem: Cannot preview a file in a popup window. Solution: Add the 'previewpopup' option.
* patch 8.1.1713: highlighting cursor line only works with popup_menu()v8.1.1713Bram Moolenaar2019-07-1815-29/+339
| | | | | Problem: Highlighting cursor line only works with popup_menu(). Solution: Add the "cursorline" property. (Naruhiko Nishino, closes #4671)
* patch 8.1.1712: signs in number column cause text to be misalignedv8.1.1712Bram Moolenaar2019-07-183-2/+16
| | | | | Problem: Signs in number column cause text to be misaligned. Solution: Improve alignment. (Yasuhiro Matsumoto, closes #4694)
* patch 8.1.1711: listener callback called at the wrong momentv8.1.1711Bram Moolenaar2019-07-172-8/+11
| | | | | Problem: Listener callback called at the wrong moment Solution: Invoke listeners before calling ml_delete_int(). (closes #4657)
* patch 8.1.1710: Coverity found dead codev8.1.1710Bram Moolenaar2019-07-172-43/+12
| | | | | Problem: Coverity found dead code. Solution: Remove merging of listener changes.
* patch 8.1.1709: Coverity warns for possibly using a NULL pointerv8.1.1709Bram Moolenaar2019-07-173-10/+13
| | | | | Problem: Coverity warns for possibly using a NULL pointer. Solution: Make sure no NULL pointer is used.
* patch 8.1.1708: Coverity warns for using uninitialized variablev8.1.1708Bram Moolenaar2019-07-172-0/+4
| | | | | Problem: Coverity warns for using uninitialized variable. Solution: Set the start col when col is set.
* patch 8.1.1707: Coverity warns for possibly using a NULL pointerv8.1.1707Bram Moolenaar2019-07-173-4/+9
| | | | | Problem: Coverity warns for possibly using a NULL pointer. Solution: Change the logic to make sure no NULL pointer is used.
* patch 8.1.1706: typo in #ifdefv8.1.1706Bram Moolenaar2019-07-172-1/+3
| | | | | Problem: Typo in #ifdef. Solution: Change PROT to PROTO.
* patch 8.1.1705: using ~{} for a literal dict is not nicev8.1.1705Bram Moolenaar2019-07-166-181/+182
| | | | | Problem: Using ~{} for a literal dict is not nice. Solution: Use #{} instead.
* patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'v8.1.1704Bram Moolenaar2019-07-163-3/+10
| | | | | 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)
* patch 8.1.1703: breaking out of loop by checking window pointer insufficientv8.1.1703Bram Moolenaar2019-07-162-4/+7
| | | | | Problem: Breaking out of loop by checking window pointer is insufficient. Solution: Check the window ID and the buffer number. (closes #4683)
* patch 8.1.1702: compiler warning for uninitialized variablev8.1.1702Bram Moolenaar2019-07-162-1/+3
| | | | | Problem: Compiler warning for uninitialized variable. Solution: Initialize it. (Christian Brabandt)
* patch 8.1.1701: Appveyor build with MSVC fails puts progress bar in logv8.1.1701Bram Moolenaar2019-07-162-6/+9
| | | | | Problem: Appveyor build with MSVC fails puts progress bar in log. Solution: Adjust the sed command. (Ken Takata)
* patch 8.1.1700: listener callback called for the wrong bufferv8.1.1700Bram Moolenaar2019-07-152-59/+75
| | | | | Problem: Listener callback called for the wrong buffer. Solution: Invoke listeners before calling ml_append_int().
* patch 8.1.1699: highlight_ga can be local instead of globalv8.1.1699Bram Moolenaar2019-07-156-70/+102
| | | | | | Problem: Highlight_ga can be local instead of global. Solution: Move highlight_ga into highlight.c. (Yegappan Lakshmanan, closes #4675)
* patch 8.1.1698: Appveyor build with MSVC failsv8.1.1698Bram Moolenaar2019-07-152-5/+8
| | | | | Problem: Appveyor build with MSVC fails. Solution: Remove the sed command
* patch 8.1.1697: cannot build with MSVCv8.1.1697Bram Moolenaar2019-07-152-6/+8
| | | | | Problem: Cannto build with MSVC. Solution: Remove the backslashes after the @<< mechanism.
* patch 8.1.1696: MSVC: link command line is too longv8.1.1696Bram Moolenaar2019-07-152-8/+17
| | | | | | Problem: MSVC: link command line is too long. Solution: Use the @<< mechanism to pass the arguments via a file. (Christian Brabandt)
* patch 8.1.1695: Windows 10: crash when cursor is at bottom of terminalv8.1.1695Bram Moolenaar2019-07-152-0/+8
| | | | | | Problem: Windows 10: crash when cursor is at bottom of terminal. Solution: Position the cursor before resizing. (Yasuhiro Matsumoto, closes #4679)
* patch 8.1.1694: the RUN_VIM variable is longer than neededv8.1.1694Bram Moolenaar2019-07-143-3/+5
| | | | | Problem: The RUN_VIM variable is longer than needed. Solution: Shorten RUN_VIM. (Daniel Hahler, closes #4643)
* patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693Bram Moolenaar2019-07-1415-3691/+3721
| | | | | | Problem: Syntax coloring and highlighting is in one big file. Solution: Move the highlighting to a separate file. (Yegappan Lakshmanan, closes #4674)
* patch 8.1.1692: using *{} for literal dict is not backwards compatiblev8.1.1692Bram Moolenaar2019-07-1414-188/+201
| | | | | | Problem: Using *{} for literal dict is not backwards compatible. (Yasuhiro Matsumoto) Solution: Use ~{} instead.
* patch 8.1.1691: diff test fails on some systemsv8.1.1691Bram Moolenaar2019-07-142-0/+3
| | | | | Problem: Diff test fails on some systems. (Elimar Riesebieter) Solution: Add a term_wait() call.
* patch 8.1.1690: default padding for popup window menu is too muchv8.1.1690Bram Moolenaar2019-07-1412-43/+45
| | | | | Problem: Default padding for popup window menu is too much. Solution: Only add padding left and right.
* patch 8.1.1689: profiling code is spread outv8.1.1689Bram Moolenaar2019-07-148-395/+393
| | | | | | Problem: Profiling code is spread out. Solution: Move more profiling code to profiler.c. (Yegappan Lakshmanan, closes #4668)
* patch 8.1.1688: old makefiles are no longer usefulv8.1.1688Bram Moolenaar2019-07-145-1241/+2
| | | | | Problem: Old makefiles are no longer useful. Solution: Delete the makefiles, they most likely don't work anyway.
* patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687Bram Moolenaar2019-07-1414-1005/+1026
| | | | | Problem: The evalfunc.c file is too big. Solution: Move testing support to a separate file.
* patch 8.1.1686: "*" of "*{" is recognized as multipy operatorv8.1.1686Bram Moolenaar2019-07-143-1/+4
| | | | | Problem: "*" of "*{" is recognized as multipy operator. (Yasuhiro Matsumoto) Solution: Check for the "{".
* patch 8.1.1685: missing file in distributed file listv8.1.1685Bram Moolenaar2019-07-132-0/+3
| | | | | Problem: Missing file in distributed file list. Solution: Add profiling.pro
* Update runtime filesBram Moolenaar2019-07-1315-164/+204
|
* patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar2019-07-1320-755/+832
| | | | | | Problem: Profiling functionality is spread out. Solution: Put profiling functionality in profiling.c. (Yegappan Lakshmanan, closes #4666)
* patch 8.1.1683: dictionary with string keys is longer than neededv8.1.1683Bram Moolenaar2019-07-1315-344/+396
| | | | | Problem: Dictionary with string keys is longer than needed. Solution: Use *{key: val} for literaly keys.
* patch 8.1.1682: placing a larger number of signs is slowv8.1.1682Bram Moolenaar2019-07-137-128/+605
| | | | | | Problem: Placing a larger number of signs is slow. Solution: Add functions for dealing with a list of signs. (Yegappan Lakshmanan, closes #4636)
* patch 8.1.1681: insert stray "{" when listener gets buffer linev8.1.1681Bram Moolenaar2019-07-133-1/+31
| | | | | Problem: Insert stray "{" when listener gets buffer line. (Paul Jolly) Solution: Flush the cached line after invoking listeners. (closes #4455)
* patch 8.1.1680: the command table is not well alignedv8.1.1680Bram Moolenaar2019-07-132-1415/+1417
| | | | | Problem: The command table is not well aligned. Solution: Adjust indent.