patch 7.4.2304
Problem: In a timer callback the timer itself can't be found or stopped.
(Thinca)
Solution: Do not remove the timer from the list, remember whether it was
freed.
patch 7.4.2302
Problem: Default interface versions for MS-Windows are outdated.
Solution: Use Active Perl 5.24, Python 3.5.2. Could only make it work with
Ruby 1.9.2.
patch 7.4.2301
Problem: MS-Windows: some files remain after testing.
Solution: Close the channel output file. Wait for the file handle to be
closed before deleting the file.
patch 7.4.2300
Problem: Get warning for deleting autocommand group when the autocommand
using the group is scheduled for deletion. (Pavol Juhas)
Solution: Check for deleted autocommand.
patch 7.4.2299
Problem: QuickFixCmdPre and QuickFixCmdPost autocommands are not always
triggered.
Solution: Also trigger on ":expr", ":cbuffer", etc. (Yegappan Lakshmanan)
patch 7.4.2297
Problem: When starting a job that reads from a buffer and reaching the end,
the job hangs.
Solution: Close the pipe or socket when all lines were read.
Bram Moolenaar [Mon, 29 Aug 2016 21:06:28 +0000 (23:06 +0200)]
patch 7.4.2294
Problem: Sign test fails on MS-Windows when using the distributed zip
archives.
Solution: Create dummy files instead of relying on files in the pixmaps
directory.
Bram Moolenaar [Sun, 28 Aug 2016 19:00:50 +0000 (21:00 +0200)]
patch 7.4.2289
Problem: When installing and $DESTDIR is set the icons probably won't be
installed.
Solution: Create the icon directories if $DESTDIR is not empty. (Danek
Duvall)
Bram Moolenaar [Sun, 28 Aug 2016 16:47:14 +0000 (18:47 +0200)]
patch 7.4.2286
Problem: The tee program isn't included. Makefile contains build
instructions that don't work.
Solution: Update the Filelist and build instructions. Remove build
instructions for DOS and old Windows. Add the tee program.
Bram Moolenaar [Sun, 28 Aug 2016 14:53:12 +0000 (16:53 +0200)]
patch 7.4.2282
Problem: When a child process is very fast waiting 10 msec for it is
noticeable. (Ramel Eshed)
Solution: Start waiting for 1 msec and gradually increase.
Bram Moolenaar [Sun, 28 Aug 2016 13:39:57 +0000 (15:39 +0200)]
patch 7.4.2279
Problem: Starting diff mode with the cursor in the last line might end up
only showing one closed fold. (John Beckett)
Solution: Scroll the window to show the same relative cursor position.
Bram Moolenaar [Sat, 27 Aug 2016 19:55:13 +0000 (21:55 +0200)]
patch 7.4.2274
Problem: Command line completion on "find **/filename" drops sub-directory.
Solution: Handle this case separately. (Harm te Hennepe, closes #932, closes
#939)
Bram Moolenaar [Sat, 27 Aug 2016 19:25:44 +0000 (21:25 +0200)]
patch 7.4.2273
Problem: getwininfo() and getbufinfo() are inefficient.
Solution: Do not make a copy of all window/buffer-local options. Make it
possible to get them with gettabwinvar() or getbufvar().
Bram Moolenaar [Sat, 27 Aug 2016 18:34:01 +0000 (20:34 +0200)]
patch 7.4.2272
Problem: getbufinfo(), getwininfo() and gettabinfo() are inefficient.
Solution: Instead of making a copy of the variables dictionary, use a
reference.
Bram Moolenaar [Sat, 27 Aug 2016 16:34:29 +0000 (18:34 +0200)]
patch 7.4.2269
Problem: Using 'hlsearch' highlighting instead of matchpos if there is no
search match.
Solution: Pass NULL as last item to next_search_hl() when searching for
'hlsearch' match. (Shane Harper, closes #1013)
Bram Moolenaar [Sat, 27 Aug 2016 13:26:35 +0000 (15:26 +0200)]
patch 7.4.2266
Problem: printf() test fails on Windows. "-inf" is not used.
Solution: Check for Windows-specific values for "nan". Add sign to "inf"
when appropriate.
Bram Moolenaar [Sat, 27 Aug 2016 11:35:35 +0000 (13:35 +0200)]
patch 7.4.2264
Problem: When adding entries to an empty quickfix list the title is reset.
Solution: Improve handling of the title. (Yegappan Lakshmanan)
Bram Moolenaar [Fri, 26 Aug 2016 20:29:11 +0000 (22:29 +0200)]
patch 7.4.2263
Problem: :filter does not work for many commands. Can only get matching
messages.
Solution: Make :filter work for :command, :map, :list, :number and :print.
Make ":filter!" show non-matching lines.
Bram Moolenaar [Fri, 26 Aug 2016 18:41:16 +0000 (20:41 +0200)]
patch 7.4.2262
Problem: Fail to read register content from viminfo if it is 438 characters
long. (John Chen)
Solution: Adjust the check for line wrapping. (closes #1010)
Bram Moolenaar [Fri, 26 Aug 2016 17:13:46 +0000 (19:13 +0200)]
patch 7.4.2259
Problem: With 'incsearch' can only see the next match.
Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian
Brabandt)
Bram Moolenaar [Fri, 26 Aug 2016 13:51:53 +0000 (15:51 +0200)]
patch 7.4.2255
Problem: The script that checks translations can't handle plurals.
Solution: Check for plural msgid and msgstr entries. Leave the cursor on
the first error.
Bram Moolenaar [Wed, 24 Aug 2016 19:21:26 +0000 (21:21 +0200)]
patch 7.4.2248
Problem: When cancelling the :ptjump prompt a preview window is opened for
a following command.
Solution: Reset g_do_tagpreview. (Hirohito Higashi) Add a test. Avoid that
the test runner gets stuck in trying to close a window.
Bram Moolenaar [Tue, 23 Aug 2016 21:51:21 +0000 (23:51 +0200)]
patch 7.4.2244
Problem: Adding pattern to ":oldfiles" is not a generic solution.
Solution: Add the ":filter /pat/ cmd" command modifier. Only works for some
commands right now.
Bram Moolenaar [Mon, 22 Aug 2016 21:04:33 +0000 (23:04 +0200)]
patch 7.4.2243
Problem: Warning for assigning negative value to unsigned. (Danek Duvall)
Solution: Make cterm_normal_fg_gui_color and _bg_ guicolor_T, cast to long_u
only when an unsigned is needed.
Bram Moolenaar [Sun, 21 Aug 2016 19:03:37 +0000 (21:03 +0200)]
patch 7.4.2238
Problem: With SGR mouse reporting (suckless terminal) the mouse release and
scroll up/down is confused.
Solution: Don't see a release as a scroll up/down. (Ralph Eastwood)
Bram Moolenaar [Sun, 21 Aug 2016 15:45:02 +0000 (17:45 +0200)]
patch 7.4.2236
Problem: The 'langnoremap' option leads to double negatives. And it does
not work for the last character of a mapping.
Solution: Add 'langremap' with the opposite value. Keep 'langnoremap' for
backwards compatibility. Make it work for the last character of a
mapping. Make the test work.
Bram Moolenaar [Sat, 20 Aug 2016 14:57:02 +0000 (16:57 +0200)]
patch 7.4.2230
Problem: There is no equivalent of 'smartcase' for a tag search.
Solution: Add value "followscs" and "smart" to 'tagcase'. (Christian
Brabandt, closes #712) Turn tagcase test into new style.
Bram Moolenaar [Thu, 18 Aug 2016 19:22:04 +0000 (21:22 +0200)]
patch 7.4.2226
Problem: The field names used by getbufinfo(), gettabinfo() and
getwininfo() are not consistent.
Solution: Use bufnr, winnr and tabnr. (Yegappan Lakshmanan)
Bram Moolenaar [Tue, 16 Aug 2016 20:50:55 +0000 (22:50 +0200)]
patch 7.4.2222
Problem: Sourcing a script where a character has 0x80 as a second byte does
not work. (Filipe L B Correia)
Solution: Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian
Brabandt, closes #728) Add a test case.
Bram Moolenaar [Tue, 16 Aug 2016 19:30:54 +0000 (21:30 +0200)]
patch 7.4.2220
Problem: printf() gives an error when the argument for %s is not a string.
(Ozaki Kiichi)
Solution: Behave like invoking string() on the argument. (Ken Takata)
Bram Moolenaar [Tue, 16 Aug 2016 14:08:18 +0000 (16:08 +0200)]
patch 7.4.2217
Problem: When using matchaddpos() a character after the end of the line can
be highlighted.
Solution: Only highlight existing characters. (Hirohito Higashi)
Bram Moolenaar [Mon, 15 Aug 2016 20:16:25 +0000 (22:16 +0200)]
patch 7.4.2215
Problem: It's not easy to find out if a window is a quickfix or location
list window.
Solution: Add "loclist" and "quickfix" entries to the dict returnec by
getwininfo(). (Yegappan Lakshmanan)