]> granicus.if.org Git - vim/log
vim
6 years agopatch 8.1.0824: SunOS/Solaris has a problem with ttys v8.1.0824
Bram Moolenaar [Sat, 26 Jan 2019 14:12:55 +0000 (15:12 +0100)]
patch 8.1.0824: SunOS/Solaris has a problem with ttys

Problem:    SunOS/Solaris has a problem with ttys.
Solution:   Add mch_isatty() with extra handling for SunOS. (Ozaki Kiichi,
            closes #3865)

6 years agopatch 8.1.0823: not sufficient testing of xxd v8.1.0823
Bram Moolenaar [Sat, 26 Jan 2019 13:11:19 +0000 (14:11 +0100)]
patch 8.1.0823: not sufficient testing of xxd

Problem:    Not sufficient testing of xxd.
Solution:   Add some more test coverage.

6 years agopatch 8.1.0822: peeking and flushing output slows down execution v8.1.0822
Bram Moolenaar [Fri, 25 Jan 2019 21:29:57 +0000 (22:29 +0100)]
patch 8.1.0822: peeking and flushing output slows down execution

Problem:    Peeking and flushing output slows down execution.
Solution:   Do not update the mode message when global_busy is set.  Do not
            flush when only peeking for a character. (Ken Takata)

6 years agopatch 8.1.0821: xxd "usage" output and other arguments not tested v8.1.0821
Bram Moolenaar [Fri, 25 Jan 2019 20:52:17 +0000 (21:52 +0100)]
patch 8.1.0821: xxd "usage" output and other arguments not tested

Problem:    Xxd "usage" output and other arguments not tested.
Solution:   Add a test to trigger the usage output in various ways.  Fix
            uncovered problem.

6 years agopatch 8.1.0820: test for sending large data over channel sometimes fails v8.1.0820
Bram Moolenaar [Fri, 25 Jan 2019 20:01:17 +0000 (21:01 +0100)]
patch 8.1.0820: test for sending large data over channel sometimes fails

Problem:    Test for sending large data over channel sometimes fails.
Solution:   Handle that the job may have finished early.  Also fix that file
            changed test doesn't work in the GUI and reduce flakyness. (Ozaki
            Kiichi, closes #3861)

6 years agopatch 8.1.0819: a failed assert with a long string is hard to read v8.1.0819
Bram Moolenaar [Fri, 25 Jan 2019 19:48:33 +0000 (20:48 +0100)]
patch 8.1.0819: a failed assert with a long string is hard to read

Problem:    A failed assert with a long string is hard to read.
Solution:   Shorten the assert message.

6 years agopatch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw() v8.1.0818
Bram Moolenaar [Thu, 24 Jan 2019 22:11:49 +0000 (23:11 +0100)]
patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()

Problem:    MS-Windows: cannot send large data with ch_sendraw().
Solution:   Split write into several WriteFile() calls. (Yasuhiro Matsumoto,
            closes #3823)

6 years agopatch 8.1.0817: ":=" command is not tested v8.1.0817
Bram Moolenaar [Thu, 24 Jan 2019 21:42:37 +0000 (22:42 +0100)]
patch 8.1.0817: ":=" command is not tested

Problem:    ":=" command is not tested.
Solution:   Add a test. (Dominique Pelle, closes #3859)

6 years agopatch 8.1.0816: test for 'runtimepath' in session fails on MS-Windows v8.1.0816
Bram Moolenaar [Thu, 24 Jan 2019 21:23:58 +0000 (22:23 +0100)]
patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windows

Problem:    Test for 'runtimepath' in session fails on MS-Windows.
Solution:   Skip the test for now.

6 years agopatch 8.1.0815: dialog for file changed outside of Vim not tested v8.1.0815
Bram Moolenaar [Thu, 24 Jan 2019 20:58:10 +0000 (21:58 +0100)]
patch 8.1.0815: dialog for file changed outside of Vim not tested

Problem:    Dialog for file changed outside of Vim not tested.
Solution:   Add a test.  Move FileChangedShell test.  Add 'L' flag to
            feedkeys().

6 years agopatch 8.1.0814: :mksession cannot handle a very long 'runtimepath' v8.1.0814
Bram Moolenaar [Thu, 24 Jan 2019 19:30:52 +0000 (20:30 +0100)]
patch 8.1.0814: :mksession cannot handle a very long 'runtimepath'

Problem:    :mksession cannot handle a very long 'runtimepath'. (Timothy
            Madden)
Solution:   Expand each part separately, instead of the whole option at once.
            (Christian Brabandt, closes #3466)

6 years agopatch 8.1.0813: FileChangedShell not sufficiently tested v8.1.0813
Bram Moolenaar [Thu, 24 Jan 2019 18:37:40 +0000 (19:37 +0100)]
patch 8.1.0813: FileChangedShell not sufficiently tested

Problem:    FileChangedShell not sufficiently tested.
Solution:   Add a more comprehensive test case.

6 years agopatch 8.1.0812: Unicode 16 feature is not useful v8.1.0812
Bram Moolenaar [Thu, 24 Jan 2019 17:20:17 +0000 (18:20 +0100)]
patch 8.1.0812: Unicode 16 feature is not useful

Problem:    Unicode 16 feature is not useful and cannot be detected.
Solution:   Remove UNICODE16.

6 years agopatch 8.1.0811: too many #ifdefs v8.1.0811
Bram Moolenaar [Thu, 24 Jan 2019 16:59:39 +0000 (17:59 +0100)]
patch 8.1.0811: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_MBYTE, the final chapter.

6 years agopatch 8.1.0810: too many #ifdefs v8.1.0810
Bram Moolenaar [Thu, 24 Jan 2019 16:18:42 +0000 (17:18 +0100)]
patch 8.1.0810: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_MBYTE, part 4.

6 years agopatch 8.1.0809: too many #ifdefs v8.1.0809
Bram Moolenaar [Thu, 24 Jan 2019 15:39:02 +0000 (16:39 +0100)]
patch 8.1.0809: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_MBYTE, part 3.

6 years agopatch 8.1.0808: MS-Windows: build error with GUI v8.1.0808
Bram Moolenaar [Thu, 24 Jan 2019 15:27:46 +0000 (16:27 +0100)]
patch 8.1.0808: MS-Windows: build error with GUI

Problem:    MS-Windows: build error with GUI.
Solution:   Remove "static".

6 years agopatch 8.1.0807: session test fails on MS-Windows v8.1.0807
Bram Moolenaar [Thu, 24 Jan 2019 14:57:30 +0000 (15:57 +0100)]
patch 8.1.0807: session test fails on MS-Windows

Problem:    Session test fails on MS-Windows.
Solution:   Don't try creating file with illegal name.

6 years agopatch 8.1.0806: too many #ifdefs v8.1.0806
Bram Moolenaar [Thu, 24 Jan 2019 14:54:21 +0000 (15:54 +0100)]
patch 8.1.0806: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_MBYTE, part 2.

6 years agopatch 8.1.0805: too many #ifdefs v8.1.0805
Bram Moolenaar [Thu, 24 Jan 2019 14:04:48 +0000 (15:04 +0100)]
patch 8.1.0805: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_MBYTE, part 1.

6 years agopatch 8.1.0804: crash when setting v:errmsg to empty list v8.1.0804
Bram Moolenaar [Thu, 24 Jan 2019 12:58:11 +0000 (13:58 +0100)]
patch 8.1.0804: crash when setting v:errmsg to empty list

Problem:    Crash when setting v:errmsg to empty list. (Jaon Franklin)
Solution:   Separate getting value and assigning result.

6 years agopatch 8.1.0803: session file has problem with single quote in file name v8.1.0803
Bram Moolenaar [Thu, 24 Jan 2019 12:34:42 +0000 (13:34 +0100)]
patch 8.1.0803: session file has problem with single quote in file name

Problem:    Session file has problem with single quote in file name. (Jon
            Crowe)
Solution:   Use a double quoted string.  Add a test.

6 years agopatch 8.1.0802: negative index doesn't work for Blob v8.1.0802
Bram Moolenaar [Thu, 24 Jan 2019 11:31:44 +0000 (12:31 +0100)]
patch 8.1.0802: negative index doesn't work for Blob

Problem:    Negative index doesn't work for Blob.
Solution:   Make it work, add a test. (closes #3856)

6 years agopatch 8.1.0801: MinGW: no hint that tests fail because of small terminal v8.1.0801
Bram Moolenaar [Thu, 24 Jan 2019 11:18:46 +0000 (12:18 +0100)]
patch 8.1.0801: MinGW: no hint that tests fail because of small terminal

Problem:    MinGW: no hint that tests fail because of small terminal.
Solution:   Add a rule for test1 that checks for "wrongtermsize".
            (msoyka-of-wharton)

6 years agopatch 8.1.0800: may use a lot of memory when a function refers itself v8.1.0800
Bram Moolenaar [Wed, 23 Jan 2019 22:00:30 +0000 (23:00 +0100)]
patch 8.1.0800: may use a lot of memory when a function refers itself

Problem:    May use a lot of memory when a function creates a cyclic
            reference.
Solution:   After saving a funccal many times, invoke the garbage collector.
            (closes #3835)

6 years agopatch 8.1.0799: calling deleted function; test doesn't work on Mac v8.1.0799
Bram Moolenaar [Wed, 23 Jan 2019 21:33:18 +0000 (22:33 +0100)]
patch 8.1.0799: calling deleted function; test doesn't work on Mac

Problem:    Calling deleted function; test doesn't work on Mac.
Solution:   Wait for the function to be called before deleting it. Use a job
            to write to the pty, unless in the GUI. (Ozaki Kiichi,
            closes #3854)

6 years agopatch 8.1.0798: changing a blob while iterating over it works strangely v8.1.0798
Bram Moolenaar [Wed, 23 Jan 2019 20:56:21 +0000 (21:56 +0100)]
patch 8.1.0798: changing a blob while iterating over it works strangely

Problem:    Changing a blob while iterating over it works strangely.
Solution:   Make a copy of the Blob before iterating.

6 years agopatch 8.1.0797: error E898 is used twice v8.1.0797
Bram Moolenaar [Wed, 23 Jan 2019 20:15:02 +0000 (21:15 +0100)]
patch 8.1.0797: error E898 is used twice

Problem:    Error E898 is used twice.
Solution:   Rename the Blob error to E899. (closes #3853)

6 years agopatch 8.1.0796: MS-Windows 7: problem with named pipe on channel v8.1.0796
Bram Moolenaar [Tue, 22 Jan 2019 22:01:40 +0000 (23:01 +0100)]
patch 8.1.0796: MS-Windows 7: problem with named pipe on channel

Problem:    MS-Windows 7: problem with named pipe on channel.
Solution:   Put back the disconnect/connect calls. (Yasuhiro Matsumoto,
            closes #3833)

6 years agopatch 8.1.0795: cannot build without popup menu v8.1.0795
Bram Moolenaar [Tue, 22 Jan 2019 21:55:00 +0000 (22:55 +0100)]
patch 8.1.0795: cannot build without popup menu

Problem:    Cannot build without popup menu.
Solution:   Add #ifdef

6 years agopatch 8.1.0794: white space before " -Ntabmove" causes problems v8.1.0794
Bram Moolenaar [Tue, 22 Jan 2019 21:41:42 +0000 (22:41 +0100)]
patch 8.1.0794: white space before " -Ntabmove" causes problems

Problem:    White space before " -Ntabmove" causes problems.
Solution:   Skip whitespace. (Ozaki Kiichi, closes #3841)

6 years agopatch 8.1.0793: incorrect error messages for functions that take a Blob v8.1.0793
Bram Moolenaar [Tue, 22 Jan 2019 21:20:38 +0000 (22:20 +0100)]
patch 8.1.0793: incorrect error messages for functions that take a Blob

Problem:    Incorrect error messages for functions that now take a Blob
            argument.
Solution:   Adjust the error messages. (Dominique Pelle, closes #3846)

6 years agopatch 8.1.0792: bad display if opening cmdline window from Insert completion v8.1.0792
Bram Moolenaar [Tue, 22 Jan 2019 21:08:09 +0000 (22:08 +0100)]
patch 8.1.0792: bad display if opening cmdline window from Insert completion

Problem:    Popup menu is displayed on top of the cmdline window if it is
            opened from Insert completion. (Bjorn Linse)
Solution:   Remove the popup menu.  Restore the cursor position.
            (closes #3838)

6 years agopatch 8.1.0791: a few compiler warnings on VMS v8.1.0791
Bram Moolenaar [Tue, 22 Jan 2019 20:45:40 +0000 (21:45 +0100)]
patch 8.1.0791: a few compiler warnings on VMS

Problem:    A few compiler warnings on VMS.
Solution:   Remove type cast.  Adjust #ifdef. (Zoltan Arpadffy)

6 years agopatch 8.1.0790: code for creating tabpages in session is too complex v8.1.0790
Bram Moolenaar [Tue, 22 Jan 2019 20:27:13 +0000 (21:27 +0100)]
patch 8.1.0790: code for creating tabpages in session is too complex

Problem:    Code for creating tabpages in session is too complex.
Solution:   Simplify the code. (Jason Franklin)

6 years agopatch 8.1.0789: sourcing a session sets v:errmsg v8.1.0789
Bram Moolenaar [Mon, 21 Jan 2019 22:03:49 +0000 (23:03 +0100)]
patch 8.1.0789: sourcing a session sets v:errmsg

Problem:    Sourcing a session sets v:errmsg.
Solution:   Use "%argdel" instead of "argdel *". (Jason Franklin)

6 years agopatch 8.1.0788: cannot build with tiny features v8.1.0788
Bram Moolenaar [Sun, 20 Jan 2019 22:43:57 +0000 (23:43 +0100)]
patch 8.1.0788: cannot build with tiny features

Problem:    Cannot build with tiny features.
Solution:   Adjust #ifdefs.

6 years agopatch 8.1.0787: compiler warning for unused function v8.1.0787
Bram Moolenaar [Sun, 20 Jan 2019 17:39:30 +0000 (18:39 +0100)]
patch 8.1.0787: compiler warning for unused function

Problem:    Compiler warning for unused function. (Tony Mechelynck)
Solution:   Tune #ifdef around setjmp functions.

6 years agopatch 8.1.0786: ml_get error when updating the status line v8.1.0786
Bram Moolenaar [Sun, 20 Jan 2019 17:25:54 +0000 (18:25 +0100)]
patch 8.1.0786: ml_get error when updating the status line

Problem:    ml_get error when updating the status line and a terminal had its
            scrollback cleared.  (Chris Patuzzo)
Solution:   Check the cursor position when drawing the status line.
            (closes #3830)

6 years agopatch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Bram Moolenaar [Sun, 20 Jan 2019 14:30:40 +0000 (15:30 +0100)]
patch 8.1.0785: depending on the configuration some functions are unused

Problem:    Depending on the configuration some functions are unused.
Solution:   Add more #ifdefs, remove unused functions. (Dominique Pelle,
            closes #3822)

6 years agopatch 8.1.0784: messy indent in if statement v8.1.0784
Bram Moolenaar [Sat, 19 Jan 2019 20:12:24 +0000 (21:12 +0100)]
patch 8.1.0784: messy indent in if statement

Problem:    Messy indent in if statement.
Solution:   Improve structure of if statement. (Ozaki Kiichi, closes #3826)

6 years agopatch 8.1.0783: compiler warning for signed/unsigned v8.1.0783
Bram Moolenaar [Sat, 19 Jan 2019 20:06:58 +0000 (21:06 +0100)]
patch 8.1.0783: compiler warning for signed/unsigned

Problem:    Compiler warning for signed/unsigned.
Solution:   Add type cast.  Change type of buffer. (Ozaki Kiichi, closes #3827)

6 years agopatch 8.1.0782: Win32: cursor blinks when Vim is not active v8.1.0782
Bram Moolenaar [Sat, 19 Jan 2019 18:54:20 +0000 (19:54 +0100)]
patch 8.1.0782: Win32: cursor blinks when Vim is not active

Problem:    Win32: cursor blinks when Vim is not active.
Solution:   Remove call to setActiveWindow(). (Yasuhiro Matsumoto,
            closes #3778)

6 years agopatch 8.1.0781: build error when using if_xcmdsrv.c v8.1.0781
Bram Moolenaar [Sat, 19 Jan 2019 17:23:41 +0000 (18:23 +0100)]
patch 8.1.0781: build error when using if_xcmdsrv.c

Problem:    Build error when using if_xcmdsrv.c.
Solution:   Add missing part of 8.1.0779.

6 years agopatch 8.1.0780: terminal test fails on Mac v8.1.0780
Bram Moolenaar [Sat, 19 Jan 2019 17:20:45 +0000 (18:20 +0100)]
patch 8.1.0780: terminal test fails on Mac

Problem:    Terminal test fails on Mac.
Solution:   Skip the test on Mac.

6 years agopatch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Bram Moolenaar [Sat, 19 Jan 2019 16:43:09 +0000 (17:43 +0100)]
patch 8.1.0779: argument for message functions is inconsistent

Problem:    Argument for message functions is inconsistent.
Solution:   Make first argument to msg() "char *".

6 years agopatch 8.1.0778: terminal test fails on MS-Windows v8.1.0778
Bram Moolenaar [Sat, 19 Jan 2019 14:27:08 +0000 (15:27 +0100)]
patch 8.1.0778: terminal test fails on MS-Windows

Problem:    Terminal test fails on MS-Windows.
Solution:   Temporarily skip the test on MS-Windows.  Do run it both in
            terminal and GUI on other systems.

6 years agopatch 8.1.0777: Win32: using pipes for channel does not work well v8.1.0777
Bram Moolenaar [Sat, 19 Jan 2019 13:37:00 +0000 (14:37 +0100)]
patch 8.1.0777: Win32: using pipes for channel does not work well

Problem:    Win32: using pipes for channel does not work well.
Solution:   Use a larger buffer and handle overlaps. (Yasuhiro Matsumoto,
            closes #3782)

6 years agopatch 8.1.0776: Travis does not build a version without GUI on Linux v8.1.0776
Bram Moolenaar [Sat, 19 Jan 2019 12:46:50 +0000 (13:46 +0100)]
patch 8.1.0776: Travis does not build a version without GUI on Linux

Problem:    Travis does not build a version without GUI on Linux.
Solution:   Add an environment for tiny features without GUI.

6 years agopatch 8.1.0775: matching too many files as zsh v8.1.0775
Bram Moolenaar [Fri, 18 Jan 2019 22:14:43 +0000 (23:14 +0100)]
patch 8.1.0775: matching too many files as zsh

Problem:    Matching too many files as zsh. (Danek Duvall)
Solution:   Be more specific with zsh filetype patterns.

6 years agopatch 8.1.0774: VMS build is missing the blob file v8.1.0774
Bram Moolenaar [Fri, 18 Jan 2019 21:59:53 +0000 (22:59 +0100)]
patch 8.1.0774: VMS build is missing the blob file

Problem:    VMS build is missing the blob file.
Solution:   Add the blob file to the build rules. (Zoltan Arpadffy)

6 years agopatch 8.1.0773: not all crypt code is tested v8.1.0773
Bram Moolenaar [Fri, 18 Jan 2019 21:48:34 +0000 (22:48 +0100)]
patch 8.1.0773: not all crypt code is tested

Problem:    Not all crypt code is tested.
Solution:   Disable unused crypt code.  Add more test coverage.

6 years agopatch 8.1.0772: the sign_define_by_name() function is too long v8.1.0772
Bram Moolenaar [Fri, 18 Jan 2019 21:01:42 +0000 (22:01 +0100)]
patch 8.1.0772: the sign_define_by_name() function is too long

Problem:    The sign_define_by_name() function is too long.
Solution:   Split it into smaller functions. (Yegappan Lakshmanan,
            closes #3819)

6 years agopatch 8.1.0771: some shell filetype patterns end in a star v8.1.0771
Bram Moolenaar [Fri, 18 Jan 2019 20:46:47 +0000 (21:46 +0100)]
patch 8.1.0771: some shell filetype patterns end in a star

Problem:    Some shell filetype patterns end in a star.
Solution:   Make sure that patterns not ending in a star are preferred.

6 years agopatch 8.1.0770: inconsistent use of ELAPSED_FUNC v8.1.0770
Bram Moolenaar [Thu, 17 Jan 2019 21:28:22 +0000 (22:28 +0100)]
patch 8.1.0770: inconsistent use of ELAPSED_FUNC

Problem:    Inconsistent use of ELAPSED_FUNC.
Solution:   Consistently use ELAPSED_FUNC.  Also turn ELAPSED_TYPE into a
            typedef. (Ozaki Kiichi, closes #3815)

6 years agopatch 8.1.0769: :stop is covered in two tests v8.1.0769
Bram Moolenaar [Thu, 17 Jan 2019 21:13:54 +0000 (22:13 +0100)]
patch 8.1.0769: :stop is covered in two tests

Problem:    :stop is covered in two tests.
Solution:   Remove Test_stop_in_terminal().  Make other test exit Vim cleanly.
            (Ozaki Kiichi, closes #3814)

6 years agopatch 8.1.0768: updating completions may cause the popup menu to flicker v8.1.0768
Bram Moolenaar [Thu, 17 Jan 2019 20:09:05 +0000 (21:09 +0100)]
patch 8.1.0768: updating completions may cause the popup menu to flicker

Problem:    Updating completions may cause the popup menu to flicker.
Solution:   Avoid updating the text below the popup menu before drawing the
            popup menu.

6 years agopatch 8.1.0767: when deleting lines at the bottom signs are misplaced v8.1.0767
Bram Moolenaar [Thu, 17 Jan 2019 16:36:45 +0000 (17:36 +0100)]
patch 8.1.0767: when deleting lines at the bottom signs are misplaced

Problem:    When deleting lines at the bottom signs are misplaced.
Solution:   Properly update the line number of signs at the end of a buffer
            after a delete/undo operation. (Yegappan Lakshmanan, closes #3798)

6 years agopatch 8.1.0766: various problems when using Vim on VMS v8.1.0766
Bram Moolenaar [Thu, 17 Jan 2019 16:13:30 +0000 (17:13 +0100)]
patch 8.1.0766: various problems when using Vim on VMS

Problem:    Various problems when using Vim on VMS.
Solution:   Various fixes. Define long_long_T. (Zoltan Arpadffy)

6 years agopatch 8.1.0765: string format of a Blob can't be parsed back v8.1.0765
Bram Moolenaar [Thu, 17 Jan 2019 15:32:53 +0000 (16:32 +0100)]
patch 8.1.0765: string format of a Blob can't be parsed back

Problem:    String format of a Blob can't be parsed back.
Solution:   Use 0z format.

6 years agopatch 8.1.0764: list of distributed files is outdated v8.1.0764
Bram Moolenaar [Thu, 17 Jan 2019 15:11:06 +0000 (16:11 +0100)]
patch 8.1.0764: list of distributed files is outdated

Problem:    List of distributed files is outdated.
Solution:   Remove workshop files.  Add blob files.

6 years agoUpdate runtime files.
Bram Moolenaar [Thu, 17 Jan 2019 15:07:22 +0000 (16:07 +0100)]
Update runtime files.

6 years agopatch 8.1.0763: nobody is using the Sun Workshop support v8.1.0763
Bram Moolenaar [Thu, 17 Jan 2019 14:45:25 +0000 (15:45 +0100)]
patch 8.1.0763: nobody is using the Sun Workshop support

Problem:    Nobody is using the Sun Workshop support.
Solution:   Remove the Workshop support.

6 years agopatch 8.1.0762: compiler warning v8.1.0762
Bram Moolenaar [Thu, 17 Jan 2019 13:31:14 +0000 (14:31 +0100)]
patch 8.1.0762: compiler warning

Problem:    Compiler warning.
Solution:   Add type cast. (Mike Williams)

6 years agopatch 8.1.0761: default value for brief_wait is wrong v8.1.0761
Bram Moolenaar [Thu, 17 Jan 2019 13:12:02 +0000 (14:12 +0100)]
patch 8.1.0761: default value for brief_wait is wrong

Problem:    Default value for brief_wait is wrong.
Solution:   Make the default FALSE. (Ozaki Kiichi, closes #3812, closes #3799)

6 years agopatch 8.1.0760: no proper test for using 'termencoding' v8.1.0760
Bram Moolenaar [Thu, 17 Jan 2019 12:04:30 +0000 (13:04 +0100)]
patch 8.1.0760: no proper test for using 'termencoding'

Problem:    No proper test for using 'termencoding'.
Solution:   Add a screendump test.  Fix using double width characters in a
            screendump.

6 years agopatch 8.1.0759: showing two characters for tab is limited v8.1.0759
Bram Moolenaar [Wed, 16 Jan 2019 21:41:54 +0000 (22:41 +0100)]
patch 8.1.0759: showing two characters for tab is limited

Problem:    Showing two characters for tab is limited.
Solution:   Allow for a third character for "tab:" in 'listchars'. (Nathaniel
            Braun, Ken Takata, closes #3810)

6 years agopatch 8.1.0758: font number is always one instead of the actual v8.1.0758
Bram Moolenaar [Wed, 16 Jan 2019 21:15:11 +0000 (22:15 +0100)]
patch 8.1.0758: font number is always one instead of the actual

Problem:    Font number is always one instead of the actual.
Solution:   Use "%d" instead of "1". (Ken Takata)

6 years agopatch 8.1.0757: not enough documentation for Blobs v8.1.0757
Bram Moolenaar [Tue, 15 Jan 2019 21:51:57 +0000 (22:51 +0100)]
patch 8.1.0757: not enough documentation for Blobs

Problem:    Not enough documentation for Blobs.
Solution:   Add a section about Blobs.

6 years agopatch 8.1.0756: copy() does not make a copy of a Blob v8.1.0756
Bram Moolenaar [Tue, 15 Jan 2019 21:44:17 +0000 (22:44 +0100)]
patch 8.1.0756: copy() does not make a copy of a Blob

Problem:    copy() does not make a copy of a Blob.
Solution:   Make a copy.

6 years agopatch 8.1.0755: error message for get() on a Blob with invalid index v8.1.0755
Bram Moolenaar [Tue, 15 Jan 2019 21:16:42 +0000 (22:16 +0100)]
patch 8.1.0755: error message for get() on a Blob with invalid index

Problem:    Error message for get() on a Blob with invalid index.
Solution:   Return an empty Blob, like get() on a List does.

6 years agopatch 8.1.0754: preferred column is lost when setting 'cursorcolumn' v8.1.0754
Bram Moolenaar [Tue, 15 Jan 2019 20:12:57 +0000 (21:12 +0100)]
patch 8.1.0754: preferred column is lost when setting 'cursorcolumn'

Problem:    Preferred column is lost when setting 'cursorcolumn'.
Solution:   Change option flag to P_RWINONLY. (Takayuki Kurosawa,
            closes #3806)

6 years agopatch 8.1.0753: printf format not checked for semsg() v8.1.0753
Bram Moolenaar [Tue, 15 Jan 2019 19:19:40 +0000 (20:19 +0100)]
patch 8.1.0753: printf format not checked for semsg()

Problem:    printf format not checked for semsg().
Solution:   Add GNUC attribute and fix reported problems. (Dominique Pelle,
            closes #3805)

6 years agopatch 8.1.0752: one more compiler warning for signed/unsigned string v8.1.0752
Bram Moolenaar [Tue, 15 Jan 2019 19:07:48 +0000 (20:07 +0100)]
patch 8.1.0752: one more compiler warning for signed/unsigned string

Problem:    One more compiler warning for signed/unsigned string. (Tony
            Mechelynck)
Solution:   Remove type cast.

6 years agopatch 8.1.0751: some regexp errors are not tested v8.1.0751
Bram Moolenaar [Mon, 14 Jan 2019 22:19:29 +0000 (23:19 +0100)]
patch 8.1.0751: some regexp errors are not tested

Problem:    Some regexp errors are not tested.
Solution:   Add a test function.

6 years agopatch 8.1.0750: when the last sign is deleted the signcolumn may remain v8.1.0750
Bram Moolenaar [Mon, 14 Jan 2019 22:08:18 +0000 (23:08 +0100)]
patch 8.1.0750: when the last sign is deleted the signcolumn may remain

Problem:    When the last sign is deleted the signcolumn may not be removed
            even though 'signcolumn' is "auto".
Solution:   When deleting the last sign redraw the buffer. (Dominique Pelle,
            closes #3803, closes #3804)

6 years agopatch 8.1.0749: error message contains garbage v8.1.0749
Bram Moolenaar [Mon, 14 Jan 2019 21:53:31 +0000 (22:53 +0100)]
patch 8.1.0749: error message contains garbage

Problem:    Error message contains garbage. (Dominique Pelle)
Solution:   Use correct pointer to failed expression.

6 years agopatch 8.1.0748: using sprintf() instead of semsg() v8.1.0748
Bram Moolenaar [Mon, 14 Jan 2019 21:46:15 +0000 (22:46 +0100)]
patch 8.1.0748: using sprintf() instead of semsg()

Problem:    Using sprintf() instead of semsg().
Solution:   Use semsg().  Fix bug with E888. (Ozaki Kiichi, closes #3801)

6 years agopatch 8.1.0747: map() with a bad expression doesn't give an error v8.1.0747
Bram Moolenaar [Mon, 14 Jan 2019 21:22:29 +0000 (22:22 +0100)]
patch 8.1.0747: map() with a bad expression doesn't give an error

Problem:    map() with a bad expression doesn't give an error. (Ingo Karkat)
Solution:   Check for giving an error message. (closes #3800)

6 years agopatch 8.1.0746: highlighting not updated with conceal and 'cursorline' v8.1.0746
Bram Moolenaar [Mon, 14 Jan 2019 20:51:40 +0000 (21:51 +0100)]
patch 8.1.0746: highlighting not updated with conceal and 'cursorline'

Problem:    Highlighting not updated with conceal and 'cursorline'. (Jason
            Franklin)
Solution:   Do not use a zero line number.  Check if 'conceallevel' is set for
            the current window.

6 years agopatch 8.1.0745: compiler warnings for signed/unsigned string v8.1.0745
Bram Moolenaar [Mon, 14 Jan 2019 19:16:40 +0000 (20:16 +0100)]
patch 8.1.0745: compiler warnings for signed/unsigned string

Problem:    Compiler warnings for signed/unsigned string.
Solution:   Remove type casts. (John Marriott)

6 years agopatch 8.1.0744: compiler warnings for signed/unsigned strings v8.1.0744
Bram Moolenaar [Sun, 13 Jan 2019 22:51:14 +0000 (23:51 +0100)]
patch 8.1.0744: compiler warnings for signed/unsigned strings

Problem:    Compiler warnings for signed/unsigned strings.
Solution:   A few more type cast fixes.

6 years agopatch 8.1.0743: giving error messages is not flexible v8.1.0743
Bram Moolenaar [Sun, 13 Jan 2019 22:38:42 +0000 (23:38 +0100)]
patch 8.1.0743: giving error messages is not flexible

Problem:    Giving error messages is not flexible.
Solution:   Add semsg().  Change argument from "char_u *" to "char *", also
            for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes
            #3302)  Also make emsg() accept a "char *" argument.  Get rid of
            an enormous number of type casts.

6 years agopatch 8.1.0742: not all Blob operations are tested v8.1.0742
Bram Moolenaar [Sun, 13 Jan 2019 18:10:33 +0000 (19:10 +0100)]
patch 8.1.0742: not all Blob operations are tested

Problem:    Not all Blob operations are tested.
Solution:   Add more testing for Blob.

6 years agopatch 8.1.0741: viminfo with Blob is not tested v8.1.0741
Bram Moolenaar [Sun, 13 Jan 2019 16:48:04 +0000 (17:48 +0100)]
patch 8.1.0741: viminfo with Blob is not tested

Problem:    Viminfo with Blob is not tested.
Solution:   Extend the viminfo test.  Fix reading a blob.  Fixed storing a
            special variable value.

6 years agopatch 8.1.0740: Tcl test fails v8.1.0740
Bram Moolenaar [Sun, 13 Jan 2019 15:46:22 +0000 (16:46 +0100)]
patch 8.1.0740: Tcl test fails

Problem:    Tcl test fails.
Solution:   When the argument is empty don't give an error, instead rely on
            the error reporting higher up.

6 years agopatch 8.1.0739: text objects in not sufficiently tested v8.1.0739
Bram Moolenaar [Sun, 13 Jan 2019 15:12:40 +0000 (16:12 +0100)]
patch 8.1.0739: text objects in not sufficiently tested

Problem:    Text objects in not sufficiently tested.
Solution:   Add a few more test cases. (Dominique Pelle, closes #3795)

6 years agopatch 8.1.0738: using freed memory, for loop over blob leaks memory v8.1.0738
Bram Moolenaar [Sun, 13 Jan 2019 15:07:21 +0000 (16:07 +0100)]
patch 8.1.0738: using freed memory, for loop over blob leaks memory

Problem:    Using freed memory, for loop over blob leaks memory.
Solution:   Clear pointer after freeing memory.  Decrement reference count
            after for loop over blob.

6 years agopatch 8.1.0737: compiler warning for uninitialized variable v8.1.0737
Bram Moolenaar [Sun, 13 Jan 2019 14:42:02 +0000 (15:42 +0100)]
patch 8.1.0737: compiler warning for uninitialized variable

Problem:    Compiler warning for uninitialized variable.
Solution:   Add initialization. (John Marriott)

6 years agopatch 8.1.0736: code for Blob not sufficiently tested v8.1.0736
Bram Moolenaar [Sun, 13 Jan 2019 14:16:13 +0000 (15:16 +0100)]
patch 8.1.0736: code for Blob not sufficiently tested

Problem:    Code for Blob not sufficiently tested.
Solution:   Add more tests.  Fix uncovered crash.  Add test_null_blob().

6 years agopatch 8.1.0735: cannot handle binary data v8.1.0735
Bram Moolenaar [Sat, 12 Jan 2019 21:47:31 +0000 (22:47 +0100)]
patch 8.1.0735: cannot handle binary data

Problem:    Cannot handle binary data.
Solution:   Add the Blob type. (Yasuhiro Matsumoto, closes #3638)

6 years agopatch 8.1.0734: the hlsearch state is not stored in a session file v8.1.0734
Bram Moolenaar [Sat, 12 Jan 2019 15:29:30 +0000 (16:29 +0100)]
patch 8.1.0734: the hlsearch state is not stored in a session file

Problem:    The hlsearch state is not stored in a session file.
Solution:   Add "nohlsearch" if appropriate. (Jason Franklin)

6 years agopatch 8.1.0733: too many #ifdefs for the multi-byte feature v8.1.0733
Bram Moolenaar [Sat, 12 Jan 2019 15:10:51 +0000 (16:10 +0100)]
patch 8.1.0733: too many #ifdefs for the multi-byte feature

Problem:    Too many #ifdefs for the multi-byte feature.
Solution:   Tentatively always enable the multi-byte feature.  If you have a
            problem with this, please discuss on the Vim maillist.

6 years agopatch 8.1.0732: cannot build without the eval feature v8.1.0732
Bram Moolenaar [Sat, 12 Jan 2019 14:15:38 +0000 (15:15 +0100)]
patch 8.1.0732: cannot build without the eval feature

Problem:    Cannot build without the eval feature.
Solution:   Make a copy of the sourced file name.

6 years agopatch 8.1.0731: JS encoding does not handle negative infinity v8.1.0731
Bram Moolenaar [Sat, 12 Jan 2019 13:24:27 +0000 (14:24 +0100)]
patch 8.1.0731: JS encoding does not handle negative infinity

Problem:    JS encoding does not handle negative infinity.
Solution:   Add support for negative infinity for JS encoding. (Dominique
            Pelle, closes #3792)

6 years agopatch 8.1.0730: compiler warning for get_buf_arg() unused v8.1.0730
Bram Moolenaar [Sat, 12 Jan 2019 12:50:31 +0000 (13:50 +0100)]
patch 8.1.0730: compiler warning for get_buf_arg() unused

Problem:    Compiler warning for get_buf_arg() unused.
Solution:   Add #ifdef. (John Marriott)

6 years agopatch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost v8.1.0729
Bram Moolenaar [Sat, 12 Jan 2019 12:26:03 +0000 (13:26 +0100)]
patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost

Problem:    There is a SourcePre autocommand event but not a SourcePost.
Solution:   Add the SourcePost autocommand event. (closes #3739)

6 years agopatch 8.1.0728: cannot avoid breaking after a single space. v8.1.0728
Bram Moolenaar [Fri, 11 Jan 2019 21:15:05 +0000 (22:15 +0100)]
patch 8.1.0728: cannot avoid breaking after a single space.

Problem:    Cannot avoid breaking after a single space.
Solution:   Add the 'p' flag to 'formatoptions'. (Tom Ryder)

6 years agopatch 8.1.0727: compiler warning for sprintf() argument v8.1.0727
Bram Moolenaar [Fri, 11 Jan 2019 19:47:31 +0000 (20:47 +0100)]
patch 8.1.0727: compiler warning for sprintf() argument

Problem:    Compiler warning for sprintf() argument.
Solution:   Add type cast.

6 years agopatch 8.1.0726: redrawing specifically for conceal feature v8.1.0726
Bram Moolenaar [Fri, 11 Jan 2019 19:45:36 +0000 (20:45 +0100)]
patch 8.1.0726: redrawing specifically for conceal feature

Problem:    Redrawing specifically for conceal feature.
Solution:   Use generic redrawing methods.