]> granicus.if.org Git - vim/log
vim
8 years agopatch 7.4.2238 v7.4.2238
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)

8 years agopatch 7.4.2237 v7.4.2237
Bram Moolenaar [Sun, 21 Aug 2016 17:07:17 +0000 (19:07 +0200)]
patch 7.4.2237
Problem:    Can't use "." and "$" with ":tab".
Solution:   Support a range for ":tab". (Hirohito Higashi)

8 years agopatch 7.4.2236 v7.4.2236
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.

8 years agopatch 7.4.2235 v7.4.2235
Bram Moolenaar [Sun, 21 Aug 2016 13:26:54 +0000 (15:26 +0200)]
patch 7.4.2235
Problem:    submatch() does not check for a valid argument.
Solution:   Give an error if the argument is out of range. (Dominique Pelle)

8 years agopatch 7.4.2234 v7.4.2234
Bram Moolenaar [Sun, 21 Aug 2016 13:00:03 +0000 (15:00 +0200)]
patch 7.4.2234
Problem:    Can't build with +eval but without +quickfix. (John Marriott)
Solution:   Move skip_vimgrep_pat() to separate #ifdef block.

8 years agopatch 7.4.2233 v7.4.2233
Bram Moolenaar [Sun, 21 Aug 2016 12:36:15 +0000 (14:36 +0200)]
patch 7.4.2233
Problem:    Crash when using funcref() with invalid name. (Dominique Pelle)
Solution:   Check for NULL translated name.

8 years agopatch 7.4.2232 v7.4.2232
Bram Moolenaar [Sat, 20 Aug 2016 17:22:16 +0000 (19:22 +0200)]
patch 7.4.2232
Problem:    The default ttimeoutlen is very long.
Solution:   Use "100". (Hirohito Higashi)

8 years agopatch 7.4.2231 v7.4.2231
Bram Moolenaar [Sat, 20 Aug 2016 16:36:54 +0000 (18:36 +0200)]
patch 7.4.2231
Problem:    ":oldfiles" output is a very long list.
Solution:   Add a pattern argument. (Coot, closes #575)

8 years agopatch 7.4.2230 v7.4.2230
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.

8 years agopatch 7.4.2229 v7.4.2229
Bram Moolenaar [Sat, 20 Aug 2016 13:05:39 +0000 (15:05 +0200)]
patch 7.4.2229
Problem:    Startup test fails on Solaris.
Solution:   Recognize a character device. (Danek Duvall)

8 years agopatch 7.4.2228 v7.4.2228
Bram Moolenaar [Thu, 18 Aug 2016 21:04:48 +0000 (23:04 +0200)]
patch 7.4.2228
Problem:    Test files have inconsistant modelines.
Solution:   Don't set 'tabstop' to 2, use 'sts' and 'sw'.

8 years agoUpdated runtime files.
Bram Moolenaar [Thu, 18 Aug 2016 20:54:46 +0000 (22:54 +0200)]
Updated runtime files.

8 years agopatch 7.4.2227 v7.4.2227
Bram Moolenaar [Thu, 18 Aug 2016 20:11:42 +0000 (22:11 +0200)]
patch 7.4.2227
Problem:    Tab page tests are old style.
Solution:   Change into new style tests. (Hirohito Higashi)

8 years agopatch 7.4.2226 v7.4.2226
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)

8 years agopatch 7.4.2225 v7.4.2225
Bram Moolenaar [Wed, 17 Aug 2016 20:29:09 +0000 (22:29 +0200)]
patch 7.4.2225
Problem:    Crash when placing a sign in a deleted buffer.
Solution:   Check for missing buffer name. (Dominique Pelle). Add a test.

8 years agopatch 7.4.2224 v7.4.2224
Bram Moolenaar [Wed, 17 Aug 2016 19:51:56 +0000 (21:51 +0200)]
patch 7.4.2224
Problem:    Compiler warnings with older compiler and 64 bit numbers.
Solution:   Add "LL" to large values. (Mike Williams)

8 years agopatch 7.4.2223 v7.4.2223
Bram Moolenaar [Wed, 17 Aug 2016 19:32:09 +0000 (21:32 +0200)]
patch 7.4.2223
Problem:    Buffer overflow when using latin1 character with feedkeys().
Solution:   Check for an illegal character.  Add a test.

8 years agopatch 7.4.2222 v7.4.2222
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.

8 years agopatch 7.4.2221 v7.4.2221
Bram Moolenaar [Tue, 16 Aug 2016 19:58:41 +0000 (21:58 +0200)]
patch 7.4.2221
Problem:    printf() does not support binary format.
Solution:   Add %b and %B. (Ozaki Kiichi)

8 years agopatch 7.4.2220 v7.4.2220
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)

8 years agopatch 7.4.2219 v7.4.2219
Bram Moolenaar [Tue, 16 Aug 2016 19:04:41 +0000 (21:04 +0200)]
patch 7.4.2219
Problem:    Recursive call to substitute gets stuck in sandbox. (Nikolai
            Pavlov)
Solution:   Handle the recursive call. (Christian Brabandt, closes #950)
            Add a test.

8 years agopatch 7.4.2218 v7.4.2218
Bram Moolenaar [Tue, 16 Aug 2016 17:21:11 +0000 (19:21 +0200)]
patch 7.4.2218
Problem:    Can't build with +timers when +digraph is not included.
Solution:   Change #ifdef for e_number_exp. (Damien)

8 years agoUpdated runtime files.
Bram Moolenaar [Tue, 16 Aug 2016 16:33:43 +0000 (18:33 +0200)]
Updated runtime files.

8 years agopatch 7.4.2217 v7.4.2217
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)

8 years agopatch 7.4.2216 v7.4.2216
Bram Moolenaar [Mon, 15 Aug 2016 20:54:49 +0000 (22:54 +0200)]
patch 7.4.2216
Problem:    Test fails without the +sign feature.
Solution:   Only check for signcolumn with the +sign feature.

8 years agopatch 7.4.2215 v7.4.2215
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)

8 years agopatch 7.4.2214 v7.4.2214
Bram Moolenaar [Sun, 14 Aug 2016 18:27:34 +0000 (20:27 +0200)]
patch 7.4.2214
Problem:    A font that uses ligatures messes up the screen display.
Solution:   Put spaces between characters when building the glyph table.
            (based on a patch from Manuel Schiller)

8 years agopatch 7.4.2213 v7.4.2213
Bram Moolenaar [Sun, 14 Aug 2016 17:54:54 +0000 (19:54 +0200)]
patch 7.4.2213
Problem:    Cannot highlight the "~" lines at the end of a window differently.
Solution:   Add the EndOfBuffer highlighting. (Marco Hinz, James McCoy)

8 years agopatch 7.4.2212 v7.4.2212
Bram Moolenaar [Sun, 14 Aug 2016 17:08:45 +0000 (19:08 +0200)]
patch 7.4.2212
Problem:    Mark " is not set when closing a window in another tab. (Guraga)
Solution:   Check all tabs for the window to be valid. (based on patch by
            Hirohito Higashi, closes #974)

8 years agopatch 7.4.2211 v7.4.2211
Bram Moolenaar [Sun, 14 Aug 2016 16:23:21 +0000 (18:23 +0200)]
patch 7.4.2211
Problem:    Mouse support is not automatically enabled with simple term.
Solution:   Recognize "st" and other names. (Manuel Schiller, closes #963)

8 years agopatch 7.4.2210 v7.4.2210
Bram Moolenaar [Sun, 14 Aug 2016 15:32:52 +0000 (17:32 +0200)]
patch 7.4.2210
Problem:    On OSX configure mixes up a Python framework and the Unix layout.
Solution:   Make configure check properly. (Tim D. Smith, closes #980)

8 years agopatch 7.4.2209 v7.4.2209
Bram Moolenaar [Sun, 14 Aug 2016 14:07:48 +0000 (16:07 +0200)]
patch 7.4.2209
Problem:    Cannot map <M-">. (Stephen Riehm)
Solution:   Solve the memory access problem in another way. (Dominique Pelle)
            Allow for using <M-\"> in a string.

8 years agopatch 7.4.2208 v7.4.2208
Bram Moolenaar [Sun, 14 Aug 2016 13:32:11 +0000 (15:32 +0200)]
patch 7.4.2208
Problem:    Test for mappings is old style.
Solution:   Convert the test to new style.

8 years agopatch 7.4.2207 v7.4.2207
Bram Moolenaar [Sat, 13 Aug 2016 14:39:56 +0000 (16:39 +0200)]
patch 7.4.2207
Problem:    The +xpm feature is not sorted properly in :version output.
Solution:   Move it up. (Tony Mechelynck)

8 years agopatch 7.4.2206 v7.4.2206
Bram Moolenaar [Sat, 13 Aug 2016 13:29:14 +0000 (15:29 +0200)]
patch 7.4.2206
Problem:    Warning for unused function.
Solution:   Put the function inside #ifdef. (John Marriott)

8 years agopatch 7.4.2205 v7.4.2205
Bram Moolenaar [Sat, 13 Aug 2016 13:07:41 +0000 (15:07 +0200)]
patch 7.4.2205
Problem:    'wildignore' always applies to getcompletion().
Solution:   Add an option to use 'wildignore' or not. (Yegappan Lakshmanan)

8 years agoUpdated runtime files.
Bram Moolenaar [Fri, 12 Aug 2016 20:54:35 +0000 (22:54 +0200)]
Updated runtime files.

8 years agopatch 7.4.2204 v7.4.2204
Bram Moolenaar [Fri, 12 Aug 2016 20:23:25 +0000 (22:23 +0200)]
patch 7.4.2204
Problem:    It is not easy to get information about buffers, windows and
            tabpages.
Solution:   Add getbufinfo(), getwininfo() and gettabinfo(). (Yegappan
            Lakshmanan)

8 years agopatch 7.4.2203 v7.4.2203
Bram Moolenaar [Fri, 12 Aug 2016 17:17:13 +0000 (19:17 +0200)]
patch 7.4.2203
Problem:    Test fails with normal features.
Solution:   Check is signs are supported.

8 years agopatch 7.4.2202 v7.4.2202
Bram Moolenaar [Fri, 12 Aug 2016 16:51:58 +0000 (18:51 +0200)]
patch 7.4.2202
Problem:    Build fails with small features.
Solution:   Correct option initialization.

8 years agopatch 7.4.2201 v7.4.2201
Bram Moolenaar [Fri, 12 Aug 2016 16:29:59 +0000 (18:29 +0200)]
patch 7.4.2201
Problem:    The sign column disappears when the last sign is deleted.
Solution:   Add the 'signcolumn' option. (Christian Brabandt)

8 years agopatch 7.4.2200 v7.4.2200
Bram Moolenaar [Fri, 12 Aug 2016 14:29:27 +0000 (16:29 +0200)]
patch 7.4.2200
Problem:    Cannot get all information about a quickfix list.
Solution:   Add an optional argument to get/set loc/qf list(). (Yegappan
            Lakshmanan)

8 years agopatch 7.4.2199 v7.4.2199
Bram Moolenaar [Fri, 12 Aug 2016 12:08:25 +0000 (14:08 +0200)]
patch 7.4.2199
Problem:    In the GUI the cursor is hidden when redrawing any window,
            causing flicker.
Solution:   Only undraw the cursor when updating the window it's in.

8 years agopatch 7.4.2198 v7.4.2198
Bram Moolenaar [Thu, 11 Aug 2016 20:52:42 +0000 (22:52 +0200)]
patch 7.4.2198
Problem:    Test alot sometimes fails under valgrind. (Dominique Pelle)
Solution:   Avoid passing a callback with the wrong number of arguments.

8 years agopatch 7.4.2197 v7.4.2197
Bram Moolenaar [Thu, 11 Aug 2016 20:51:05 +0000 (22:51 +0200)]
patch 7.4.2197
Problem:    All functions are freed on exit, which may hide leaks.
Solution:   Only free named functions, not reference counted ones.

8 years agopatch 7.4.2196 v7.4.2196
Bram Moolenaar [Wed, 10 Aug 2016 21:02:45 +0000 (23:02 +0200)]
patch 7.4.2196
Problem:    glob2regpat test doesn't test everything on MS-Windows.
Solution:   Add patterns with backslash handling.

8 years agopatch 7.4.2195 v7.4.2195
Bram Moolenaar [Wed, 10 Aug 2016 20:02:40 +0000 (22:02 +0200)]
patch 7.4.2195
Problem:    MS-Windows: The vimrun program does not support Unicode.
Solution:   Use GetCommandLineW().  Cleanup old #ifdefs. (Ken Takata)

8 years agopatch 7.4.2194 v7.4.2194
Bram Moolenaar [Wed, 10 Aug 2016 19:36:23 +0000 (21:36 +0200)]
patch 7.4.2194
Problem:    Sign tests don't cover enough.
Solution:   Add more test cases. (Dominique Pelle)

8 years agopatch 7.4.2193 v7.4.2193
Bram Moolenaar [Wed, 10 Aug 2016 19:28:44 +0000 (21:28 +0200)]
patch 7.4.2193
Problem:    With Gnome when the GUI can't start test_startup hangs.
Solution:   Call gui_mch_early_init_check(). (Hirohito Higashi)

8 years agopatch 7.4.2192 v7.4.2192
Bram Moolenaar [Wed, 10 Aug 2016 18:53:05 +0000 (20:53 +0200)]
patch 7.4.2192
Problem:    Generating prototypes with Cygwin doesn't work well.
Solution:   Change #ifdefs. (Ken Takata)

8 years agopatch 7.4.2191 v7.4.2191
Bram Moolenaar [Wed, 10 Aug 2016 18:45:07 +0000 (20:45 +0200)]
patch 7.4.2191
Problem:    No automatic prototype for vim_main2().
Solution:   Move the #endif. (Ken Takata)

8 years agopatch 7.4.2190 v7.4.2190
Bram Moolenaar [Tue, 9 Aug 2016 20:58:21 +0000 (22:58 +0200)]
patch 7.4.2190
Problem:    When startup test fails it's not easy to find out why.
            GUI test fails with Gnome.
Solution:   Add the help entry matches to a list an assert that.
            Set $HOME for Gnome to create .gnome2 directory.

8 years agopatch 7.4.2189 v7.4.2189
Bram Moolenaar [Tue, 9 Aug 2016 20:14:05 +0000 (22:14 +0200)]
patch 7.4.2189
Problem:    Cannot detect encoding in a fifo.
Solution:   Extend the stdin way of detecting encoding to fifo.  Add a test
            for detecting encoding on stdin and fifo. (Ken Takata)

8 years agopatch 7.4.2188 v7.4.2188
Bram Moolenaar [Tue, 9 Aug 2016 19:51:40 +0000 (21:51 +0200)]
patch 7.4.2188
Problem:    Completion does not work properly with some plugins.
Solution:   Revert the part related to typing CTRL-E. (closes #972)

8 years agopatch 7.4.2187 v7.4.2187
Bram Moolenaar [Mon, 8 Aug 2016 21:26:51 +0000 (23:26 +0200)]
patch 7.4.2187
Problem:    glob2regpat test fails on Windows.
Solution:   Remove the checks that use backslashes.

8 years agopatch 7.4.2186 v7.4.2186
Bram Moolenaar [Mon, 8 Aug 2016 20:46:14 +0000 (22:46 +0200)]
patch 7.4.2186
Problem:    Timers test is flaky.
Solution:   Relax the sleep time check.

8 years agopatch 7.4.2185 v7.4.2185
Bram Moolenaar [Mon, 8 Aug 2016 20:42:04 +0000 (22:42 +0200)]
patch 7.4.2185
Problem:    Test glob2regpat does not test much.
Solution:   Add a few more test cases. (Dominique Pelle)

8 years agopatch 7.4.2184 v7.4.2184
Bram Moolenaar [Mon, 8 Aug 2016 20:34:14 +0000 (22:34 +0200)]
patch 7.4.2184
Problem:    Tests that use RunVim() do not actually perform the test.
Solution:   Use "return" instead of "call". (Ken Takata)

8 years agopatch 7.4.2183 v7.4.2183
Bram Moolenaar [Mon, 8 Aug 2016 20:26:48 +0000 (22:26 +0200)]
patch 7.4.2183
Problem:    Sign tests are old style.
Solution:   Turn them into new style tests. (Dominique Pelle)

8 years agopatch 7.4.2182 v7.4.2182
Bram Moolenaar [Mon, 8 Aug 2016 18:43:27 +0000 (20:43 +0200)]
patch 7.4.2182
Problem:    Color Grey40 used in startup but not in the short list.
Solution:   Add Grey40 to the builtin colors.

8 years agopatch 7.4.2181 v7.4.2181
Bram Moolenaar [Sun, 7 Aug 2016 18:20:50 +0000 (20:20 +0200)]
patch 7.4.2181
Problem:    Compiler warning for unused variable.
Solution:   Remove it. (Dominique Pelle)

8 years agopatch 7.4.2180 v7.4.2180
Bram Moolenaar [Sun, 7 Aug 2016 16:22:53 +0000 (18:22 +0200)]
patch 7.4.2180
Problem:    There is no easy way to stop all timers.  There is no way to
            temporary pause a timer.
Solution:   Add timer_stopall() and timer_pause().

8 years agopatch 7.4.2179 v7.4.2179
Bram Moolenaar [Sun, 7 Aug 2016 14:50:10 +0000 (16:50 +0200)]
patch 7.4.2179
Problem:    Reading from stdin test fails on MS-Windows.
Solution:   Strip the extra space.

8 years agopatch 7.4.2178 v7.4.2178
Bram Moolenaar [Sun, 7 Aug 2016 14:36:40 +0000 (16:36 +0200)]
patch 7.4.2178
Problem:    No test for reading from stdin.
Solution:   Add a test.

8 years agopatch 7.4.2177 v7.4.2177
Bram Moolenaar [Sun, 7 Aug 2016 13:51:39 +0000 (15:51 +0200)]
patch 7.4.2177
Problem:    No testing for -C and -N command line flags, file arguments,
            startuptime.
Solution:   Add tests.

8 years agopatch 7.4.2176 v7.4.2176
Bram Moolenaar [Sun, 7 Aug 2016 13:19:26 +0000 (15:19 +0200)]
patch 7.4.2176
Problem:    #ifdefs in main() are complicated.
Solution:   Always define vim_main2().  Move params to the file level.
            (suggested by Ken Takata)

8 years agopatch 7.4.2175 v7.4.2175
Bram Moolenaar [Sun, 7 Aug 2016 12:03:13 +0000 (14:03 +0200)]
patch 7.4.2175
Problem:    Insufficient testing of cscope.
Solution:   Add more tests. (Dominique Pelle)

8 years agopatch 7.4.2174 v7.4.2174
Bram Moolenaar [Sun, 7 Aug 2016 11:48:20 +0000 (13:48 +0200)]
patch 7.4.2174
Problem:    Adding duplicate flags to 'whichwrap' leaves commas behind.
Solution:   Also remove the commas. (Naruhiko Nishino)

8 years agopatch 7.4.2173 v7.4.2173
Bram Moolenaar [Sat, 6 Aug 2016 21:03:59 +0000 (23:03 +0200)]
patch 7.4.2173
Problem:    Can't test help on MS-Windows.
Solution:   Skip the test.

8 years agopatch 7.4.2172 v7.4.2172
Bram Moolenaar [Sat, 6 Aug 2016 20:31:42 +0000 (22:31 +0200)]
patch 7.4.2172
Problem:    No test for "vim --help".
Solution:   Add a test.

8 years agopatch 7.4.2171 v7.4.2171
Bram Moolenaar [Sat, 6 Aug 2016 20:27:28 +0000 (22:27 +0200)]
patch 7.4.2171
Problem:    MS-Windows build fails.
Solution:   Add QueryPerformanceCounter().

8 years agopatch 7.4.2170 v7.4.2170
Bram Moolenaar [Sat, 6 Aug 2016 20:05:07 +0000 (22:05 +0200)]
patch 7.4.2170
Problem:    Cannot get information about timers.
Solution:   Add timer_info().

8 years agopatch 7.4.2169 v7.4.2169
Bram Moolenaar [Sat, 6 Aug 2016 19:37:27 +0000 (21:37 +0200)]
patch 7.4.2169
Problem:    Startup test gets stuck on MS-Windows.
Solution:   Use double quotes.

8 years agopatch 7.4.2168 v7.4.2168
Bram Moolenaar [Sat, 6 Aug 2016 18:36:34 +0000 (20:36 +0200)]
patch 7.4.2168
Problem:    Not running the startup test on MS-Windows.
Solution:   Write vimcmd.

8 years agopatch 7.4.2167 v7.4.2167
Bram Moolenaar [Sat, 6 Aug 2016 17:45:31 +0000 (19:45 +0200)]
patch 7.4.2167
Problem:    Small build can't run tests.
Solution:   Don't try setting 'packpath'.

8 years agopatch 7.4.2166 v7.4.2166
Bram Moolenaar [Sat, 6 Aug 2016 17:24:23 +0000 (19:24 +0200)]
patch 7.4.2166
Problem:    Small build can't run startup test.
Solution:   Skip the test.

8 years agopatch 7.4.2165 v7.4.2165
Bram Moolenaar [Sat, 6 Aug 2016 17:16:43 +0000 (19:16 +0200)]
patch 7.4.2165
Problem:    Startup test fails on MS-Windows.
Solution:   Don't check output if RunVim() returns zero.

8 years agopatch 7.4.2164 v7.4.2164
Bram Moolenaar [Sat, 6 Aug 2016 17:01:55 +0000 (19:01 +0200)]
patch 7.4.2164
Problem:    It is not possible to use plugins in an "after" directory to tune
            the behavior of a package.
Solution:   First load plugins from non-after directories, then packages and
            finally plugins in after directories.
            Reset 'loadplugins' before executing --cmd arguments.

8 years agopatch 7.4.2163 v7.4.2163
Bram Moolenaar [Sat, 6 Aug 2016 13:29:22 +0000 (15:29 +0200)]
patch 7.4.2163
Problem:    match() and related functions tested with old style test.
Solution:   Convert to new style test. (Hirohito Higashi)

8 years agopatch 7.4.2162 v7.4.2162
Bram Moolenaar [Sat, 6 Aug 2016 12:12:50 +0000 (14:12 +0200)]
patch 7.4.2162
Problem:    Result of getcompletion('', 'sign') depends on previous
            completion.
Solution:   Call set_context_in_sign_cmd(). (Dominique Pelle)

8 years agopatch 7.4.2161 v7.4.2161
Bram Moolenaar [Fri, 5 Aug 2016 20:51:13 +0000 (22:51 +0200)]
patch 7.4.2161
Problem:    Expression test fails without conceal feature.
Solution:   Only check "conceal" with the conceal feature.

8 years agopatch 7.4.2160 v7.4.2160
Bram Moolenaar [Fri, 5 Aug 2016 20:22:06 +0000 (22:22 +0200)]
patch 7.4.2160
Problem:    setmatches() mixes up values. (Nikolai Pavlov)
Solution:   Save the string instead of reusing a shared buffer.

8 years agopatch 7.4.2159 v7.4.2159
Bram Moolenaar [Fri, 5 Aug 2016 19:25:29 +0000 (21:25 +0200)]
patch 7.4.2159
Problem:    Insufficient testing for cscope.
Solution:   Add more tests. (Dominique Pelle)

8 years agopatch 7.4.2158 v7.4.2158
Bram Moolenaar [Fri, 5 Aug 2016 18:35:13 +0000 (20:35 +0200)]
patch 7.4.2158
Problem:    Result of getcompletion('', 'cscope') depends on previous
            completion. (Christian Brabandt)
Solution:   Call set_context_in_cscope_cmd().

8 years agopatch 7.4.2157 v7.4.2157
Bram Moolenaar [Fri, 5 Aug 2016 17:31:57 +0000 (19:31 +0200)]
patch 7.4.2157
Problem:    Test_job_start_fails() is expected to report memory leaks, making
            it hard to see other leaks in test_partial.
Solution:   Move Test_job_start_fails() to a separate test file.

8 years agopatch 7.4.2156 v7.4.2156
Bram Moolenaar [Thu, 4 Aug 2016 20:00:15 +0000 (22:00 +0200)]
patch 7.4.2156
Problem:    Compiler warning.
Solution:   Add type cast. (Ken Takata, Mike Williams)

8 years agopatch 7.4.2155 v7.4.2155
Bram Moolenaar [Thu, 4 Aug 2016 19:21:13 +0000 (21:21 +0200)]
patch 7.4.2155
Problem:    Quotes make GUI test fail on MS-Windows.
Solution:   Remove quotes, strip white space.

8 years agopatch 7.4.2154 v7.4.2154
Bram Moolenaar [Thu, 4 Aug 2016 19:11:32 +0000 (21:11 +0200)]
patch 7.4.2154
Problem:    Test_communicate() fails sometimes.
Solution:   Add it to the flaky tests.

8 years agopatch 7.4.2153 v7.4.2153
Bram Moolenaar [Thu, 4 Aug 2016 18:05:50 +0000 (20:05 +0200)]
patch 7.4.2153
Problem:    GUI test isn't testing much.
Solution:   Turn into a new style test.  Execute a shell command.

8 years agopatch 7.4.2152 v7.4.2152
Bram Moolenaar [Wed, 3 Aug 2016 20:08:45 +0000 (22:08 +0200)]
patch 7.4.2152
Problem:    No proper translation of messages with a count.
Solution:   Use ngettext(). (Sergey Alyoshin)

8 years agopatch 7.4.2151 v7.4.2151
Bram Moolenaar [Wed, 3 Aug 2016 19:04:53 +0000 (21:04 +0200)]
patch 7.4.2151
Problem:    Quickfix test fails on MS-Windows.
Solution:   Close the help window. (Christian Brabandt)

8 years agopatch 7.4.2150 v7.4.2150
Bram Moolenaar [Wed, 3 Aug 2016 18:54:57 +0000 (20:54 +0200)]
patch 7.4.2150
Problem:    Warning with MinGW 64. (John Marriott)
Solution:   Change return type. (Ken Takata)

8 years agopatch 7.4.2149 v7.4.2149
Bram Moolenaar [Tue, 2 Aug 2016 21:04:49 +0000 (23:04 +0200)]
patch 7.4.2149
Problem:    If a test leaves a window open a following test may fail.
Solution:   Always close extra windows after running a test.

8 years agopatch 7.4.2148 v7.4.2148
Bram Moolenaar [Tue, 2 Aug 2016 21:01:40 +0000 (23:01 +0200)]
patch 7.4.2148
Problem:    Not much testing for cscope.
Solution:   Add a test that uses the cscope program. (Christian Brabandt)

8 years agopatch 7.4.2147 v7.4.2147
Bram Moolenaar [Tue, 2 Aug 2016 20:51:42 +0000 (22:51 +0200)]
patch 7.4.2147
Problem:    test_alot fails.
Solution:   Close window.

8 years agopatch 7.4.2146 v7.4.2146
Bram Moolenaar [Tue, 2 Aug 2016 20:36:02 +0000 (22:36 +0200)]
patch 7.4.2146
Problem:    Not enough testing for popup menu.  CTRL-E does not always work
            properly.
Solution:   Add more tests.  When using CTRL-E check if the popup menu is
            visible. (Christian Brabandt)

8 years agopatch 7.4.2145 v7.4.2145
Bram Moolenaar [Tue, 2 Aug 2016 19:55:17 +0000 (21:55 +0200)]
patch 7.4.2145
Problem:    Win32: Using CreateThread/ExitThread is not safe.
Solution:   Use _beginthreadex and return from the thread. (Ken Takata)

8 years agopatch 7.4.2144 v7.4.2144
Bram Moolenaar [Tue, 2 Aug 2016 19:41:28 +0000 (21:41 +0200)]
patch 7.4.2144
Problem:    On MS-Windows quickix does not handle a line with 1023 bytes
            ending in CR-LF properly.
Solution:   Don't consider CR a line break. (Ken Takata)

8 years agoUpdated runtime files.
Bram Moolenaar [Tue, 2 Aug 2016 19:04:33 +0000 (21:04 +0200)]
Updated runtime files.

8 years agopatch 7.4.2143 v7.4.2143
Bram Moolenaar [Mon, 1 Aug 2016 20:49:22 +0000 (22:49 +0200)]
patch 7.4.2143
Problem:    A funccal is garbage collected while it can still be used.
Solution:   Set copyID in all referenced functions.  Do not list lambda
            functions with ":function".