Bram Moolenaar
563bbeabcc
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)
v8.1.0791
2019-01-22 21:45:40 +01:00
Bram Moolenaar
57a6bf0567
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)
v8.1.0790
2019-01-22 21:27:13 +01:00
Bram Moolenaar
555de4e3b2
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)
v8.1.0789
2019-01-21 23:03:49 +01:00
Bram Moolenaar
b2148f5864
patch 8.1.0788: cannot build with tiny features
...
Problem: Cannot build with tiny features.
Solution: Adjust #ifdefs.
v8.1.0788
2019-01-20 23:43:57 +01:00
Bram Moolenaar
edce7420d0
patch 8.1.0787: compiler warning for unused function
...
Problem: Compiler warning for unused function. (Tony Mechelynck)
Solution: Tune #ifdef around setjmp functions.
v8.1.0787
2019-01-20 18:39:30 +01:00
Bram Moolenaar
10772307c4
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 )
v8.1.0786
2019-01-20 18:25:54 +01:00
Bram Moolenaar
113e10721f
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 )
v8.1.0785
2019-01-20 15:30:40 +01:00
Bram Moolenaar
1f20daa1d7
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 )
v8.1.0784
2019-01-19 21:12:24 +01:00
Bram Moolenaar
63c0ccd2b6
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 )
v8.1.0783
2019-01-19 21:06:58 +01:00
Bram Moolenaar
2d951a486e
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 )
v8.1.0782
2019-01-19 19:54:20 +01:00
Bram Moolenaar
a502caab8b
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.
v8.1.0781
2019-01-19 18:23:41 +01:00
Bram Moolenaar
e25bbc3b2b
patch 8.1.0780: terminal test fails on Mac
...
Problem: Terminal test fails on Mac.
Solution: Skip the test on Mac.
v8.1.0780
2019-01-19 18:20:45 +01:00
Bram Moolenaar
32526b3c18
patch 8.1.0779: argument for message functions is inconsistent
...
Problem: Argument for message functions is inconsistent.
Solution: Make first argument to msg() "char *".
v8.1.0779
2019-01-19 17:43:09 +01:00
Bram Moolenaar
d383c92ec1
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.
v8.1.0778
2019-01-19 15:27:08 +01:00
Bram Moolenaar
b091f30bf3
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 )
v8.1.0777
2019-01-19 14:37:00 +01:00
Bram Moolenaar
b2e54b0092
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.
v8.1.0776
2019-01-19 13:46:50 +01:00
Bram Moolenaar
2bf60b3001
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.
v8.1.0775
2019-01-18 23:14:43 +01:00
Bram Moolenaar
05a2907cde
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)
v8.1.0774
2019-01-18 22:59:53 +01:00
Bram Moolenaar
987411db9e
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.
v8.1.0773
2019-01-18 22:48:34 +01:00
Bram Moolenaar
0314236aab
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 )
v8.1.0772
2019-01-18 22:01:42 +01:00
Bram Moolenaar
147e7d0cab
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.
v8.1.0771
2019-01-18 21:46:47 +01:00
Bram Moolenaar
1ac56c2d11
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 )
v8.1.0770
2019-01-17 22:28:22 +01:00
Bram Moolenaar
3020ccb113
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 )
v8.1.0769
2019-01-17 22:13:54 +01:00
Bram Moolenaar
ae654385df
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.
v8.1.0768
2019-01-17 21:09:05 +01:00
Bram Moolenaar
c771bf9016
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 )
v8.1.0767
2019-01-17 17:36:45 +01:00
Bram Moolenaar
88c86eb751
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)
v8.1.0766
2019-01-17 17:13:30 +01:00
Bram Moolenaar
4131fd5509
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.
v8.1.0765
2019-01-17 16:32:53 +01:00
Bram Moolenaar
6e0b6a0bec
patch 8.1.0764: list of distributed files is outdated
...
Problem: List of distributed files is outdated.
Solution: Remove workshop files. Add blob files.
v8.1.0764
2019-01-17 16:11:06 +01:00
Bram Moolenaar
d09091d495
Update runtime files.
2019-01-17 16:07:22 +01:00
Bram Moolenaar
bb1969b6ab
patch 8.1.0763: nobody is using the Sun Workshop support
...
Problem: Nobody is using the Sun Workshop support.
Solution: Remove the Workshop support.
v8.1.0763
2019-01-17 15:45:25 +01:00
Bram Moolenaar
e40742526e
patch 8.1.0762: compiler warning
...
Problem: Compiler warning.
Solution: Add type cast. (Mike Williams)
v8.1.0762
2019-01-17 14:31:14 +01:00
Bram Moolenaar
e299bbdf6e
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 )
v8.1.0761
2019-01-17 14:12:02 +01:00
Bram Moolenaar
617d7ef046
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.
v8.1.0760
2019-01-17 13:04:30 +01:00
Bram Moolenaar
83a52171ba
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 )
v8.1.0759
2019-01-16 22:41:54 +01:00
Bram Moolenaar
500f361080
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)
v8.1.0758
2019-01-16 22:15:11 +01:00
Bram Moolenaar
d89682477c
patch 8.1.0757: not enough documentation for Blobs
...
Problem: Not enough documentation for Blobs.
Solution: Add a section about Blobs.
v8.1.0757
2019-01-15 22:51:57 +01:00
Bram Moolenaar
3d28b58c51
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.
v8.1.0756
2019-01-15 22:44:17 +01:00
Bram Moolenaar
2ea773b468
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.
v8.1.0755
2019-01-15 22:16:42 +01:00
Bram Moolenaar
177ab9e026
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 )
v8.1.0754
2019-01-15 21:12:57 +01:00
Bram Moolenaar
b5443cc46d
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 )
v8.1.0753
2019-01-15 20:19:40 +01:00
Bram Moolenaar
8e481e8dfe
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.
v8.1.0752
2019-01-15 20:07:48 +01:00
Bram Moolenaar
6057ed4720
patch 8.1.0751: some regexp errors are not tested
...
Problem: Some regexp errors are not tested.
Solution: Add a test function.
v8.1.0751
2019-01-14 23:19:29 +01:00
Bram Moolenaar
8144acbec3
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 )
v8.1.0750
2019-01-14 23:08:18 +01:00
Bram Moolenaar
6acc79f5d4
patch 8.1.0749: error message contains garbage
...
Problem: Error message contains garbage. (Dominique Pelle)
Solution: Use correct pointer to failed expression.
v8.1.0749
2019-01-14 22:53:31 +01:00
Bram Moolenaar
1be45b2ea7
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 )
v8.1.0748
2019-01-14 22:46:15 +01:00
Bram Moolenaar
ce9d50df07
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 )
v8.1.0747
2019-01-14 22:22:29 +01:00
Bram Moolenaar
bbee8d5122
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.
v8.1.0746
2019-01-14 21:51:40 +01:00
Bram Moolenaar
99b1272f88
patch 8.1.0745: compiler warnings for signed/unsigned string
...
Problem: Compiler warnings for signed/unsigned string.
Solution: Remove type casts. (John Marriott)
v8.1.0745
2019-01-14 20:16:40 +01:00
Bram Moolenaar
b1443b480f
patch 8.1.0744: compiler warnings for signed/unsigned strings
...
Problem: Compiler warnings for signed/unsigned strings.
Solution: A few more type cast fixes.
v8.1.0744
2019-01-13 23:51:14 +01:00
Bram Moolenaar
f9e3e09fdc
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.
v8.1.0743
2019-01-13 23:38:42 +01:00