1
0
forked from aniani/vim

Commit Graph

  • 945ec093cd patch 7.4.1909 Problem: Doubled semicolons. Solution: Reduce to one. (Dominique Pelle) v7.4.1909 Bram Moolenaar 2016-06-08 21:17:43 +02:00
  • 5ce4a0b96a patch 7.4.1908 Problem: Netbeans uses uninitialzed pointer and freed memory. Solution: Set "buffer" at the right place (hint by Ken Takata) v7.4.1908 Bram Moolenaar 2016-06-08 20:17:23 +02:00
  • 1d5f1d07ae patch 7.4.1907 Problem: Warnings from 64 bit compiler. Solution: Change type to size_t. (Mike Williams) v7.4.1907 Bram Moolenaar 2016-06-07 22:50:01 +02:00
  • 5f1032d2a5 patch 7.4.1906 Problem: Collapsing channel buffers and searching for NL does not work properly. (Xavier de Gary, Ramel Eshed) Solution: Do not assume the buffer contains a NUL or not. Change NUL bytes to NL to avoid the string is truncated. v7.4.1906 Bram Moolenaar 2016-06-07 22:16:36 +02:00
  • fdd82fe365 patch 7.4.1905 Problem: Some compilers can't handle a double semicolon. Solution: Remove one semicolon. v7.4.1905 Bram Moolenaar 2016-06-06 21:38:44 +02:00
  • c60954b48e patch 7.4.1904 Problem: Build fails. Solution: Add missing changes. v7.4.1904 Bram Moolenaar 2016-06-06 21:20:10 +02:00
  • 45d2eeaad6 patch 7.4.1903 Problem: When writing viminfo merging current history with history in viminfo may drop recent history entries. Solution: Add new format for viminfo lines, use it for history entries. Use a timestamp for ordering the entries. Add test_settime(). Add the viminfo version. Does not do merging on timestamp yet. v7.4.1903 Bram Moolenaar 2016-06-06 21:07:52 +02:00
  • bbe8d91e69 patch 7.4.1902 Problem: No test for collapsing buffers for a channel. Some text is lost. Solution: Add a simple test. Set rq_buflen correctly. v7.4.1902 Bram Moolenaar 2016-06-05 16:10:57 +02:00
  • 762f175437 patch 7.4.1901 Problem: Win32: the "Disabled" menu items would appear enabled. Solution: Use submenu_id if there is a parent. (Shane Harper, closes #834) v7.4.1901 Bram Moolenaar 2016-06-04 22:36:17 +02:00
  • 28b942a064 patch 7.4.1900 Problem: Using CTRL-] in the help on "{address}." doesn't work. Solution: Recognize an item in {}. (Hirohito Higashi, closes #814) v7.4.1900 Bram Moolenaar 2016-06-04 22:31:27 +02:00
  • 8e31fd52ec patch 7.4.1899 Problem: GTK 3: cursor blinking doesn't work well. Solution: Instead of gui_gtk_window_clear() use gui_mch_clear_block(). (Kazunobu Kuriyama) v7.4.1899 Bram Moolenaar 2016-06-04 22:18:13 +02:00
  • 63a60ded3f patch 7.4.1898 Problem: User commands don't support modifiers. Solution: Add the <mods> item. (Yegappan Lakshmanan, closes #829) v7.4.1898 Bram Moolenaar 2016-06-04 22:08:55 +02:00
  • fd89d7ea81 patch 7.4.1897 Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style. v7.4.1897 Bram Moolenaar 2016-06-04 20:25:05 +02:00
  • 82af8710bf Updated runtime files. Bram Moolenaar 2016-06-04 20:20:29 +02:00
  • 82faa259cc patch 7.4.1896 Problem: Invoking mark_adjust() when adding a new line below the last line is pointless. Solution: Skip calling mark_adjust() when appending below the last line. v7.4.1896 Bram Moolenaar 2016-06-04 20:14:07 +02:00
  • 888ccac890 patch 7.4.1895 Problem: Cannot use a window ID where a window number is expected. Solution: Add LOWEST_WIN_ID, so that the window ID can be used where a number is expected. v7.4.1895 Bram Moolenaar 2016-06-04 18:49:36 +02:00
  • 511972d810 patch 7.4.1894 Problem: Cannot get the window ID for a mouse click. Solution: Add v:mouse_winid. v7.4.1894 Bram Moolenaar 2016-06-04 18:09:59 +02:00
  • b3619a90ea patch 7.4.1893 Problem: Cannot easily get the window ID for a buffer. Solution: Add bufwinid(). v7.4.1893 Bram Moolenaar 2016-06-04 17:58:52 +02:00
  • c9721bdc63 patch 7.4.1892 Problem: balloon eval only gets the window number, not the ID. Solution: Add v:beval_winid. v7.4.1892 Bram Moolenaar 2016-06-04 17:41:03 +02:00
  • 9ed96efb3d patch 7.4.1891 Problem: Channel reading very long lines is slow. Solution: Collapse multiple buffers until a NL is found. v7.4.1891 Bram Moolenaar 2016-06-04 17:17:11 +02:00
  • 703a8044b5 patch 7.4.1890 Problem: GUI: When channel data is received the cursor blinking is interrupted. (Ramel Eshed) Solution: Don't update the cursor when it is blinking. v7.4.1890 Bram Moolenaar 2016-06-04 16:24:32 +02:00
  • 35d88f4e2f patch 7.4.1889 Problem: When umask is set to 0177 Vim can't create temp files. (Lcd) Solution: Also correct umask when using mkdtemp(). v7.4.1889 Bram Moolenaar 2016-06-04 14:52:00 +02:00
  • 76b6dfe54b patch 7.4.1888 Problem: Wrong computation of remaining wait time in RealWaitForChar() Solution: Remember the original waiting time. v7.4.1888 Bram Moolenaar 2016-06-04 14:37:22 +02:00
  • e30a3d01dc patch 7.4.1887 Problem: When receiving channel data 'updatetime' is not respected. Solution: Recompute the waiting time after being interrupted. v7.4.1887 Bram Moolenaar 2016-06-04 14:11:20 +02:00
  • cda7764d8e patch 7.4.1886 Problem: When waiting for a character is interrupted by receiving channel data and the first character of a mapping was typed, the mapping times out. (Ramel Eshed) Solution: When dealing with channel data don't return from mch_inchar(). v7.4.1886 Bram Moolenaar 2016-06-04 13:32:35 +02:00
  • 1aa07bdead patch 7.4.1885 Problem: MinGW console build defaults to not having +channel. Solution: Include the channel feature if building with huge features. (Ken Takata) v7.4.1885 Bram Moolenaar 2016-06-03 19:43:16 +02:00
  • 2f095a4bc4 patch 7.4.1884 Problem: Updating marks in a quickfix list is very slow when the list is long. Solution: Only update marks if the buffer has a quickfix entry. v7.4.1884 Bram Moolenaar 2016-06-03 19:05:49 +02:00
  • ea0345901c patch 7.4.1883 Problem: Cppcheck found 2 incorrect printf formats. Solution: Use %ld and %lx. (Dominique Pelle) v7.4.1883 Bram Moolenaar 2016-06-02 22:27:08 +02:00
  • b37662a0fb patch 7.4.1882 Problem: Check for line break at end of line wrong. (Dominique Pelle) Solution: Correct the logic. v7.4.1882 Bram Moolenaar 2016-06-02 22:18:47 +02:00
  • 83e6d7ac6a patch 7.4.1881 Problem: Appending to a long quickfix list is slow. Solution: Add qf_last. v7.4.1881 Bram Moolenaar 2016-06-02 22:08:05 +02:00
  • 76929af431 patch 7.4.1880 Problem: MS-Windows console build defaults to not having +channel. Solution: Include the channel feature if building with huge features. v7.4.1880 Bram Moolenaar 2016-06-02 20:26:41 +02:00
  • e38a2f7ebd patch 7.4.1879 Problem: Channel test is flaky. Solution: Wait for close_cb to be invoked. v7.4.1879 Bram Moolenaar 2016-06-02 20:07:09 +02:00
  • cf7c11a947 patch 7.4.1878 Problem: Whether a job has exited isn't detected until a character is typed. After calling exit_cb the cursor is in the wrong place. Solution: Don't wait forever for a character to be typed when there is a pending job. Update the screen if neede after calling exit_cb. v7.4.1878 Bram Moolenaar 2016-06-02 20:05:26 +02:00
  • 01d46e41ba patch 7.4.1877 Problem: No test for invoking "close_cb" when writing to a buffer. Solution: Add using close_cb to a test case. v7.4.1877 Bram Moolenaar 2016-06-02 19:06:25 +02:00
  • a0055ad3a7 patch 7.4.1876 Problem: Typing "k" at the hit-enter prompt has no effect. Solution: Don't assume recursive use of the prompt if a character was typed. (Hirohito Higashi) v7.4.1876 Bram Moolenaar 2016-06-02 18:37:05 +02:00
  • 8e759ba865 patch 7.4.1875 Problem: Comparing functions and partials doesn't work well. Solution: Add tests. (Nikolai Pavlov) Compare the dict and arguments in the partial. (closes #813) v7.4.1875 Bram Moolenaar 2016-06-02 17:46:20 +02:00
  • ae3f33040b patch 7.4.1874 Problem: Unused variable in Win32 code. Solution: Remove it. (Mike Williams) v7.4.1874 Bram Moolenaar 2016-06-02 15:49:36 +02:00
  • 4231da403e patch 7.4.1873 Problem: When a callback adds a timer the GUI doesn't use it until later. (Ramel Eshed) Solution: Return early if a callback adds a timer. v7.4.1873 Bram Moolenaar 2016-06-02 14:30:04 +02:00
  • c4bc0e6542 patch 7.4.1872 Problem: Still build problem with old version of Perl. Solution: Also define SvREFCNT_inc_void_NN if needed. (Ken Takata) v7.4.1872 Bram Moolenaar 2016-06-02 13:54:49 +02:00
  • 864293abb7 patch 7.4.1871 Problem: Appending to the quickfix list while the quickfix window is open is very slow. Solution: Do not delete all the lines, only append the new ones. Avoid using a window while updating the list. (closes #841) v7.4.1871 Bram Moolenaar 2016-06-02 13:40:04 +02:00
  • dec6c7beda patch 7.4.1870 Problem: One more Win64 compiler warning. Solution: Change declared argument type. (Ken Takata) v7.4.1870 Bram Moolenaar 2016-06-02 11:57:38 +02:00
  • cf190c6f01 patch 7.4.1869 Problem: Can't build with old version of Perl. Solution: Define PERLIO_FUNCS_DECL. (Tom G. Christensen) v7.4.1869 Bram Moolenaar 2016-06-02 11:54:06 +02:00
  • b89a25f17e patch 7.4.1868 Problem: Setting really_exiting causes memory leaks to be reported. Solution: Add the in_free_all_mem flag. v7.4.1868 Bram Moolenaar 2016-06-01 23:08:39 +02:00
  • 3c809343c7 patch 7.4.1867 Problem: Memory leak in test_matchstrpos. Solution: Free the string before overwriting. (Yegappan Lakshmanan) v7.4.1867 Bram Moolenaar 2016-06-01 22:34:48 +02:00
  • a96732150c patch 7.4.1866 Problem: Invalid memory access when exiting with EXITFREE defined. (Dominique Pelle) Solution: Set "really_exiting" and skip error messages. v7.4.1866 Bram Moolenaar 2016-06-01 22:21:06 +02:00
  • 9ad73239c2 patch 7.4.1865 Problem: Memory leaks in tet49. (Dominique Pelle) Solution: Use NULL instead of an empty string. v7.4.1865 Bram Moolenaar 2016-06-01 22:08:17 +02:00
  • 22081f4a33 patch 7.4.1864 Problem: Python: encoding error with Python 2. Solution: Use "getcwdu" instead of "getcwd". (Ken Takata) v7.4.1864 Bram Moolenaar 2016-06-01 20:38:34 +02:00
  • 9b0ac229bc patch 7.4.1863 Problem: Compiler warnings on Win64. Solution: Adjust types, add type casts. (Ken Takata) v7.4.1863 Bram Moolenaar 2016-06-01 20:31:43 +02:00
  • 18dfb4404a patch 7.4.1862 Problem: string() with repeated argument does not give a result usable by eval(). Solution: Refactor echo_striong and tv2string(), moving the common part to echo_string_core(). (Ken Takata) v7.4.1862 Bram Moolenaar 2016-05-31 22:31:23 +02:00
  • b055066a1d patch 7.4.1861 Problem: Compiler warnings with 64 bit compiler. Solution: Change int to size_t. (Mike William) v7.4.1861 Bram Moolenaar 2016-05-31 21:37:36 +02:00
  • e3188e2615 patch 7.4.1860 Problem: Using a partial for timer_start() may cause a crash. Solution: Set the copyID in timer objects. (Ozaki Kiichi) v7.4.1860 Bram Moolenaar 2016-05-31 21:13:04 +02:00
  • ef3abc6442 patch 7.4.1859 Problem: Cannot use a function reference for "exit_cb". Solution: Use get_callback(). (Yegappan Lakshmanan) v7.4.1859 Bram Moolenaar 2016-05-29 16:44:26 +02:00
  • b127cfd75f patch 7.4.1858 Problem: When a channel writes to a buffer it doesn't find a buffer by the short name but re-uses it anyway. Solution: Find buffer also by the short name. v7.4.1858 Bram Moolenaar 2016-05-29 16:24:50 +02:00
  • 9f5842e63f patch 7.4.1857 Problem: When a channel appends to a buffer that is 'nomodifiable' there is an error but appending is done anyway. Solution: Add the 'modifiable' option. Refuse to write to a 'nomodifiable' when the value is 1. v7.4.1857 Bram Moolenaar 2016-05-29 16:17:08 +02:00
  • 324a78f3b6 patch 7.4.1856 Problem: failing job test fails on MS-Windows. Solution: Expect "fail" status instead of "dead". v7.4.1856 Bram Moolenaar 2016-05-28 22:47:12 +02:00
  • 655da31a18 patch 7.4.1855 Problem: Valgrind reports memory leak for job that is not freed. Solution: Free all jobs on exit. Add test for failing job. v7.4.1855 Bram Moolenaar 2016-05-28 22:22:34 +02:00
  • d80629cef0 patch 7.4.1854 Problem: When setting 'termguicolors' the Ignore highlighting doesn't work. (Charles Campbell) Solution: Handle the color names "fg" and "bg" when the GUI isn't running and no colors are speficied, fall back to black and white. v7.4.1854 Bram Moolenaar 2016-05-28 15:53:53 +02:00
  • 28ae577342 patch 7.4.1853 Problem: Crash when job and channel are in the same dict while using partials. (Luc Hermitte) Solution: Do not decrement the channel reference count too early. v7.4.1853 Bram Moolenaar 2016-05-28 14:16:10 +02:00
  • af6c12c27b patch 7.4.1852 Problem: Unix: Cannot run all tests with the GUI. Solution: Add the "testgui" target. v7.4.1852 Bram Moolenaar 2016-05-28 13:40:10 +02:00
  • 180fc2d418 patch 7.4.1851 Problem: test_syn_attr failes when using the GUI. (Dominique Pelle) Solution: Escape the font name properly. v7.4.1851 Bram Moolenaar 2016-05-28 13:28:10 +02:00
  • bf981eeb6b patch 7.4.1850 Problem: GUI freezes when using a job. (Shougo) Solution: Unregister the channel when there is an input error. v7.4.1850 Bram Moolenaar 2016-05-28 13:20:31 +02:00
  • 5850a764ea patch 7.4.1849 Problem: Still trying to read from channel that is going to be closed. (Ramel Eshed) Solution: Check if ch_to_be_closed is set. v7.4.1849 Bram Moolenaar 2016-05-27 19:59:48 +02:00
  • 6727bf8617 patch 7.4.1848 Problem: Can't build with Strawberry Perl 5.24. Solution: Define S_SvREFCNT_dec() if needed. (Damien, Ken Takata) v7.4.1848 Bram Moolenaar 2016-05-26 22:10:00 +02:00
  • 13ddc5c359 patch 7.4.1847 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. v7.4.1847 Bram Moolenaar 2016-05-25 22:51:17 +02:00
  • 54c10ccf92 patch 7.4.1846 Problem: Ubsan detects a multiplication overflow. Solution: Don't use orig_mouse_time when it's zero. (Dominique Pelle) v7.4.1846 Bram Moolenaar 2016-05-25 22:00:11 +02:00
  • f8df45d84f patch 7.4.1845 Problem: Mentioning NetBeans when reading from channel. (Ramel Eshed) Solution: Make the text more generic. v7.4.1845 Bram Moolenaar 2016-05-25 21:48:13 +02:00
  • 8e8df251bf patch 7.4.1844 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(). v7.4.1844 Bram Moolenaar 2016-05-25 21:23:21 +02:00
  • 2177f9fe18 patch 7.4.1843 Problem: Tests involving Python are flaky. Solution: Set the pt_auto field. Add tests. (Nikolai Pavlov) v7.4.1843 Bram Moolenaar 2016-05-25 20:39:09 +02:00
  • 03e19a04ac patch 7.4.1842 Problem: get() works for Partial but not for Funcref. Solution: Accept Funcref. Also return the function itself. (Nikolai Pavlov) v7.4.1842 Bram Moolenaar 2016-05-24 22:29:49 +02:00
  • 26852128a2 Update runtime files. Bram Moolenaar 2016-05-24 20:02:38 +02:00
  • 2b2b8ae5ab patch 7.4.1841 Problem: The code to reallocate the buffer used for quickfix is repeated. Solution: Move the code to a function. (Yegappan Lakshmanan, closes #831) v7.4.1841 Bram Moolenaar 2016-05-24 19:59:51 +02:00
  • a570244531 patch 7.4.1840 Problem: When using packages an "after" directory cannot be used. Solution: Add the "after" directory of the package to 'runtimepath' if it exists. v7.4.1840 Bram Moolenaar 2016-05-24 19:37:29 +02:00
  • 2bbf8eff6f patch 7.4.1839 Problem: Cannot get the items stored in a partial. Solution: Support using get() on a partial. v7.4.1839 Bram Moolenaar 2016-05-24 18:37:12 +02:00
  • 574860b5ee patch 7.4.1838 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. v7.4.1838 Bram Moolenaar 2016-05-24 17:33:34 +02:00
  • c67e892134 patch 7.4.1837 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) v7.4.1837 Bram Moolenaar 2016-05-24 16:07:40 +02:00
  • 1d429610bf patch 7.4.1836 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. v7.4.1836 Bram Moolenaar 2016-05-24 15:44:17 +02:00
  • 991dea3ab1 patch 7.4.1835 Problem: When splitting and closing a window the status height changes. Solution: Compute the frame height correctly. (Hirohito Higashi) v7.4.1835 Bram Moolenaar 2016-05-24 11:31:32 +02:00
  • 908be43879 patch 7.4.1834 Problem: Possible crash when conceal is active. Solution: Check for the screen to be valid when redrawing a line. v7.4.1834 Bram Moolenaar 2016-05-24 10:51:30 +02:00
  • 2ff8b64679 patch 7.4.1833 Problem: Cannot use an Ex command for 'keywordprg'. Solution: Accept an Ex command. (Nelo-Thara Wallus) v7.4.1833 Bram Moolenaar 2016-05-24 10:46:45 +02:00
  • 06d2d38ab7 Updated runtime files. Bram Moolenaar 2016-05-20 17:24:11 +02:00
  • dc303bce10 patch 7.4.1832 Problem: Memory leak in debug commands. Solution: Free memory before overwriting the pointer. (hint by Justin Keyes) v7.4.1832 Bram Moolenaar 2016-05-17 17:45:38 +02:00
  • e40d75f6ef patch 7.4.1831 Problem: When timer_stop() is called with a string there is no proper error message. Solution: Require getting a number. (Bjorn Linse) v7.4.1831 Bram Moolenaar 2016-05-15 18:00:19 +02:00
  • 73a733e08b patch 7.4.1830 Problem: non-antialiased misnamed. Solution: Use NONANTIALIASED and NONANTIALIASED_QUALITY. (Kim Brouer, closes #793) v7.4.1830 Bram Moolenaar 2016-05-11 21:05:05 +02:00
  • de7eb0a47b patch 7.4.1829 Problem: No message on channel log when buffer was freed. Solution: Log a message. v7.4.1829 Bram Moolenaar 2016-05-09 20:54:33 +02:00
  • e0f76d0097 patch 7.4.1828 Problem: May try to access buffer that's already freed. Solution: When freeing a buffer remove it from any channel. v7.4.1828 Bram Moolenaar 2016-05-09 20:38:53 +02:00
  • fb6ffc732e patch 7.4.1827 Problem: No error when invoking a callback when it's not safe. Solution: Add an error message. Avoid the error when freeing a channel. v7.4.1827 Bram Moolenaar 2016-05-09 17:58:04 +02:00
  • cf7ff70ca7 patch 7.4.1826 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. v7.4.1826 Bram Moolenaar 2016-05-09 17:20:14 +02:00
  • 5d96e3ae53 patch 7.4.1825 Problem: When job writes to buffer nothing is written. (Nicola) Solution: Do not discard a channel before writing is done. v7.4.1825 Bram Moolenaar 2016-05-08 21:47:01 +02:00
  • 36e0f7da9b patch 7.4.1824 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. v7.4.1824 Bram Moolenaar 2016-05-08 13:21:12 +02:00
  • d9db8b448c patch 7.4.1823 Problem: Warning from 64 bit compiler. Solution: Add type cast. (Mike Williams) v7.4.1823 Bram Moolenaar 2016-05-08 12:52:05 +02:00
  • 91c4937be1 Updated runtime files. Bram Moolenaar 2016-05-08 09:50:29 +02:00
  • ea83bf06b9 patch 7.4.1822 Problem: Redirecting stdout of a channel to "null" doesn't work. (Nicola) Solution: Correct the file descriptor number. v7.4.1822 Bram Moolenaar 2016-05-08 09:40:51 +02:00
  • 4ed6b2e2d7 patch 7.4.1821 Problem: Test fails on MS-Windows. Solution: Sort the completion results. v7.4.1821 Bram Moolenaar 2016-05-07 22:28:53 +02:00
  • 9ccaae04c6 patch 7.4.1820 Problem: Removing language from help tags too often. Solution: Only remove @en when not needed. (Hirohito Higashi) v7.4.1820 Bram Moolenaar 2016-05-07 18:36:48 +02:00
  • 827b165b2a patch 7.4.1819 Problem: Compiler warnings when sprintf() is a macro. Solution: Don't interrupt sprintf() with an #ifdef. (Michael Jarvis, closes #788) v7.4.1819 Bram Moolenaar 2016-05-05 18:14:03 +02:00
  • 89c79b9932 patch 7.4.1818 Problem: Help completion adds @en to all matches except the first one. Solution: Remove "break", go over all items. v7.4.1818 Bram Moolenaar 2016-05-05 17:18:41 +02:00
  • cefe4f9948 patch 7.4.1817 Problem: The screen is not updated if a callback is invoked when closing a channel. Solution: Invoke redraw_after_callback(). v7.4.1817 Bram Moolenaar 2016-05-04 21:49:19 +02:00
  • d8585eded6 patch 7.4.1816 Problem: Looping over a null list throws an error. Solution: Skip over the for loop. v7.4.1816 Bram Moolenaar 2016-05-01 23:05:53 +02:00
  • 9a3b3311d2 patch 7.4.1815 Problem: Compiler warnings for unused variables. (Ajit Thakkar) Solution: Add a dummy initialization. (Yasuhiro Matsumoto) v7.4.1815 Bram Moolenaar 2016-05-01 20:20:49 +02:00
  • b8d4905592 patch 7.4.1814 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. v7.4.1814 Bram Moolenaar 2016-05-01 14:22:16 +02:00