summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-05-28patch 7.4.1851Bram Moolenaar
Problem: test_syn_attr failes when using the GUI. (Dominique Pelle) Solution: Escape the font name properly.
2016-05-28patch 7.4.1850Bram Moolenaar
Problem: GUI freezes when using a job. (Shougo) Solution: Unregister the channel when there is an input error.
2016-05-27patch 7.4.1849Bram Moolenaar
Problem: Still trying to read from channel that is going to be closed. (Ramel Eshed) Solution: Check if ch_to_be_closed is set.
2016-05-26patch 7.4.1848Bram Moolenaar
Problem: Can't build with Strawberry Perl 5.24. Solution: Define S_SvREFCNT_dec() if needed. (Damien, Ken Takata)
2016-05-25patch 7.4.1847Bram Moolenaar
Problem: Getting an item from a NULL dict crashes. Setting a register to a NULL list crashes. (Nikolai Pavlov, issue #768) Comparing a NULL dict with a NULL dict fails. Solution: Properly check for NULL.
2016-05-25patch 7.4.1846Bram Moolenaar
Problem: Ubsan detects a multiplication overflow. Solution: Don't use orig_mouse_time when it's zero. (Dominique Pelle)
2016-05-25patch 7.4.1845Bram Moolenaar
Problem: Mentioning NetBeans when reading from channel. (Ramel Eshed) Solution: Make the text more generic.
2016-05-25patch 7.4.1844Bram Moolenaar
Problem: Using old function name in comment. More functions should start with test_. Solution: Rename function in comment. (Higashi Higashi) Rename disable_char_avail_for_testing() to test_disable_char_avail(). And alloc_fail() to test_alloc_fail().
2016-05-25patch 7.4.1843Bram Moolenaar
Problem: Tests involving Python are flaky. Solution: Set the pt_auto field. Add tests. (Nikolai Pavlov)
2016-05-24patch 7.4.1842Bram Moolenaar
Problem: get() works for Partial but not for Funcref. Solution: Accept Funcref. Also return the function itself. (Nikolai Pavlov)
2016-05-24patch 7.4.1841Bram Moolenaar
Problem: The code to reallocate the buffer used for quickfix is repeated. Solution: Move the code to a function. (Yegappan Lakshmanan, closes #831)
2016-05-24patch 7.4.1840Bram Moolenaar
Problem: When using packages an "after" directory cannot be used. Solution: Add the "after" directory of the package to 'runtimepath' if it exists.
2016-05-24patch 7.4.1839Bram Moolenaar
Problem: Cannot get the items stored in a partial. Solution: Support using get() on a partial.
2016-05-24patch 7.4.1838Bram Moolenaar
Problem: Functions specifically for testing do not sort together. Solution: Rename garbagecollect_for_testing() to test_garbagecollect_now(). Add test_null_list(), test_null_dict(), etc.
2016-05-24patch 7.4.1837Bram Moolenaar
Problem: The BufUnload event is triggered twice, when :bunload is used with set to or . Solution: Do not trigger the event when ml_mfp is NULL. (Hirohito Higashi)
2016-05-24patch 7.4.1836Bram Moolenaar
Problem: When using a partial on a dictionary it always gets bound to that dictionary. Solution: Make a difference between binding a function to a dictionary explicitly or automatically.
2016-05-24patch 7.4.1835Bram Moolenaar
Problem: When splitting and closing a window the status height changes. Solution: Compute the frame height correctly. (Hirohito Higashi)
2016-05-24patch 7.4.1834Bram Moolenaar
Problem: Possible crash when conceal is active. Solution: Check for the screen to be valid when redrawing a line.
2016-05-24patch 7.4.1833Bram Moolenaar
Problem: Cannot use an Ex command for 'keywordprg'. Solution: Accept an Ex command. (Nelo-Thara Wallus)
2016-05-17patch 7.4.1832Bram Moolenaar
Problem: Memory leak in debug commands. Solution: Free memory before overwriting the pointer. (hint by Justin Keyes)
2016-05-15patch 7.4.1831Bram Moolenaar
Problem: When timer_stop() is called with a string there is no proper error message. Solution: Require getting a number. (Bjorn Linse)
2016-05-11patch 7.4.1830Bram Moolenaar
Problem: non-antialiased misnamed. Solution: Use NONANTIALIASED and NONANTIALIASED_QUALITY. (Kim Brouer, closes #793)
2016-05-09patch 7.4.1829Bram Moolenaar
Problem: No message on channel log when buffer was freed. Solution: Log a message.
2016-05-09patch 7.4.1828Bram Moolenaar
Problem: May try to access buffer that's already freed. Solution: When freeing a buffer remove it from any channel.
2016-05-09patch 7.4.1827Bram Moolenaar
Problem: No error when invoking a callback when it's not safe. Solution: Add an error message. Avoid the error when freeing a channel.
2016-05-09patch 7.4.1826Bram Moolenaar
Problem: Callbacks are invoked when it's not safe. (Andrew Stewart) Solution: When a channel is to be closed don't invoke callbacks right away, wait for a safe moment.
2016-05-08patch 7.4.1825Bram Moolenaar
Problem: When job writes to buffer nothing is written. (Nicola) Solution: Do not discard a channel before writing is done.
2016-05-08patch 7.4.1824Bram Moolenaar
Problem: When a job is no longer referenced and does not have an exit callback the process may hang around in defunc state. (Nicola) Solution: Call job_status() if the job is running and won't get freed because it might still be useful.
2016-05-08patch 7.4.1823Bram Moolenaar
Problem: Warning from 64 bit compiler. Solution: Add type cast. (Mike Williams)
2016-05-08Updated runtime files.Bram Moolenaar
2016-05-08patch 7.4.1822Bram Moolenaar
Problem: Redirecting stdout of a channel to "null" doesn't work. (Nicola) Solution: Correct the file descriptor number.
2016-05-07patch 7.4.1821Bram Moolenaar
Problem: Test fails on MS-Windows. Solution: Sort the completion results.
2016-05-07patch 7.4.1820Bram Moolenaar
Problem: Removing language from help tags too often. Solution: Only remove @en when not needed. (Hirohito Higashi)
2016-05-05patch 7.4.1819Bram Moolenaar
Problem: Compiler warnings when sprintf() is a macro. Solution: Don't interrupt sprintf() with an #ifdef. (Michael Jarvis, closes #788)
2016-05-05patch 7.4.1818Bram Moolenaar
Problem: Help completion adds @en to all matches except the first one. Solution: Remove "break", go over all items.
2016-05-04patch 7.4.1817Bram Moolenaar
Problem: The screen is not updated if a callback is invoked when closing a channel. Solution: Invoke redraw_after_callback().
2016-05-01patch 7.4.1816Bram Moolenaar
Problem: Looping over a null list throws an error. Solution: Skip over the for loop.
2016-05-01patch 7.4.1815Bram Moolenaar
Problem: Compiler warnings for unused variables. (Ajit Thakkar) Solution: Add a dummy initialization. (Yasuhiro Matsumoto)
2016-05-01patch 7.4.1814Bram Moolenaar
Problem: A channel may be garbage collected while it's still being used by a job. (James McCoy) Solution: Mark the channel as used if the job is still used. Do the same for channels that are still used.
2016-05-01patch 7.4.1813Bram Moolenaar
Problem: Memory access error when running test_quickfix. Solution: Allocate one more byte. (Yegappan Lakshmanan)
2016-05-01patch 7.4.1812Bram Moolenaar
Problem: Failure on startup with Athena and Motif. Solution: Check for INVALCOLOR. (Kazunobu Kuriyama)
2016-04-30patch 7.4.1811Bram Moolenaar
Problem: Netbeans channel gets garbage collected. Solution: Set reference in nb_channel.
2016-04-30patch 7.4.1810Bram Moolenaar
Problem: Sending DETACH after a channel was closed isn't useful. Solution: Only add DETACH for a netbeans channel.
2016-04-30patch 7.4.1809Bram Moolenaar
Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name.
2016-04-30patch 7.4.1808Bram Moolenaar
Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata)
2016-04-30patch 7.4.1807Bram Moolenaar
Problem: Test_out_close_cb sometimes fails. Solution: Always write DETACH to out, not err.
2016-04-30patch 7.4.1806Bram Moolenaar
Problem: 'termguicolors' option missing from the options window. Solution: Add the entry.
2016-04-30patch 7.4.1805Bram Moolenaar
Problem: Running tests in shadow dir fails. Solution: Link the samples directory
2016-04-30patch 7.4.1804Bram Moolenaar
Problem: Can't use Vim as MANPAGER. Solution: Add manpager.vim. (Enno Nagel, closes #491)
2016-04-30patch 7.4.1803Bram Moolenaar
Problem: GTK3 doesn't handle menu separaters properly. Solution: Use gtk_separator_menu_item_new(). (Kazunobu Kuriyama)