aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
Commit message (Collapse)AuthorAge
* build: remove CFLAGS from :version in non-debug builds #15424Gregory Anders2021-08-23
| | | A step towards reproducible builds.
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
|
* buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
|
* version.c: update [skip ci] (#14328)github-actions[bot]2021-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: marvim <marvim@users.noreply.github.com> vim-patch:8.1.1433: win_execute() may leave popup window focused vim-patch:8.1.2257: MS-Windows GUI: scroll wheel always uses current window vim-patch:8.2.0520: tests are not listed in sorted order vim-patch:8.2.2794: Linux users don't know how to get ncurses vim-patch:8.2.2807: build fails with tiny features vim-patch:8.2.2818: no jump added when opening terminal in current window vim-patch:8.2.2823: MS-Windows: launching Vim from installer doesn't open README vim-patch:8.2.2830: terminal colors are not updated when 'background' is set vim-patch:8.2.2836: build failure without the +quickfix feature vim-patch:8.2.2841: MS-Windows: cursor wrong when 'lz' and 'stl' are set vim-patch:8.2.2845: MS-Windows: warning for signed/unsigned comparison vim-patch:8.2.2852: configure can add --as-needed a second time vim-patch:8.2.2859: Tcl test fails because of changed error message vim-patch:8.2.2876: configure cannot detect Python 3.10 vim-patch:8.2.2883: MS-Windows manifest file name is misleading vim-patch:8.2.2889: typo and verbose comment in Makefiles vim-patch:8.2.2891: cannot build with Perl 5.34 vim-patch:8.2.2899: Appveyor script does not detect nmake failure vim-patch:8.2.2907: memory leak when running out of memory vim-patch:8.2.2909: build error with non-Unix system vim-patch:8.2.2913: MS-Windows conpty supports using mouse events vim-patch:8.2.2919: using ":!command" does not work if it uses posix_spawn() vim-patch:8.2.2923: EBCDIC build is broken vim-patch:8.2.2924: superfluous extern declaration vim-patch:8.2.2929: accidentally enable tcl by default vim-patch:8.2.2939: GTK: righthand scrollbar does not show with split window vim-patch:8.2.2940: MS-Windows: cannot see the size when resizing vim-patch:e307073680d498b113c7df8250abd5676de1ed13 vim-patch:8fbd6723af3248a1fa46fa1e610804841603abe5 vim-patch:d52986e7be366b6f8c9e18078648f1c5219c4335 vim-patch:7a212c625362d86327878d57269d63f6a2ca5d2b vim-patch:424e98baab3bf05d7946f99ddfa180ae71570650 vim-patch:2b72821924ff514727b60fb0b647d5caae8336f7 vim-patch:c882e4d169fd5e0364bc91642040337efe7327a6
* version.c: update [ci skip] (#13705)Jan Edmund Lazo2021-01-30
| | | | | | | | | | | | | | | | vim-patch:8.2.2307: a shell command in the vimrc causes terminal output vim-patch:8.2.2312: build failure with Ruby 3.0 and 32 bits vim-patch:8.2.2326: build error with +eval feature but without +spell vim-patch:8.2.2337: configure test for GTK only says "no" vim-patch:8.2.2346: Codecov reports every little coverage drop vim-patch:8.2.2347: build failure without GUI vim-patch:8.2.2348: no check for modified files after focus gained vim-patch:8.2.2352: if focus lost/gained is received twice code is not ignored vim-patch:8.2.2358: wrong #ifdef for use_xterm_like_mouse() vim-patch:8.2.2383: focus escape sequences are not named vim-patch:8.2.2407: old jumplist code is never used vim-patch:8.2.2408: MinGW: "--preprocessor" flag no longer supported vim-patch:8.2.2431: warning for -fno-strength-reduce with Clang 11 vim-patch:8.2.2432: libvterm tests are executed even when libtool doesn't work
* vim-patch:8.2.0005: duplication in version info (#13502)Jan Edmund Lazo2020-12-10
| | | | | Problem: Duplication in version info. Solution: Use preprocessor string concatenation. (Ken Takata, closes vim/vim#5357) https://github.com/vim/vim/commit/502122565665674d914a1feeb15ac4a0bb0c8723
* globals: eliminate "has_mbyte" macroJan Edmund Lazo2020-11-14
| | | | | "has_mbyte" always evaluates to "true". Continue dead code removal, started in https://github.com/neovim/neovim/pull/13275.
* vim-patch:8.2.1973: finding a patch number can be a bit slowJan Edmund Lazo2020-11-11
| | | | | | Problem: Finding a patch number can be a bit slow. Solution: Use binary search. (closes vim/vim#7279) https://github.com/vim/vim/commit/232f4612e2b0a6a205ae385740078f6b8af05e75
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
|
* version.c: update [ci skip] (#12763)Marvim the Paranoid Android2020-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.1.0113: compiler warning for unused variable vim-patch:8.1.0294: MS-Windows: sometimes uses short directory name vim-patch:8.1.0297: MS-Windows: tests fail, Vim crashes vim-patch:8.1.0338: MS-Windows: VTP doesn't work properly with Powershell vim-patch:8.1.0718: a couple compiler warnings vim-patch:8.1.0912: MS-Windows: warning for signed/unsigned vim-patch:8.1.1130: MS-Windows: warning for unused variable vim-patch:8.1.1219: not checking for NULL return from alloc() vim-patch:8.1.1487: older msgfmt cannot generate proper .desktop file vim-patch:8.1.1528: popup_any_visible() is unused vim-patch:8.1.2252: compiler warning for int size vim-patch:8.1.2323: Old MSVC version no longer tested. vim-patch:8.1.2424: MS-Windows: console buffer is resized unnecessarily vim-patch:8.2.0541: Travis CI does not give compiler warnings vim-patch:8.2.0545: unused arguments ignored in non-standard way vim-patch:8.2.0550: some changes in the libvterm upstream code vim-patch:8.2.0553: error for unused argument vim-patch:8.2.0608: warning from clang when building message test vim-patch:8.2.0781: compiler warning for not using value in Lua vim-patch:8.2.0838: MS-Windows: compiler warning for uninitialized variables vim-patch:8.2.0891: clang warns for invalid conversion vim-patch:8.2.1234: Lua build problem with old compiler vim-patch:8.2.1487: Travis: installing snd-dummy is not always useful vim-patch:8.2.1495: "make clean" may delete too many files vim-patch:8.2.1545: ch_logfile() is unclear about closing when forking vim-patch:8.2.1546: build rule for Vim.app is unused vim-patch:8.2.1559: s390x tests work again vim-patch:8.2.1567: no example to use ubsan with clang vim-patch:8.2.1579: reports from asan are not optimal vim-patch:8.2.1583: MS-Windows: cannot easily measure code coverage vim-patch:8.2.1589: term_start() options for size are overruled by 'termwinsize' vim-patch:8.2.1594: pull requests on github do not notify a maintainer vim-patch:8.2.1595: cannot easily see what Vim sends to the terminal vim-patch:8.2.1596: using win_screenpos('.') in tests works but is wrong vim-patch:8.2.1598: starting a hidden terminal resizes the current window vim-patch:8.2.1605: default maintainer on github is wrong
* version.c: update [ci skip] (#12662)Marvim the Paranoid Android2020-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.1454: when in silent mode too much output is buffered vim-patch:8.1.0464: MS-Windows: job_info() has cmd without backslashes vim-patch:8.1.0581: double free without the text properties feature vim-patch:8.1.1392: build failure in tiny version vim-patch:8.1.1541: check for ASAN is not reliable vim-patch:8.1.1640: the CursorHold autocommand takes down a balloon vim-patch:8.1.1808: build failure for tiny version vim-patch:8.2.0062: memory test is flaky on FreeBSD vim-patch:8.2.0524: Win32: searching for file matches is slow vim-patch:8.2.0525: Win32: typo in assignment and misplaced paren vim-patch:8.2.0569: build failure with tiny version vim-patch:8.2.0774: t_TI and t_TE are output when using 'visualbell' vim-patch:8.2.1225: linker errors when building with dynamic Python 3.9 vim-patch:8.2.1226: MS-Windows: windows positioning wrong depending on taskbar vim-patch:8.2.1228: scrollbars not flush against the window edges when maximised vim-patch:8.2.1231: MS-Windows: GUI code can be cleaned up vim-patch:8.2.1232: MS-Windows GUI: Snap cancelled by split command vim-patch:8.2.1240: GUI tests sometimes fail because of translations vim-patch:8.2.1245: build failure in tiny version vim-patch:8.2.1248: Netbeans test is flaky in the GUI vim-patch:8.2.1264: terminal getwinpos() test is a bit flaky vim-patch:8.2.1266: Makefile preference were accidentally included vim-patch:8.2.1273: MS-Windows: terminal test may leave file behind vim-patch:8.2.1277: tests on Travis do not run with EXITFREE vim-patch:8.2.1279: some tests on Travis have EXITFREE duplicated vim-patch:8.2.1298: compiler warning for unused argument in small version vim-patch:8.2.1309: build failure with tiny version vim-patch:8.2.1310: configure with Xcode 12 fails to check for tgetent vim-patch:8.2.1312: MS-Windows: terminal test may fail if dir.exe exists vim-patch:8.2.1317: MS-Windows tests on AppVeyor are slow vim-patch:8.2.1318: no status badge for Github CI vim-patch:8.2.1319: status badge for Github CI has wrong link vim-patch:8.2.1321: GitHub CI also runs on tag push vim-patch:8.2.1327: Mac: configure can't find Tcl libraries vim-patch:8.2.1330: Github workflow takes longer than needed vim-patch:8.2.1334: Github workflow timeout needs tuning vim-patch:8.2.1335: CTRL-C in the GUI doesn't interrupt vim-patch:8.2.1336: build failure on non-Unix systems vim-patch:8.2.1346: small build fails vim-patch:8.2.1348: build failure without the eval feature vim-patch:8.2.1353: crash when drawing double-wide character in terminal window vim-patch:8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirected vim-patch:8.2.1385: no testing on ARM vim-patch:8.2.1389: file missing from the distribution vim-patch:8.2.1402: s390x tests always fail vim-patch:8.2.1422: the Mac GUI implementation is outdated vim-patch:8.2.1424: Mac build fails vim-patch:8.2.1436: function implementing :substitute has unexpected name vim-patch:8.2.1442: outdated references to the Mac Carbon GUI vim-patch:8.2.1448: test 77a for VMS depends on small.vim which does not exist vim-patch:8.2.1449: some test makefiles delete files that are not generated vim-patch:8.2.1456: MS-Windows: test files are not deleted
* version.c: update [ci skip] (#12581)Marvim the Paranoid Android2020-07-03
| | | | | vim-patch:8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI vim-patch:8.2.1115: iminsert test fails when compiled with VIMDLL vim-patch:8.2.1119: configure fails with Xcode 12 beta
* version.c: update [ci skip] (#12524)Marvim the Paranoid Android2020-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.1543: with 'termguicolors' Normal color doesn't work correctly vim-patch:8.1.0089: error when ending the terminal debugger vim-patch:8.1.0557: Termdebug: gdb may use X.Y for breakpoint number vim-patch:8.1.0575: Termdebug: clearing multi-breakpoint does not work vim-patch:8.1.0621: terminal debugger does not handle unexpected debugger exit vim-patch:8.1.1637: after running tests and clean the XfakeHOME directory remains vim-patch:8.1.2105: MS-Windows: system() may crash vim-patch:8.1.2116: no check for out of memory vim-patch:8.1.2149: crash when running out of memory very early vim-patch 8.1.2242: creating docs tags uses user preferences vim-patch:8.2.0599: Netbeans interface insufficiently tested vim-patch:8.2.0673: cannot build Haiku in shadow directory vim-patch:8.2.0676: pattern in list of distributed files does not match vim-patch:8.2.0680: PTYGROUP and PTYMODE are unused vim-patch:8.2.0689: when using getaddrinfo() the error message is unclear vim-patch:8.2.0702: running channel tests may leave running process behind vim-patch:8.2.0709: MS-Windows: compiler warning for int vs size_t vim-patch:8.2.0720: occasional exit when encountering an X error vim-patch:8.2.0727: MS-Windows: new gcc compiler does not support scanf format vim-patch:8.2.0740: minor message mistakes vim-patch:8.2.0741: Python tests fail because of changed message vim-patch:8.2.0744: the name vim is not capatilized in a message vim-patch:8.2.0750: netbeans test is a bit flaky vim-patch:8.2.0756: MS-Windows: still a compiler warning vim-patch:8.2.0762: buffer is not considered modified after setting crypt key vim-patch:8.2.0763: GUI test fails without the terminal feature vim-patch:8.2.0765: In the GUI can't use all the modifiers. vim-patch:8.2.0767: modifyOtherKeys active when using a shell command in autocmd vim-patch:8.2.0770: cannot map CTRL-B when using the GUI vim-patch:8.2.0773: switching to raw mode every time ":" is used vim-patch:8.2.0776: libvterm code lags behind the upstream version vim-patch:8.2.0777: terminal test fails vim-patch:8.2.0778: libvterm code lags behind the upstream version vim-patch:8.2.0779: tmode_T not used everywhere vim-patch:8.2.0780: libvterm code lags behind the upstream version vim-patch:8.2.0783: libvterm code lags behind the upstream version vim-patch:8.2.0784: libvterm code lags behind the upstream version vim-patch:8.2.0785: libvterm code lags behind the upstream version vim-patch:8.2.0786: channel test is flaky on FreeBSD vim-patch:8.2.0787: libvterm code lags behind the upstream version vim-patch:8.2.0788: memory leak in libvterm vim-patch:8.2.0792: build failure with small features vim-patch:8.2.0794: libvterm code lags behind the upstream version vim-patch:8.2.0795: libvterm code lags behind the upstream version vim-patch:8.2.0796: MS-Windows: compiler can't handle C99 construct in libvterm vim-patch:8.2.0797: MS-Windows: compiler still can't handle C99 construct vim-patch:8.2.0798: libvterm code lags behind the upstream version vim-patch:8.2.0799: build fails if snprintf is not available vim-patch:8.2.0800: errors from failing test are unclear vim-patch:8.2.0801: terminal test fails on Mac vim-patch:8.2.0802: libvterm code lags behind the upstream version vim-patch:8.2.0803: libvterm code lags behind the upstream version vim-patch:8.2.0804: libvterm code lags behind the upstream version vim-patch:8.2.0805: terminal key codes test fails on some systems vim-patch:8.2.0808: not enough testing for the terminal window vim-patch:8.2.0811: terminal keycode test is flaky vim-patch:8.2.0813: libvterm code is slightly different from upstream vim-patch:8.2.0816: terminal test fails when compiled with Athena vim-patch:8.2.0828: Travis: regexp patttern doesn't work everywhere vim-patch:8.2.0830: Motif: can't map "!" vim-patch:8.2.0831: compiler warnings for integer sizes vim-patch:8.2.0833: mapping doesn't work in the GUI vim-patch:8.2.0835: Motif: mapping still doesn't work vim-patch:8.2.0837: compiler warning for value set but not used vim-patch:8.2.0842: MS-Windows: channel tests fail vim-patch:8.2.0846: build failure with small features vim-patch:8.2.0849: BeOS code is not maintained and probably unused vim-patch:8.2.0852: cannot map CTRL-S on some systems vim-patch:8.2.0854: xxd cannot show offset as a decimal number vim-patch:8.2.0857: GTK cell height can be a pixel too much vim-patch:8.2.0870: MS-Windows: Control keys don't work in the GUI vim-patch:8.2.0872: XIM code is mixed with multi-byte code vim-patch:8.2.0885: "make shadow" does not link new lua test dir vim-patch:8.2.0889: using old style comments vim-patch:8.2.0903: comparing WINVER does not work correctly vim-patch:8.2.0910: Vim is not reproducibly buildable vim-patch:8.2.0914: MS-Windows: cannot specify a "modified by" text vim-patch:8.2.0931: some remarks about BeOS remain vim-patch:8.2.0939: checking for term escape sequences is long and confusing vim-patch:8.2.0940: build failure with tiny features vim-patch:8.2.0941: detecting terminal properties is unstructured vim-patch:8.2.0944: xxd test leaves file behind vim-patch:8.2.0962: terminal test sometimes hangs on Travis vim-patch:8.2.0971: build with tiny features fails vim-patch:8.2.0978: leaking memory in termcodes test vim-patch:8.2.0979: a couple of screendump tests fail vim-patch:8.2.0989: crash after resizing a terminal window vim-patch:8.2.1010: build failure in libvterm with debug enabled vim-patch:8.2.1013: channel tests can be a bit flaky vim-patch:8.2.1017: Appveyor output doesn't show MinGW console features vim-patch:8.2.1027: GUI: multi-byte characters do not work in a terminal vim-patch:8.2.1030: reducing size of a terminal window may cause a crash vim-patch:8.2.1031: build failure with Perl5.32 vim-patch:8.2.1057: cannot build with dynamic Lua vim-patch:8.2.1072: missing libvterm test vim-patch:8.2.1093: Python: double free when adding item to dict fails vim-patch:8.2.1094: dead code in libvterm
* version.c: update [ci skip] (#12391)Marvim the Paranoid Android2020-06-21
|
* version.c: update [ci skip] #12196Marvim the Paranoid Android2020-05-01
| | | | | | | | | | | | | | | | vim-patch:8.2.0621: after running tests asan files may remain vim-patch:8.2.0622: Haiku: GUI does not compile vim-patch:8.2.0630: "make tags" does not cover Haiku GUI file vim-patch:8.2.0631: Haiku file formatted with wrong tabstop vim-patch:8.2.0632: crash when using Haiku vim-patch:8.2.0636: :messages does not show the maintainer when $LANG is unset vim-patch:8.2.0642: Vim9: using invalid index vim-patch:8.2.0643: terminal uses brown instead of dark yellow vim-patch:8.2.0645: MS-Windows terminal: CTRL-C does not get to child job vim-patch:8.2.0651: old style benchmark test still in list of distributed files vim-patch:8.2.0654: building with Python fails vim-patch:8.2.0664: included undesired changes in Makefile vim-patch:8.2.0667: cannot install Haiku version from source vim-patch:8.2.0671: Haiku: compiler warnings
* version.c: update [ci skip] (#12084)Marvim the Paranoid Android2020-04-24
|
* version.c: update [ci skip] #11995Marvim the Paranoid Android2020-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.1388: char not overwritten with ambiguous width char vim-patch:8.1.1316: duplicated localtime() call vim-patch:8.1.2134: modifier keys are not always recognized vim-patch:8.1.2135: with modifyOtherKeys Alt-a does not work properly vim-patch:8.2.0373: type of term_sendkeys() is unknown vim-patch:8.2.0376: nasty callback test fails on some systems vim-patch:8.2.0377: no CI test for a big-endian system vim-patch:8.2.0383: wrong feature check causes test not to be run vim-patch:8.2.0384: Travis CI has warnings vim-patch:8.2.0390: terminal postponed scrollback test is flaky vim-patch:8.2.0391: CI test coverage dropped vim-patch:8.2.0394: Coverity complains about using NULL pointer vim-patch:8.2.0395: build fails with FEAT_EVAL but without FEAT_MENU vim-patch:8.2.0405: MSVC: build fails with some combination of features vim-patch:8.2.0410: channel test fails too often on slow Mac vim-patch:8.2.0411: Mac: breakcheck is using a value from the stone ages vim-patch:8.2.0412: MS-Windows: cannot use vimtutor from the start menu vim-patch:8.2.0417: Travis CI config can be improved vim-patch:8.2.0428: buffer name may leak vim-patch:8.2.0431: some compilers don't support using \e for Esc vim-patch:8.2.0434: MS-Windows with VTP: Normal color not working vim-patch:8.2.0435: channel contents might be freed twice vim-patch:8.2.0437: MS-Windows installer contains old stuff vim-patch:8.2.0438: terminal noblock test is very flaky on BSD vim-patch:8.2.0440: terminal noblock test is still very flaky on BSD vim-patch:8.2.0441: terminal noblock test is still failing on BSD vim-patch:8.2.0442: channel contents might be used after being freed vim-patch:8.2.0445: png and xpm files not in MS-Windows zip file vim-patch:8.2.0447: terminal scroll tests fails on some systems vim-patch:8.2.0451: Win32: double-width character displayed incorrectly vim-patch:8.2.0452: channel_parse_messages() fails when called recursively vim-patch:8.2.0455: cannot set the highlight group for a specific terminal vim-patch:8.2.0460: build failure because of wrong feature name vim-patch:8.2.0463: typos and other small problems vim-patch:8.2.0466: not parsing messages recursively breaks the govim plugin vim-patch:8.2.0468: GUI: pixel dust with some fonts and characters vim-patch:8.2.0472: terminal highlight name is set twice, leaking memory vim-patch:8.2.0475: channel out_cb test still fails sometimes on Mac vim-patch:8.2.0476: terminal nasty callback test fails sometimes vim-patch:8.2.0479: unloading shared libraries on exit has no purpose vim-patch:8.2.0481: Travis is still using trusty vim-patch:8.2.0490: Win32: VTP doesn't respect 'restorescreen' vim-patch:8.2.0497: too verbose output from the asan build in Travis vim-patch:8.2.0505: term_getty() not sufficiently tested WinBar requires `W_WINROW` macro but it is removed in 7f21665673686c653389ff4e86a2ce8e17804178. Thus, the following patch is N/A: vim-patch:8.0.1129: window toolbar missing a part of the patch https://github.com/neovim/neovim/issues/11513 makes the following patches for WinBar N/A: vim-patch:8.0.1520: cursor in wrong line when using a WinBar in Terminal window vim-patch:8.1.1263: mouse clicks in WinBar not tested vim-patch:8.1.1266: winbar test doesn't test enough vim-patch:8.1.1272: click on WinBar of other window not tested vim-patch:8.1.1456: WinBar not redrawn after scrolling one line Most `Test_termcodes.vim` tests require removed options like `ttymouse`. The following patches do not have relevant source code changes: vim-patch:8.1.1137: xterm mouse wheel escape sequence is not tested vim-patch:8.1.1142: no test for dragging the window separators with the mouse vim-patch:8.1.1155: termcodes tests can be improved vim-patch:8.1.1160: termcodes test would fail in a very big terminal vim-patch:8.1.1165: no test for mouse clicks in the terminal tabpage line vim-patch:8.1.1167: no test for closing tab by click in tabline vim-patch:8.1.1175: no test for dragging a tab and double click for new tab vim-patch:8.1.1176: test for dragging a tab is flaky vim-patch:8.1.1178: when mouse click tests fails value of 'ttytype' is unknown vim-patch:8.1.1179: no test for mouse clicks in the fold column vim-patch:8.1.1181: tests for mouse clicks are a bit flaky vim-patch:8.1.1216: mouse middle click is not tested vim-patch:8.1.1223: middle mouse click test fails without a clipboard vim-patch:8.1.1244: no tests for CTRL-mouse-click vim-patch:8.1.1247: urxvt mouse codes are not tested vim-patch:8.1.1248: no test for dec mouse vim-patch:8.1.1250: no test for netterm mouse vim-patch:8.1.1469: no test for checking the cursor style response vim-patch:8.1.1471: 'background' not correctly set for 2-digit rgb termresponse vim-patch:8.1.1472: add_termcap_entry() is not tested vim-patch:8.1.1474: 'ttybuiltin' is not tested vim-patch:8.1.2106: no tests for dragging the mouse beyond the window vim-patch:8.1.2118: termcodes test fails when $TERM is "dumb" vim-patch:8.1.2137: parsing the termresponse is not tested vim-patch:8.1.2150: no test for 'ttymouse' set from xterm version response vim-patch:8.1.2169: terminal flags are never reset vim-patch:8.1.2174: screen not recognized as supporting "sgr" mouse codes vim-patch:8.1.2306: double and triple clicks are not tested
* version.c: update [ci skip] #11721Marvim the Paranoid Android2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.1354: Shift-Insert doesn't always work in MS-Windows console vim-patch:8.0.1783: cannot use 256 colors in a MS-Windows console vim-patch:8.1.0028: prompt buffer test fails on MS-Windows vim-patch:8.1.0030: stoping Vim running in a terminal may not work vim-patch:8.1.0349: crash when wiping buffer in a callback vim-patch:8.1.0350: Vim may block on ch_sendraw() vim-patch:8.1.0442: GUI: cursor not drawn after ":redraw | sleep" vim-patch:8.1.0446: options test fails in the GUI vim-patch:8.1.0447: GUI scrollbar test fails with Athena and Motif vim-patch:8.1.0522: :terminal does not show trailing empty lines vim-patch:8.1.0649: setjmp() variables defined globally are used in one file vim-patch:8.1.0788: cannot build with tiny features vim-patch:8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore vim-patch:8.1.0967: stray dependency in test Makefile vim-patch:8.1.0997: using GUI colors in vim.exe when 'termguicolors' is off vim-patch:8.1.1042: the paste test doesn't work properly in the Windows console vim-patch:8.1.1127: getwinpos() doesn't work in terminal on MS-Windows console vim-patch:8.1.1164: gettitle test is failing when server name differs vim-patch:8.1.1166: gettitle test can still fail when another Vim is running vim-patch:8.1.1185: mapping for CTRL-X is inconsistent vim-patch:8.1.1903: cannot build without the +eval feature vim-patch:8.1.2238: error in docs tags goes unnoticed vim-patch:8.1.2353: build failure on FreeBSD vim-patch:8.1.2393: using old C style comments vim-patch:8.1.2397: should not define __USE_XOPEN vim-patch:8.2.0122: readme files still mention MS-DOS vim-patch:8.2.0125: :mode no longer works for any system vim-patch:8.2.0129: MS-Windows installer doesn't use Turkish translations vim-patch:8.2.0138: memory leak when starting a job fails vim-patch:8.2.0139: MS-Windows: default for IME is inconsistent vim-patch:8.2.0140: CI does not test building doc tags vim-patch:8.2.0143: Coverity warning for possible use of NULL pointer vim-patch:8.2.0145: using #error for compilation errors should be OK now vim-patch:8.2.0153: warning shows when listing version info vim-patch:8.2.0157: Vim9 script files not in list of distributed files vim-patch:8.2.0176: generating os headers does not work for Swedish vim-patch:8.2.0181: problems parsing :term arguments vim-patch:8.2.0192: build failure without +terminal feature vim-patch:8.2.0193: still build failure without +terminal feature vim-patch:8.2.0213: configure does not recognize gcc 10.0 and later vim-patch:8.2.0217: terminal test fails on Mac vim-patch:8.2.0219: terminal test still fails on Mac vim-patch:8.2.0220: terminal test did pass on Mac vim-patch:8.2.0228: configure does not recognize gcc version on BSD vim-patch:8.2.0230: terminal popup test is flaky vim-patch:8.2.0231: silent system command may clear the screen vim-patch:8.2.0236: MS-Windows unintall doesn't delete vimtutur.bat vim-patch:8.2.0237: crash when setting 'wincolor' on finished terminal window vim-patch:8.2.0244: compiler warning in Lua interface vim-patch:8.2.0245: MSVC: error message if the auto directory already exists vim-patch:8.2.0246: MSVC: deprecation warnings with Ruby vim-patch:8.2.0247: misleading comment in NSIS installer script vim-patch:8.2.0249: MS-Windows: various warnings vim-patch:8.2.0255: VMS: missing files in build vim-patch:8.2.0259: terminal in popup test sometimes fails vim-patch:8.2.0266: terminal in popup test sometimes fails on Mac vim-patch:8.2.0273: MS-Windows uninstall may delete wrong batch file vim-patch:8.2.0278: channel test is flaky on Mac vim-patch:8.2.0297: compiler warnings for the Ruby interface vim-patch:8.2.0304: terminal test if failing on some systems vim-patch:8.2.0314: short name not set for terminal buffer vim-patch:8.2.0317: MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build vim-patch:8.2.0330: build error with popup window but without terminal vim-patch:8.2.0333: terminal in popup test is flaky vim-patch:8.2.0337: build fails on a few systems vim-patch:8.2.0338: build failure without the channel feature vim-patch:8.2.0345: compiler warning when building without the float feature 8.2.{212,243,250} are connected. 8.2.0250 makes 8.2.0212 N/A. vim-patch:8.2.0212: missing search/substitute pattern hardly tested
* version.c: update [ci skip] #11689Marvim the Paranoid Android2020-01-14
| | | | | | vim-patch:8.0.1789: BufWinEnter does not work well for a terminal window vim-patch:8.2.0105: Vim license not easy to find on github vim-patch:8.2.0106: printf formats are not exactly right vim-patch:8.2.0107: hgignore is out of sync from gitignore
* version.c: update [ci skip] #11636Marvim the Paranoid Android2020-01-07
| | | | | | | | | | | | | | | | | | vim-patch:8.0.0902: cannot specify directory or environment for a job vim-patch:8.0.1127: Test_peek_and_get_char fails on 32 bit system vim-patch:8.1.0661: clipboard regexp might be used recursively vim-patch:8.1.0834: GUI may wait too long before dealing with messages vim-patch:8.2.0040: timers test is still flaky on Travis for Mac vim-patch:8.2.0053: windowsversion() does not always return the right value vim-patch:8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabled vim-patch:8.2.0057: cannot build with small features vim-patch:8.2.0059: compiler warnings for unused variables in small build vim-patch:8.2.0060: message test only runs with one encoding vim-patch:8.2.0065: Amiga and alikes: autoopen only used on Amiga OS4 vim-patch:8.2.0080: globals using INIT4() are not in the tags file vim-patch:8.2.0081: MS-Windows also need the change to support INIT4() vim-patch:8.2.0086: build error for small version vim-patch:8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30 vim-patch:8.2.0100: macros for Ruby are too complicated
* version.c: update [ci skip] #11600Marvim the Paranoid Android2019-12-24
| | | | | | | | | | vim-patch:8.2.0001: #endif comments do reflect corresponding #ifdef vim-patch:8.2.0003: Build file dependencies are incomplete vim-patch:8.2.0009: VMS: terminal version doesn't build vim-patch:8.2.0022: click in popup window doesn't close it in the GUI vim-patch:8.2.0029: MS-Windows: crash with empty job command vim-patch:8.2.0031: MS-Windows: test for empty job fails vim-patch:8.2.0032: MS-Windows: test for blank job fails vim-patch:8.2.0034: missing check for out of memory
* version.c: update [ci skip] #11415Marvim the Paranoid Android2019-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.1.0121: crash when using ballooneval related to 'vartabstop' vim-patch:8.1.0132: lua tests are old style vim-patch:8.1.0134: Lua interface does not support funcref vim-patch:8.1.0758: font number is always one instead of the actual vim-patch:8.1.0808: MS-Windows: build error with GUI vim-patch:8.1.1767: FEAT_SESSION defined separately vim-patch:8.1.1958: old style comments taking up space vim-patch:8.1.2327: cannot build with Hangul input vim-patch:8.1.2328: a few hangul input pieces remain vim-patch:8.1.2352: CI doesn't cover FreeBSD vim-patch:8.1.2354: Cirrus CI runs on another repository vim-patch:8.1.2359: cannot build without FEAT_FLOAT vim-patch:8.1.2370: build problems on VMS vim-patch:8.1.2372: VMS: failing realloc leaks memory vim-patch:8.1.2374: unused parts of libvterm are included vim-patch:8.1.2376: preprocessor indents are incorrect vim-patch:8.1.2383: using old C style comments vim-patch:8.1.2404: channel test fails under valgrind vim-patch:8.1.2407: proto files, dependencies and build instructions outdated vim-patch:8.1.2409: creating the distribution doesn't work as documented vim-patch:8.1.2410: MS-Windows: test_iminsert fails without IME support vim-patch:8.1.2413: cannot update ex_cmdidxs.h on MS-Windows vim-patch:8.1.2414: MS-Windows: properties dialog box shows wrong character vim-patch:8.1.2417: MinGW/Cygwin build does not clean up all files vim-patch:8.1.2423: MS-Windows properties shows version as "8, 1, 0"
* version.c: update [ci skip] #11160Marvim the Paranoid Android2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.1405: duplicated code for getting a typed character vim-patch:8.1.0828: still using FEAT_VIRTUALEDIT vim-patch:8.1.1971: manually enabling features causes build errors vim-patch:8.1.2000: plugin cannot get the current IME status vim-patch:8.1.2119: memory access error for empty string vim-patch:8.1.2122: cannot build without terminal feature vim-patch:8.1.2123: parsing CSI sequence is messy vim-patch:8.1.2128: renamed libvterm sources makes merging difficult vim-patch:8.1.2130: MSVC build fails vim-patch:8.1.2132: MS-Windows: screen mess when not recognizing insider build vim-patch:8.1.2138: including the build number in the Win32 binary is confusing vim-patch:8.1.2144: side effects when using t_ti to enable modifyOtherKeys vim-patch:8.1.2157: libvterm source files missing from distribution vim-patch:8.1.2160: cannot build with +syntax but without +terminal vim-patch:8.1.2163: cannot build with +spell but without +syntax vim-patch:8.1.2170: cannot build without the +termresponse feature vim-patch:8.1.2179: pressing "q" at the more prompt doesn't stop Python output vim-patch:8.1.2186: error for bad regexp even though regexp is not used vim-patch:8.1.2196: MS-Windows: running tests with MSVC lacks updates vim-patch:8.1.2199: build failure when using normal features without GUI vim-patch:8.1.2201: cannot build with dynamically linked Python 3.8 vim-patch:8.1.2202: MS-Windows: build failure with GUI and small features vim-patch:8.1.2203: running libvterm tests without the +terminal feature vim-patch:8.1.2204: crash on exit when closing terminals vim-patch:8.1.2209: LF in escape codes may be expanded to CR-LF vim-patch:8.1.2217: compiler warning for unused variable vim-patch:8.1.2224: cannot build Amiga version vim-patch:8.1.2237: mode() result depends on whether CURSOR_SHAPE is defined vim-patch:8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabled vim-patch:8.1.2254: MS-Windows: mouse scroll wheel doesn't work in popup vim-patch:8.1.2255: ":term ++shell" does not work on MS-Windows vim-patch:8.1.2256: test for ":term ++shell" fails on MS-Windows vim-patch:8.1.2260: terminal test may fail on MS-Windows vim-patch:8.1.2271: build error if FEAT_TAG_BINS is not defined vim-patch:8.1.2284: compiler warning for unused variable vim-patch:8.1.2291: memory leak when executing command in a terminal vim-patch:8.1.2301: MS-Windows GUI: drawing error when background color changes vim-patch:8.1.2311: warning for missing function prototype vim-patch:8.1.2316: FORTIFY_SOURCE can also be present in CPPFLAGS vim-patch:8.1.2318: MS-Windows GUI: main background shows in toolbar https://github.com/neovim/neovim/pull/11215 vim-patch:8.1.0084: user name completion does not work on MS-Windows vim-patch:8.1.0085: no test for completing user name and language vim-patch:8.1.0361: remote user not used for completion
* vim-patch:8.1.2218: "gN" is off by one in Visual modeJaehwang Jerry Jung2019-10-27
| | | | | | Problem: "gN" is off by one in Visual mode. Solution: Check moving forward. (Christian Brabandt, vim/vim#5075) https://github.com/vim/vim/commit/453c19257f6d97904ec2e3823e88e63c983f2f9a
* vim-patch:8.1.2207: "gn" doesn't work quite rightJaehwang Jerry Jung2019-10-27
| | | | | | | Problem: "gn" doesn't work quite right. (Jaehwang Jerry Jung) Solution: Improve and simplify the search logic. (Christian Brabandt, closes vim/vim#5103, closes vim/vim#5075) https://github.com/vim/vim/commit/edaad6e0a0e3c1fcb6a5c2771e647c52475bb19c
* vim-patch:8.1.2173: searchit() has too many argumentsJaehwang Jerry Jung2019-10-27
| | | | | | Problem: Searchit() has too many arguments. Solution: Move optional arguments to a struct. Add the "wrapped" argument. https://github.com/vim/vim/commit/92ea26b925a0835badb0af2d5887238a4198cabb
* version.c: update [ci skip] #10981Marvim the Paranoid Android2019-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0934: change to struts.h missing in patch vim-patch:8.0.1176: job_start() does not handle quote and backslash correctly vim-patch:8.0.1492: memory leak in balloon_split() vim-patch:8.0.1582: in the MS-Windows console mouse movement is not used vim-patch:8.0.1619: Win32 GUI: crash when winpty is not installed vim-patch:8.0.1624: options for term_dumpdiff() and term_dumpload() not implemented vim-patch:8.0.1665: when running a terminal from the GUI 'term' is not useful vim-patch:8.0.1666: % argument in ch_log() causes trouble vim-patch:8.0.1685: can't set ANSI colors of a terminal window vim-patch:8.0.1711: term_setsize() is not implemented yet vim-patch:8.0.1722: cannot specify a minimal size for a terminal window vim-patch:8.0.1725: terminal debugger doesn't handle command arguments vim-patch:8.0.1742: cannot get a list of all the jobs vim-patch:8.0.1798: MS-Windows: file considered read-only too often vim-patch:8.0.1835: print document name does not support multi-byte vim-patch:8.1.0080: can't see the breakpoint number in the terminal debugger vim-patch:8.1.0156: MS-Windows compiler warning vim-patch:8.1.0226: too many #ifdefs vim-patch:8.1.0722: cannot build without the virtualedit feature vim-patch:8.1.0745: compiler warnings for signed/unsigned string vim-patch:8.1.0752: one more compiler warning for signed/unsigned string vim-patch:8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 vim-patch:8.1.2027: MS-Windows: problem with ambiwidth characters vim-patch:8.1.2033: cannot build with tiny features vim-patch:8.1.2049: cannot build tiny version vim-patch:8.1.2061: MS-Windows GUI: ":sh" crashes when trying to use a terminal vim-patch:8.1.2075: get many log messages when waiting for a typed character vim-patch:8.1.2078: build error with +textprop but without +terminal vim-patch:8.1.2084: Amiga: cannot get the user name vim-patch:8.1.2086: missing a few changes for the renamed files vim-patch:8.1.2088: renamed libvterm mouse.c file not in distributed file list vim-patch:8.1.2090: not clear why channel log file ends vim-patch:8.1.2101: write_session_file() often defined but not used vim-patch:8.1.2102: can't build with GTK and FEAT_GUI_GNOME vim-patch:8.1.2112: build number for ConPTY is outdated The following `if_pyth` patch seems to be N/A. In `~/.local/`, python 2 and 3 have their own subfolders in `~/.local/include/` and `~/.local/lib/`. `PYTHONUSERBASE` is enough to make the user modules work (on my machine) for the legacy tests. vim-patch:8.0.1451: difficult to set the python home directories properly The following patch requires `set compatible` and unsupported `cpoptions`: vim-patch:8.1.1331: test 29 is old style
* version.c: update [ci skip] #10961Marvim the Paranoid Android2019-09-09
| | | | | | | | | | | | | | | | | | | vim-patch:8.1.1680: the command table is not well aligned vim-patch:8.1.1994: MS-Windows: cannot build with eval but without cscope vim-patch:8.1.2002: version number 2000 missing vim-patch:8.1.2003: MS-Windows: code page 65001 is not recognized vim-patch:8.1.2006: build failure with huge features but without channel feature vim-patch:8.1.2015: terminal altscreen test still fails sometimes vim-patch:8.1.2016: terminal altscreen test now fails on MS-Windows `beval` patches are N/A now. See https://github.com/neovim/neovim/pull/10942#issuecomment-528029830 vim-patch:8.0.1366: https://github.com/vim/vim/commit/1ad022a9b81d7829d5dc98cf5b8d0ee410558040 vim-patch:8.1.0444: unnecessary check for NULL pointer vim-patch:8.1.0652: freeing memory for balloon eval too early vim-patch:8.1.1302: v:beval_text is not tested in Visual mode vim-patch:8.1.1648: MS-Windows: build error with normal feaures vim-patch:8.1.1650: warning for using uninitialized variable vim-patch:8.1.1654: GUI: screen updates from 'balloonexpr' are not displayed vim-patch:8.1.1708: Coverity warns for using uninitialized variable
* version.c: update [ci skip] #10942Marvim the Paranoid Android2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0396: 'balloonexpr' only works synchronously vim-patch:8.0.0932: terminal may not use right characters for BS and Enter vim-patch-8.0.0934: change to struts.h missing in patch vim-patch:8.0.0956: scrolling in a terminal window has flicker vim-patch:8.0.0976: cannot send lines to a terminal job vim-patch:8.0.1002: unnecessarily updating screen after timer callback vim-patch:8.0.1096: terminal window in Normal mode has wrong background vim-patch:8.0.1097: background color wrong if job changes background color vim-patch:8.0.1102: terminal window does not use Normal colors vim-patch:8.0.1293: setting a breakpoint in the terminal debugger sometimes fails vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal vim-patch:8.0.1312: balloon_show() only works in terminal when compiled with GUI vim-patch:8.0.1318: terminal balloon only shows one line vim-patch:8.0.1320: popup test fails on GUI-only build vim-patch:8.0.1321: can't build huge version with Athena # VIM_SERVERNAME is NA because we will have NVIM env var: vim-patch:8.0.1330: MS-Windows: job in terminal can't get back to Vim vim-patch:8.0.1346: crash when passing 50 char string to balloon_split() vim-patch:8.0.1810: buffer of a terminal only updated in Terminal-Normal mode vim-patch:8.0.1815: crash with terminal window and with 'lazyredraw' set vim-patch:8.0.1842: popup menu inside terminal window isn't cleared vim-patch:8.1.1973: cannot build without the quickfix feature vim-patch:8.1.1974: Coverity warns for using pointer as array vim-patch:8.1.1975: MS-Windows GUI responds slowly to timer vim-patch:8.1.1976: Travis log always shows test output vim-patch:8.1.1990: cannot build with eval but without cscope vim-patch:8.1.1991: still cannot build with eval but without cscope
* version.c: update [ci skip] #10308Marvim the Paranoid Android2019-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.1671: crash when passing non-dict argument as env to job_start() vim-patch 8.1.1669: Travis: test results section is closed even when failed vim-patch:8.1.0424: test output is very verbose, loading CI log is slow (vim/vim@e76d7a6) N/A: only for sign icons (gvim, ref: #10834) vim-patch:8.1.1587: redraw problem when sign icons in the number column vim-patch:8.1.1910: redrawing too much when toggling 'relativenumber' vim-patch:8.0.0910: cannot create a terminal in the current window vim-patch:8.0.0912: cannot run a job in a hidden terminal vim-patch:8.0.0916: cannot specify properties of window for terminal open vim-patch:8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrong vim-patch:8.0.0918: cannot get terminal window cursor shape or attributes vim-patch:8.0.0960: job in terminal does not get CTRL-C vim-patch:8.0.1000: cannot open a terminal without running a job in it vim-patch:8.0.1035: sending buffer lines to terminal doesn't work on MS-Windows vim-patch:8.0.1051: cannot run terminal with spaces in argument vim-patch:8.0.1060: when imstyle is one, mapping <Left> breaks preediting vim-patch:8.0.1074: ":term NONE" does not work on MS-Windows vim-patch:8.0.1113: can go to Insert mode from Terminal-Normal mode vim-patch:8.0.1170: using termdebug results in 100% CPU time vim-patch:8.0.1174: Mac Terminal.app has wrong color for white vim-patch:8.0.1194: actual fg and bg colors of terminal are unknown vim-patch:8.0.1203: terminal window mistreats composing characters vim-patch:8.0.1240: MS-Windows: term_start() does not support environment vim-patch:8.0.1244: search test does not work correctly on MS-Windows vim-patch:8.0.1264: terminal debugger gets stuck in small window vim-patch:8.0.1276: key lost when window closed in exit callback vim-patch:8.0.1295: cannot automatically get a server name in a terminal vim-patch:8.0.1297: +autoservername does not show enabled on MS-Windows vim-patch:8.0.1319: can't build GUI on MS-Windows vim-patch:8.0.1341: 'imactivatefunc' test fails on MS-Windows vim-patch:8.0.1344: using 'imactivatefunc' in the GUI does not work vim-patch:8.0.1349: options test fails when using Motif or GTK GUI vim-patch:8.0.1436: not enough information about what Python version may work vim-patch:8.0.1440: terminal window: some vterm responses are delayed vim-patch:8.0.1452: terminal test fails on some systems vim-patch:8.0.1453: terminal test fails on some slow terminals vim-patch:8.0.1527: screen dump test fails on MS-Windows vim-patch:8.0.1551: on Mac 'maxmemtot' is set to a weird value vim-patch:8.0.1568: can't build on older Mac, header file is missing vim-patch:8.0.1572: Mac: getting memory size doesn't work everywhere vim-patch:8.0.1596: no autocommand specifically for opening a terminal window vim-patch:8.0.1599: no error message when gdb does not support debugger vim-patch:8.0.1604: paste test may fail if $DISPLAY is not set vim-patch:8.0.1612: need to close terminal after shell stopped vim-patch:8.0.1641: job in terminal can't communicate with Vim vim-patch:8.0.1647: terminal API may call any user function vim-patch:8.0.1655: outdated gdb message in terminal debugger unclear vim-patch:8.0.1671: crash when passing non-dict argument as env to job_start() vim-patch:8.0.1713: terminal debugger doesn't handle arguments vim-patch:8.0.1759: memory leak from duplicate options vim-patch:8.0.1797: terminal window is redrawn too often vim-patch:8.0.1850: todo items in source code not visible for users vim-patch:8.1.0055: complete test has wrong order of arguments vim-patch:8.1.0081: the terminal debugger doesn't adjust to changed 'background' vim-patch:8.1.0100: terminal debugger: error when setting a watch point vim-patch:8.1.0195: terminal debugger commands don't always work vim-patch:8.1.0196: terminal debugger error with .gdbinit file vim-patch:8.1.0359: no clue what test failed when using a screendump twice vim-patch:8.1.0371: argument types for select() may be wrong vim-patch:8.1.0382: some make programs can't handle "xdiff/../" vim-patch:8.1.0423: MS-Windows: using dup-close for flushing a file vim-patch:8.1.0445: setting 'term' does not store location for termcap options vim-patch:8.1.0451: Win32 console: keypad keys don't work vim-patch:8.1.0457: win32 console: key mappings don't work vim-patch:8.1.0462: when using ConPTY Vim can be a child process vim-patch:8.1.0465: client-server test fails vim-patch:8.1.0481: when "Terminal" highlight is reverted cursor doesn't show vim-patch:8.1.0486: can't build in MS-Windows vim-patch:8.1.0491: if a terminal dump has CR it is considered corrupt vim-patch:8.1.0525: terminal test skips part on Windows vim-patch:8.1.0526: running out of signal stack in RealWaitForChar vim-patch:8.1.0561: MSCV error format has changed vim-patch:8.1.0580: invalid memory access when using text properties vim-patch:8.1.0590: when a job ends the closed channels are not handled vim-patch:8.1.0591: channel sort test is flaky vim-patch:8.1.0603: the :stop command is not tested vim-patch:8.1.0611: crash when using terminal with long composing characters vim-patch:8.1.0618: term_getjob() does not return v:null as documented vim-patch:8.1.0625: MS-Windows: terminal test fails in white console vim-patch:8.1.0631: test for :stop fails on Arch vim-patch:8.1.0647: MS-Windows: balloon_show() does not handle wide characters vim-patch:8.1.0657: get error for using regexp recursively vim-patch:8.1.0659: build failure without the sign feature vim-patch:8.1.0666: text property test fails vim-patch:8.1.0692: if a buffer was deleted a channel can't write to it vim-patch:8.1.0693: channel test fails sometimes vim-patch:8.1.0705: :colorscheme isn't tested enough vim-patch:8.1.0708: third argument for redrawWinline() is always FALSE vim-patch:8.1.0724: build for MinGW fails vim-patch:8.1.0731: JS encoding does not handle negative infinity vim-patch:8.1.0760: no proper test for using 'termencoding' vim-patch:8.1.0774: VMS build is missing the blob file vim-patch:8.1.0778: terminal test fails on MS-Windows vim-patch:8.1.0780: terminal test fails on Mac vim-patch:8.1.0781: build error when using if_xcmdsrv.c vim-patch:8.1.0782: Win32: cursor blinks when Vim is not active vim-patch:8.1.0795: cannot build without popup menu vim-patch:8.1.0796: MS-Windows 7: problem with named pipe on channel vim-patch:8.1.0799: calling deleted function; test doesn't work on Mac vim-patch:8.1.0812: Unicode 16 feature is not useful vim-patch:8.1.0823: not sufficient testing of xxd vim-patch:8.1.0827: missing dependency in Makefile vim-patch:8.1.0831: xxd test fails if man page has dos fileformat vim-patch:8.1.0835: GUI build fails on MS-Windows vim-patch:8.1.0847: may use terminal after it was cleaned up vim-patch:8.1.0848: cannot build with Ruby 1.8 vim-patch:8.1.0860: debug lines left in the code vim-patch:8.1.0861: building with MinGW and static libc doesn't work vim-patch:8.1.0866: build file dependencies are outdated vim-patch:8.1.0867: cannot build Python interface with Python 2.4 vim-patch:8.1.0871: build error when building with Ruby 2.6.0 vim-patch:8.1.0872: confusing condition vim-patch:8.1.0889: MS-Windows: a channel write may hang vim-patch:8.1.0898: a messed up rgb.txt can crash Vim vim-patch:8.1.0900: ConPTY many crash with 32-bit build vim-patch:8.1.0904: USE_LONG_FNAME never defined vim-patch:8.1.0915: fsync() may not work properly on Mac vim-patch:8.1.0919: compiler warnings vim-patch:8.1.0920: in Terminal-Normal mode job output messes up the window vim-patch:8.1.0921: terminal test sometimes fails; using memory after free vim-patch:8.1.0922: terminal scrollback test is flaky vim-patch:8.1.0923: terminal dump diff swap does not update file names vim-patch:8.1.0924: terminal scrollback test still flaky vim-patch:8.1.0925: terminal scrollback test still still flaky vim-patch:8.1.0931: vtp_working included in GUI build but unused vim-patch:8.1.0960: when using ConPTY garbage collection has undefined behavior vim-patch:8.1.0961: Mac: fsync may fail sometimes vim-patch:8.1.0964: cannot see in CI why a screenshot test failed vim-patch:8.1.0981: pasting in terminal insufficiently tested vim-patch:8.1.0982: update_cursor() called twice in :shell vim-patch:8.1.0993: ch_read() may return garbage if terminating NL is missing vim-patch:8.1.1018: window cleared when entering Terminal-Normal twice vim-patch:8.1.1024: stray log calls in terminal code vim-patch:8.1.1051: not all ways to switch terminal mode are tested vim-patch:8.1.1080: when a screendump test fails, moving the file is a hassle vim-patch:8.1.1102: Win32 exe file contains unused code vim-patch:8.1.1121: test for term_gettitle() was disabled vim-patch:8.1.1128: getwinpos() test does not work on MS-Windows vim-patch:8.1.1129: when making a new screendump test have to create the file vim-patch:8.1.1132: getwinpos() test fails on MS-Windows vim-patch:8.1.1141: terminal winpos test fails with very large terminal vim-patch:8.1.1162: incorrect coverage information; typo in color name vim-patch:8.1.1168: not all screen update code of terminal is executed in tests vim-patch:8.1.1170: terminal ANSI color test does not cover all colors vim-patch:8.1.1172: cursor properties were not fully tested vim-patch:8.1.1330: using bold attribute in terminal changes the color vim-patch:8.1.1505: running "make clean" twice gives errors vim-patch:8.1.1572: compiler warnings with tiny build vim-patch:8.1.1576: compiler warning for unused argument vim-patch:8.1.1592: may start file dialog while exiting vim-patch:8.1.1594: may still start file dialog while exiting vim-patch:8.1.1595: MS-Windows with VIMDLL: colors wrong in console vim-patch:8.1.1605: Vim may delay processing messages on a json channel vim-patch:8.1.1616: build failure with gcc on Amiga vim-patch:8.1.1618: Amiga-like systems quickly run out of stack vim-patch:8.1.1621: Amiga: time.h included twice vim-patch:8.1.1627: header file contains mixed comment style vim-patch:8.1.1633: cannot generate prototypes with X11 but without GUI vim-patch:8.1.1635: warnings for unused variables in small version vim-patch:8.1.1643: sign placement is wrong when 'foldcolumn' is set vim-patch:8.1.1644: sound test does not work on Travis vim-patch:8.1.1647: build error with GTK and hangulinput feature vim-patch:8.1.1653: ubsan warns for possibly passing NULL pointer vim-patch:8.1.1658: debug statements included in patch vim-patch:8.1.1661: cannot build with +textprop but without +balloon_eval vim-patch:8.1.1662: cannot build uninstal.exe with some version of MinGW vim-patch:8.1.1664: GUI resize may cause changing Rows at a bad time vim-patch:8.1.1669: Travis: test results section is closed even when failed vim-patch:8.1.1670: sign column not always properly aligned vim-patch:8.1.1685: missing file in distributed file list vim-patch:8.1.1688: old makefiles are no longer useful vim-patch:8.1.1691: diff test fails on some systems vim-patch:8.1.1696: MSVC: link command line is too long vim-patch:8.1.1697: cannot build with MSVC vim-patch:8.1.1698: Appveyor build with MSVC fails vim-patch:8.1.1701: Appveyor build with MSVC fails puts progress bar in log vim-patch:8.1.1702: compiler warning for uninitialized variable vim-patch:8.1.1706: typo in #ifdef vim-patch:8.1.1721: build failure with normal features without netbeans interface vim-patch:8.1.1735: can't build with tiny features vim-patch:8.1.1744: build error without the conceal feature vim-patch:8.1.1777: useless checks for job feature in channel test vim-patch:8.1.1781: Amiga: no builtin OS readable version info vim-patch:8.1.1788: missing changes in proto file vim-patch:8.1.1792: the vgetorpeek() function is too long vim-patch:8.1.1794: tests are flaky vim-patch:8.1.1815: duplicating info for internal functions vim-patch:8.1.1817: github contribution text is incomplete vim-patch:8.1.1825: allocating more memory than needed for extended structs vim-patch:8.1.1830: Travis does not report error when tests fail vim-patch:8.1.1836: inaccurate memory estimate for Amiga-like OS vim-patch:8.1.1847: suspend test is failing vim-patch:8.1.1848: 'langmap' is not used for CTRL-W command in terminal vim-patch:8.1.1873: cannot build tiny version vim-patch:8.1.1876: proto file missing from distribution vim-patch:8.1.1885: comments in libvterm are inconsistent vim-patch:8.1.1889: Coverity warns for using a NULL pointer vim-patch:8.1.1894: not checking for out-of-memory of autoload_name() vim-patch:8.1.1896: compiler warning for unused variable vim-patch:8.1.1898: crash when out of memory during startup vim-patch:8.1.1916: trying to allocate negative amount of memory closing popup vim-patch:8.1.1942: shadow directory gets outdated when files are added vim-patch:8.1.1948: mouse doesn't work in Linux console The following is N/A because of https://github.com/neovim/neovim/pull/10565: vim-patch:8.1.0537: ui_breakcheck() may be called recursively vim-patch:8.1.1833 This was merged in Neovim before Vim. vim-patch:8.1.1479: change included for debugging only This is N/A iff vim-patch:8.1.0424 is N/A. https://github.com/neovim/neovim/pull/10308#issuecomment-504716053 https://github.com/neovim/neovim/commit/82d52b229df711b710862ce772603ea55113a32e makes `src/testdir/test_paste.vim` patches N/A. vim-patch:8.0.0233: paste test fails in the GUI vim-patch:8.1.1307: cannot reconnect to the X server after it restarted `bufIsChangedNotTerm` is N/A because of neovim/neovim@2929dbf2233f05f58e094ce4a80fb1320ac6d336 vim-patch:8.0.1382: get "no write since last change" message if terminal is open vim-patch:8.1.1483 was merged without merging the older patches first so I assume that the following patches are N/A: vim-patch:8.0.1578: no test for :popup in terminal
* Merge #10708 'remove DYNAMIC_ICONV'Justin M. Keyes2019-08-09
|\ | | | | | | closes #3457
| * remove DYNAMIC_ICONVerw72019-08-06
| |
* | Fix list_features to include space after first feature (#10711)Daniel Hahler2019-08-06
|/ | | | | | | | | Regressed in e134cc9d4a: the use of list_in_columns was not adding a space after the first features, because we do not start on a new line: > Features: -acl+iconv +tui This moves all the related code to `list_features`, and just joins them with spaces.
* vim-patch:8.1.1748: :args output is not aligned (#10625)Daniel Hahler2019-07-27
| | | | | | | | | | | | | | | | | Problem: :args output is not aligned. Solution: Output a line break after the last item in a row. https://github.com/vim/vim/commit/74da39373c90fcb390068903b5bbb93ce7ac16fa vim-patch:8.1.1750: depending on the terminal width :version may miss a line break Problem: Depending on the terminal width :version may miss a line break. Solution: Add a line break when needed. https://github.com/vim/vim/commit/8a5c29aee978345132ad7f318b8a84633c33905c vim-patch:8.1.1760: extra line break for wrapping output of :args Problem: Extra line break for wrapping output of :args. Solution: Avoid the extra line break. (Daniel Hahler, closes vim/vim#4737) https://github.com/vim/vim/commit/9800bfe0fc7596e8fee97172139f0777bac639fb
* vim-patch:8.1.0404: accessing invalid memory with long argument nameJan Edmund Lazo2019-07-26
| | | | | | | Problem: Accessing invalid memory with long argument name. Solution: Use item_count instead of checking for a terminating NULL. (Dominique Pelle, closes vim/vim#3444) https://github.com/vim/vim/commit/e961cba3cb8281c47f1dc2c2bc031b07504f17d4
* vim-patch:8.1.1737: :args command that outputs one line gives more promptDaniel Hahler2019-07-24
| | | | | | | | Problem: :args command that outputs one line gives more prompt. Solution: Only output line break if needed. (Daniel Hahler, closes vim/vim#4715) https://github.com/vim/vim/commit/949f1989cba8bf7653316c2b1444c26f1536bfab Closes https://github.com/neovim/neovim/pull/10147.
* vim-patch:8.0.1738: ":args" output is hard to readDaniel Hahler2019-07-24
| | | | | | | | | | | | | | | Problem: ":args" output is hard to read. Solution: Make columns with the names if the output is more than one line. https://github.com/vim/vim/commit/5d69da462f584a3aefb3427b127334bf9af3a4b0 vim-patch:8.0.1740: warning for signed-unsigned incompatibility Problem: Warning for signed-unsigned incompatibility. Solution: Change type from "char *" to "char_u *". (John Marriott) https://github.com/vim/vim/commit/405dadb63ea2b7aa4c8c659807506a35a8a9504c Removes ported legacy test that was re-added later. Ref: https://github.com/neovim/neovim/pull/10147#issuecomment-512609513
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
|
* version.c: update [ci skip] #10115Marvim the Paranoid Android2019-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0908: cannot set terminal size with options vim-patch:8.0.0909: channel test fails vim-patch:8.0.0920: cursor wrong after switching altscreen in terminal vim-patch:8.0.0923: crash in GUI when terminal job exits vim-patch:8.0.0924: terminal window not updated after using term_sendkeys() vim-patch:8.0.0926: when job in terminal window ends topline is wrong vim-patch:8.0.0927: if a terminal job sends a blank title "running" is not shown vim-patch:8.0.0929: :term without argument does not work vim-patch:8.0.0936: mode() returns wrong value for a terminal window vim-patch:8.0.0938: scrolling in terminal window is inefficient vim-patch:8.0.0939: Test_terminal_env is flaky vim-patch:8.0.0940: Test_terminal_scrape_multibyte is flaky vim-patch:8.0.0942: using freed memory with ":terminal" vim-patch:8.0.0943: MS-Windows: Test_terminal_scrape_multibyte may fail vim-patch:8.0.0957: a terminal job can deadlock when sending many keys vim-patch:8.0.0958: terminal test fails on Windows when winpty dll is missing vim-patch:8.0.0959: build failure on MS-Windows vim-patch:8.0.0963: terminal test fails on MacOS vim-patch:8.0.0964: channel write buffer does not work with poll() vim-patch:8.0.0965: not restoring cursor shape after it was set in a terminal vim-patch:8.0.0968: crash when switching terminal modes vim-patch:8.0.0973: initial info about blinking cursor is wrong vim-patch:8.0.0977: cannot send lines to a terminal job on MS-Windows vim-patch:8.0.0978: writing to terminal job is not tested vim-patch:8.0.0979: terminal noblock test fails on MS-Windows vim-patch:8.0.0981: cursor in terminal window blinks by default vim-patch:8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-byte vim-patch:8.0.0984: terminal blinking cursor not correct in the GUI vim-patch:8.0.0985: libvterm has its own idea of character width vim-patch:8.0.0987: terminal: second byte of double-byte char wrong vim-patch:8.0.0990: with DBCS 'encoding' wrong pasting register into terminal vim-patch:8.0.0991: using wrong character conversion for DBCS vim-patch:8.0.0992: terminal title is wrong when 'encoding' is DBCS vim-patch:8.0.0994: MS-Windows: cursor in terminal blinks undesirably vim-patch:8.0.0995: terminal tests fail on Mac vim-patch:8.0.1009: Xterm cursor blinking status may be inverted vim-patch:8.0.1011: terminal test fails with Athena and Motif vim-patch:8.0.1015: missing update to terminal test vim-patch:8.0.1034: sending buffer lines to terminal doesn't work on MS-Windows vim-patch:8.0.1036: ++eof argument for terminal only available on MS-Windows vim-patch:8.0.1049: shell on Mac can't handle long text vim-patch:8.0.1052: term_start() does not allow in_io, out_io and err_io options vim-patch:8.0.1054: terminal test fails on MS-Windows vim-patch:8.0.1057: terminal scrape test waits too long vim-patch:8.0.1058: terminal redirection test is flaky vim-patch:8.0.1070: terminal test is flaky on Mac vim-patch:8.0.1075: MS-Windows: mouse does not work in terminal vim-patch:8.0.1076: term_start() does not take callbacks vim-patch:8.0.1080: memory leak for eof_chars terminal option and buffer name vim-patch:8.0.1081: memory leak for the channel write queue vim-patch:8.0.1083: leaking memory in input part of channel vim-patch:8.0.1087: Test_terminal_cwd is flaky vim-patch:8.0.1095: terminal multibyte escrape test is flaky vim-patch:8.0.1101: channel write fails if writing to log fails vim-patch:8.0.1103: converting cterm color fails for grey ramp vim-patch:8.0.1106: terminal colors wrong on an MS-Windows console vim-patch:8.0.1116: terminal test fails on MS-Windows vim-patch:8.0.1117: Test_terminal_no_cmd hangs on MS-Windows with GUI vim-patch:8.0.1126: endless resize when terminal showing in two buffers vim-patch:8.0.1131: not easy to trigger an autocommand for new terminal window vim-patch:8.0.1149: libvterm colors differ from xterm vim-patch:8.0.1167: Motif: typing in terminal window is slow vim-patch:8.0.1173: terminal window is not redrawn after CTRL-L vim-patch:8.0.1177: in a terminal window the popup menu is not cleared vim-patch:8.0.1213: setting 'mzschemedll' has no effect vim-patch:8.0.1261: program in terminal window gets NL instead of CR vim-patch:8.0.1277: terminal window CR-NL conversions may cause problems vim-patch:8.0.1286: occasional crash when using a channel vim-patch:8.0.1296: checking the same condition twice vim-patch:8.0.1315: build still fails on Mac vim-patch:8.0.1316: build still still fails on Mac vim-patch:8.0.1317: accessing freed memory in term_wait() vim-patch:8.0.1323: mouse events in a terminal window may cause endless loop vim-patch:8.0.1328: trouble when using ":term ++close" with autocmd vim-patch:8.0.1340: MS-Windows: cannot build GUI without IME vim-patch:8.0.1342: cannot build with Motif and multi-byte vim-patch:8.0.1347: MS-Windows: build broken by misplaced curly vim-patch:8.0.1359: libvterm ANSI colors can not always be recognized vim-patch:8.0.1360: the Terminal highlighting doesn't work in a terminal vim-patch:8.0.1362: terminal window colors wrong when using Terminal highlighting vim-patch:8.0.1368: cannot drag status or separator of new terminal window vim-patch:8.0.1376: cursor in terminal not always updated vim-patch:8.0.1381: ch_readraw() waits for NL if channel mode is NL vim-patch:8.0.1429: crash when calling term_start() with empty argument vim-patch:8.0.1430: crash when term_start() fails vim-patch:8.0.1462: missing yet another file in patch vim-patch:8.0.1476: screen isn't always updated right away vim-patch:8.0.1477: redraw flicker when moving the mouse outside of terminal window vim-patch:8.0.1484: reduntant conditions vim-patch:8.0.1515: BufWinEnter event fired when opening hidden terminal vim-patch:8.0.1521: Shift-Tab does not work in a terminal window vim-patch:8.0.1533: libterm doesn't support requesting fg and bg color vim-patch:8.0.1537: xxd does not skip NUL lines when using ebcdic vim-patch:8.0.1542: terminal screen dump does not include cursor position vim-patch:8.0.1546: using feedkeys() in a terminal may trigger mappings vim-patch:8.0.1552: may leak file descriptors when executing job vim-patch:8.0.1576: Perl VIM::Buffers() does not find every buffer vim-patch:8.0.1594: :conform qall not tested with active terminal window vim-patch:8.0.1598: cannot select text in a terminal with the mouse vim-patch:8.0.1605: terminal test is a bit flaky vim-patch:8.0.1611: CTRL-W in system terminal does not go to job vim-patch:8.0.1615: term_dumpload() does not use the right colors vim-patch:8.0.1623: terminal kill tests are flaky vim-patch:8.0.1628: channel log doesn't mention exiting vim-patch:8.0.1629: Mac: getpagesize() is deprecated vim-patch:8.0.1631: testing with Vim running in terminal is a bit flaky vim-patch:8.0.1632: in a terminal dump NUL and space are different vim-patch:8.0.1636: no test for term_dumpload() and term_dumpdiff() vim-patch:8.0.1637: no test for term_dumpdiff() options argument vim-patch:8.0.1638: popup test fails depending on environment variable vim-patch:8.0.1640: Test_cwd() is flaky vim-patch:8.0.1642: running Vim in terminal fails with two windows vim-patch:8.0.1643: terminal API tests fail vim-patch:8.0.1644: terminal API tests still fail vim-patch:8.0.1645: test for terminal response to escape sequence may fail vim-patch:8.0.1648: resource fork tool doesn't work on Python 3 vim-patch:8.0.1652: term_dumpwrite() does not output composing characters vim-patch:8.0.1656: no option to have xxd produce upper case variable names vim-patch:8.0.1657: crash when reading a channel vim-patch:8.0.1662: showing dump diff doesn't mention both file names vim-patch:8.0.1664: test failure because of not allocating enough space vim-patch:8.0.1667: terminal window tests are flaky vim-patch:8.0.1670: terminal window tests are still a bit flaky vim-patch 8.0.1671: crash when passing non-dict argument as env to job_start() vim-patch:8.0.1673: terminal window tests are still a bit flaky vim-patch:8.0.1680: memory allocated by libvterm is not profiled vim-patch:8.0.1681: the format attribute fails with MinGW vim-patch:8.0.1684: ml_get errors when using terminal window for shell command vim-patch:8.0.1690: not easy to run one test with gvim instead of vim vim-patch:8.0.1691: xxd test sometimes fails vim-patch:8.0.1694: terminal API test is a bit flaky vim-patch:8.0.1695: xxd test not run on MS-Windows vim-patch:8.0.1703: in the tutor 'showcmd' is not set vim-patch:8.0.1709: some non-C89 code may slip through vim-patch:8.0.1714: term_setsize() does not give an error in a normal buffer vim-patch:8.0.1715: terminal buffer can be 1 more than 'terminalscroll' lines vim-patch:8.0.1716: test for term_setsize() does not give a good error message vim-patch:8.0.1718: terminal scrollback test fails on MS-Windows vim-patch:8.0.1720: when a timer is running a terminal window may not close vim-patch:8.0.1721: no test for using the 'termsize' option vim-patch:8.0.1724: declarations cannot be halfway a block vim-patch:8.0.1728: condition always false, useless code vim-patch:8.0.1746: MS-Windows: channel tests fail vim-patch:8.0.1761: job in terminal window with no output channel is killed vim-patch:8.0.1762: terminal debug logging is a bit complicated vim-patch:8.0.1775: MS-Windows: warning for unused variable vim-patch:8.0.1780: test fails because Vim in a terminal uses wrong 'encoding' vim-patch:8.0.1795: lose contact with jobs when :gui forks vim-patch:8.0.1796: GUI: click on tab fails when the focus is in a terminal vim-patch:8.0.1801: MS-Windows: redirecting terminal output does not work vim-patch:8.0.1802: MS-Windows: terminal test fails vim-patch:8.0.1814: crash with terminal window and with 'lazyredraw' set vim-patch:8.0.1818: lines remove from wrong buffer when using terminal window vim-patch:8.0.1820: terminal window redirecting stdout does not show stderr vim-patch:8.0.1821: cursor in terminal window moves when pressing CTRL-W vim-patch:8.0.1823: test for terminal stdout redirection is flaky vim-patch:8.0.1830: switching to Terminal-Normal mode does not redraw vim-patch:8.0.1838: cursor in wrong pos when switching to Terminal-Normal mode vim-patch:8.0.1841: HP-UX does not have setenv() vim-patch:8.0.1846: Python interface is incompatible with lldb vim-patch:8.0.1848: 'termwinscroll' does not work properly vim-patch:8.1.0013: using freed memory when changing terminal cursor color vim-patch:8.1.0015: cursor color wrong when closing a terminal window vim-patch:8.1.0016: possible crash in term_wait() vim-patch:8.1.0026: terminal test fails with very tall terminal vim-patch:8.1.0029: terminal test fails on MS-Windows when "wc" exists vim-patch:8.1.0031: terminal test aucmd_on_close if flaky vim-patch:8.1.0033: keys to stop Vim in terminal are wrong vim-patch:8.1.0076: command getting cleared with CTRL-W : in a terminal window vim-patch:8.1.0082: in terminal window, typing : at more prompt, inserts ':' vim-patch:8.1.0088: terminal test for stdout and stderr is a bit flaky vim-patch:8.1.0094: help text "usage:" is not capatalized vim-patch:8.1.0106: build fails when HAVE_DATE_TIME is undefined vim-patch:8.1.0171: typing CTRL-W n in a terminal window causes ml_get error vim-patch:8.1.0182: Unicode standard was updated vim-patch:8.1.0210: still a few K&R function declarations vim-patch:8.1.0227: spaces instead of tabs in makefile vim-patch:8.1.0238: 'buftype' is cleared when using ":term ++hidden cat" vim-patch:8.1.0243: using :term ++close ++hidden closes a window vim-patch:8.1.0263: channel log doesn't show part of channel vim-patch:8.1.0283: missing test dump vim-patch:8.1.0326: screen dump does not consider NUL and space equal vim-patch:8.1.0329: using inputlist() during startup results in garbage vim-patch:8.1.0358: crash when using term_dumpwrite() after the job finished vim-patch:8.1.0520: screen diff test sometimes fails vim-patch:8.1.0530: channel and terminal tests that start a server can be flaky vim-patch:8.1.0600: channel test is flaky vim-patch:8.1.0626: MS-Windows: no resize to fit parent when using --windowid vim-patch:8.1.0633: crash when out of memory while opening a terminal window vim-patch:8.1.0712: MS-Windows build instructions are a bit outdated vim-patch:8.1.0766: various problems when using Vim on VMS vim-patch:8.1.0785: depending on the configuration some functions are unused vim-patch:8.1.0821: xxd "usage" output and other arguments not tested vim-patch:8.1.0854: xxd does not work with more than 32 bit addresses vim-patch:8.1.0855: cannot build xxd with MSVC 10 vim-patch:8.1.0893: terminal test is a bit flaky vim-patch:8.1.0966: one terminal test is flaky vim-patch:8.1.1125: libvterm does not handle the window position report vim-patch:8.1.1169: writing coverage info in a separate dir is not needed vim-patch:8.1.1464: only 4-digit rgb termresponse is recognized vim-patch:8.1.1468: the generated desktop files may be invalid vim-patch:8.1.1480: desktop file check doesn't run on CI vim-patch:8.1.1481: length for two-digit rgb termresponse is off by one vim-patch:8.1.1482: no test for wincol() depending on the 'number' option vim-patch:8.1.1487: older msgfmt cannot generate proper .desktop file vim-patch:8.1.1500: wrong shell command when building with VIMDLL and "! in 'go' vim-patch:8.1.1503: sound test fails on Travis vim-patch:8.1.1504: sound test still fails on Travis vim-patch:8.1.1506: syntax error in Travis config vim-patch:8.1.1507: sound test still fails on Travis vim-patch:8.1.1512: ch_evalexpr() hangs when used recursively vim-patch:8.1.1514: MS-Windows: wrong shell command with ! in 'guioptions' vim-patch:8.1.1529: libcanberra is linked with even when not used vim-patch:8.1.1531: clipboard type name is inconsistent vim-patch:8.1.1532: build fails vim-patch:8.1.1533: GUI build fails on Mac vim-patch:8.1.1556: command for failing screenshot does not include directory vim-patch:8.1.1557: compiler warning for unused variables in tiny version vim-patch:8.1.1566: error message when terminal closes in another tab vim-patch:8.1.1578: MS-Windows: pathdef.c should depend on build options vim-patch:8.1.1582: cannot build with +textprop but without +timers vim-patch:8.0.0947: entering terminal using C-O C-W C-W goes to Insert mode vim-patch:8.1.1490: when a single test fails the exit code is not set vim-patch:8.1.1492: MS-Windows: when "!" is in 'guioptions' ":!start" fails vim-patch:8.0.1162: shared script for tests cannot be included twice vim-patch:8.1.1530: Travis config is not optimal
* version.c: update [ci skip] #10072Marvim the Paranoid Android2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0803 vim-patch:8.0.0816: crash when using invalid buffer number vim-patch:8.0.0817: cannot get the terminal line at the cursor vim-patch:8.0.0818: cannot get the cursor position of a terminal vim-patch:8.0.0821: cannot get the title and status of a terminal window vim-patch:8.0.0863: a remote command does not work in the terminal window vim-patch:8.0.0864: cannot specify the name of a terminal vim-patch:8.0.0867: job and channel in a dict value not quoted vim-patch:8.0.0869: job output is sometimes not displayed in a terminal vim-patch:8.0.0870: mouse escape codes sent to terminal unintentionally vim-patch:8.0.0874: can't build with terminal feature vim-patch:8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistent vim-patch:8.0.0882: term_scrape() and term_getline() require two arguments vim-patch:8.0.0884: can't specify the wait time for term_wait() vim-patch:8.0.0885: terminal window scrollback is stored inefficiently vim-patch:8.0.0887: can create a logfile in the sandbox vim-patch:8.0.0892: when opening a terminal the pty size doesn't always match vim-patch:8.0.0893: cannot get the scroll count of a terminal window vim-patch:8.0.0896: cannot close a terminal window when the job ends vim-patch:8.0.0898: can't use the alternate screen in a terminal window vim-patch:8.0.0899: function name mch_stop_job() is confusing vim-patch 8.0.0909: channel test fails vim-patch:8.0.0913: MS-Windows: CTRL-C kills shell in terminal window vim-patch:8.1.0216: part of file not indented properly vim-patch:8.1.0784: messy indent in if statement vim-patch:8.1.1409: Coverity warns for using uninitialized memory vim-patch:8.1.1415: build error in MS-Windows GUI vim-patch:8.1.1454: build failure without the conceal feature vim-patch:8.1.1457: cannot reuse a buffer when loading a screen dump
* version.c: update [ci skip] (#9875)Marvim the Paranoid Android2019-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0514: script for creating cmdidxs can be improved vim-patch:8.0.0715 vim-patch:8.0.0754: terminal window does not support colors vim-patch:8.0.0755: terminal window does not have colors in the GUI vim-patch:8.0.0760: terminal window colors wrong with 'termguicolors' vim-patch:8.0.0769: build problems with terminal on MS-Windows vim-patch:8.0.0775: in a terminal the cursor is updated too often vim-patch:8.0.0777: compiler warnings with 64 bit compiler vim-patch:8.0.0779: :term without an argument uses empty buffer name vim-patch:8.0.0781: MS-Windows: memory leak when using :terminal vim-patch:8.0.0783: job of terminal may be freed too early vim-patch:8.0.0784: job of terminal may be garbage collected vim-patch:8.0.0787: cannot send CTRL-W command to terminal job vim-patch:8.0.0788: MS-Windows: cannot build with terminal feature vim-patch:8.0.0789: splitting terminal window has resizing problems vim-patch:8.0.0793: using wrong terminal name for terminal window vim-patch:8.0.0798: no highlighting in a terminal window with a finished job vim-patch:8.0.0800 vim-patch:8.0.0801: terminal window title says "running" after job exits vim-patch:8.0.0807: terminal window can't handle mouse buttons vim-patch:8.0.0813: cannot use a terminal window while the job is running vim-patch:8.0.0815: terminal window not correctly updated vim-patch:8.0.0819: cursor not positioned in terminal window vim-patch:8.0.0820: GUI: cursor in terminal window lags behind vim-patch:8.0.0823: cannot paste text into a terminal window vim-patch:8.0.0824: in Terminal mode the cursor and screen gets redrawn vim-patch:8.0.0826: cannot use text objects in Terminal mode vim-patch:8.0.0827: Coverity: could leak pty file descriptor vim-patch:8.0.0829: job running in terminal can't communicate with Vim vim-patch:8.0.0832: terminal function arguments are not consistent vim-patch:8.0.0833: terminal test fails vim-patch:8.0.0836: can abandon a terminal buffer after making a change vim-patch:8.0.0838: buffer hangs around whem terminal window is closed vim-patch:8.0.0839: cannot kill a job in a terminal with CTRL-C vim-patch:8.0.0841: term_getline() may cause a crash vim-patch:8.0.0842: using slave pty after closing it vim-patch:8.0.0845: MS-Windows: missing semicolon in terminal code vim-patch:8.0.0846: cannot get the name of the pty of a job vim-patch:8.0.0848: using multiple ch_log functions is clumsy vim-patch:8.0.0849: crash when job exit callback wipes the terminal vim-patch:8.0.0850: MS-Windows: error message while starting up may be broken vim-patch:8.0.0852: MS-Windows: possible crash when giving a message on startup vim-patch:8.0.0854: no redraw after terminal was closed vim-patch:8.0.0855: MS-Windows: can't get tty name of terminal vim-patch:8.0.0856: MS-Windows: terminal job doesn't take options vim-patch:8.0.0857: terminal test fails on MS-Windows vim-patch:8.0.0859: NULL pointer access when term_free_vterm called twice vim-patch:8.0.0860: side effects when channel appends to a buffer vim-patch:8.0.0868: cannot specify the terminal size on the command line vim-patch:8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual mode vim-patch:8.0.0888: compiler warnings with 64 bit build vim-patch:8.0.0889: gcc gives warnings for uninitialized variables vim-patch:8.0.0891: uninitialized memory use with empty line in terminal vim-patch:8.0.0897: wrong error message for invalid term_finish value vim-patch:8.0.0905: MS-Windows: broken multi-byte characters in the console vim-patch:8.0.0907: with cp932 font names might be misinterpreted vim-patch:8.0.0911: terminal test takes too long vim-patch:8.0.0928: MS-Windows: passing arglist to job has escaping problems vim-patch:8.0.0945: 64-bit compiler warnings vim-patch:8.0.0949: winpty.dll name is fixed vim-patch:8.0.0952: has('terminal') does not check existence of dll file vim-patch:8.0.1028: MS-Windows: viminfo uses $VIM/_viminfo if $HOME not set vim-patch:8.0.1061: Coverity: no check for NULL command vim-patch:8.0.1063: Coverity warns for NULL check and array use vim-patch:8.0.1064: Coverity warns for leaking resource vim-patch:8.0.1138: click in window toolbar starts Visual mode vim-patch:8.0.1266: Test_swap_directory was commented out vim-patch:8.0.1348: make testclean deletes script file on MS-Windows vim-patch:8.0.1499: out-of-memory situation not correctly handled vim-patch:8.0.1501: out-of-memory situation not correctly handled vim-patch:8.0.1524: compiler warnings for uninitialized variables vim-patch:8.0.1532: compiler warnings without termguicolors feature vim-patch:8.0.1607: --clean loads user settings from .gvimrc vim-patch:8.0.1626: compiler warning for possible loss of data vim-patch:8.0.1654: warnings for conversion of void to function pointer vim-patch:8.0.1661: warnings from 64 bit compiler vim-patch:8.0.1676: no compiler warning for wrong printf format vim-patch:8.0.1677: no compiler warning for wrong format in vim_snprintf() vim-patch:8.0.1687: 64 bit compiler warnings vim-patch:8.0.1773: dialog messages are not translated vim-patch:8.0.1803: warning for uninitialized variable vim-patch:8.0.1824: Coverity warns for variable that may be uninitialized vim-patch:8.0.1827: compiler warning for signed/unsigned char pointers vim-patch:8.1.0023: gcc 8.1 warns for use of strncpy() vim-patch:8.1.0054: compiler warning for using %ld for "long long" vim-patch:8.1.0645: Coverity warns for possible use of NULL pointer vim-patch:8.1.0704: building with Ruby 2.6 gives compiler warnings vim-patch:8.1.0721: conceal mode is not sufficiently tested vim-patch:8.1.0725: conceal mode is not completely tested vim-patch:8.1.0730: compiler warning for get_buf_arg() unused vim-patch:8.1.0744: compiler warnings for signed/unsigned strings vim-patch:8.1.0762: compiler warning vim-patch:8.1.0763: nobody is using the Sun Workshop support vim-patch:8.1.0773: not all crypt code is tested vim-patch:8.1.0787: compiler warning for unused function vim-patch:8.1.0791: a few compiler warnings on VMS vim-patch:8.1.0801: MinGW: no hint that tests fail because of small terminal vim-patch:8.1.0838: compiler warning for type conversion vim-patch:8.1.0962: building with MinGW and static libs doesn't work vim-patch:8.1.1145: compiler warning for unused function vim-patch:8.1.1146: in MS-Windows console colors in a terminal window are wrong vim-patch:8.1.1147: desktop file translations are requiring manual updates vim-patch:8.1.1149: building desktop files fails with older msgfmt vim-patch:8.1.1150: generating desktop files not tested on Travis vim-patch:8.1.1151: build fails when using shadow directory vim-patch:8.1.1152: compiler warning with VS2019 vim-patch:8.1.1154: getting a newer msgfmt on Travis is too complicated vim-patch:8.1.1158: json encoded string is sometimes missing the final NUL vim-patch:8.1.1159: MS-Windows: with a silent (un)install $VIM/_vimrc is removed vim-patch:8.1.1161: unreachable code vim-patch:8.1.1163: codecov does not report all the coverage information vim-patch:8.1.1174: cannot build with Ruby 1.8 vim-patch:8.1.1182: some function prototypes are outdated vim-patch:8.1.1183: typos in VisVim comments vim-patch:8.1.1196: parallel build may fail vim-patch:8.1.1198: bracketed paste may remain active after Vim exists vim-patch:8.1.1208: links to repository use wrong file name vim-patch:8.1.1215: "make clean" does not remove generated src/po files vim-patch:8.1.1217: MS-Windows: no space reserved for font quality name vim-patch:8.1.1220: build fails on MS-Windows vim-patch:8.1.1222: build still fails on MS-Windows vim-patch:8.1.1225: cannot create a pty to use with :terminal on FreeBSD vim-patch:8.1.1227: duplicate entries in the generate .desktop files vim-patch:8.1.1229: warning for posix_openpt() not declared vim-patch:8.1.1233: cannot build tiny version vim-patch:8.1.1238: MS-Windows: compiler warning for sprintf() format vim-patch:8.1.1239: key with byte sequence containing CSI does not work vim-patch:8.1.1240: runtime desktop files are overwritten by build vim-patch:8.1.1243: compiler warnings for incomplete switch statement vim-patch:8.1.1246: cannot handle negative mouse coordinate from urxvt vim-patch:8.1.1255: building desktop files fails on FreeBSD vim-patch:8.1.1257: MSVC: name of object directory now always right vim-patch:8.1.1258: the "N files to edit" message can not be surpressed vim-patch:8.1.1262: cannot simulate a mouse click in a test vim-patch:8.0.1270: mismatching file name with Filelist vim-patch:8.1.1273: compiler warning in direct write code vim-patch:8.1.1277: missing screenshot update vim-patch:8.1.1282: running make in src/po leaves LINGUAS file behind vim-patch:8.1.1287: cannot build with +eval but without +mouse vim-patch:8.1.1290: .hgignore and .gitignore are either distributed or in git vim-patch:8.1.1294: MS-Windows: Some fonts return wrong average char width vim-patch:8.0.1298: missing test file vim-patch:8.1.1301: when compiled with VIMDLL some messages are not shown vim-patch:8.1.1304: MS-Windows: compiler warning for unused value vim-patch:8.1.1314: MSVC makefile is not nicely indented vim-patch:8.1.1315: there is always a delay if a termrequest is never answered vim-patch:8.1.1317: output from Travis can be improved vim-patch:8.1.1322: Cygwin makefile is not nicely indented vim-patch:8.1.1323: 'mouse' option is reset when using GPM mouse vim-patch:8.1.1324: stray comma in VMS makefile vim-patch:8.1.1339: installer needs to product name et al. vim-patch:8.1.1361: Python setuptools don't work with Python 3 vim-patch:8.1.1369: get E484 when using system() during GUI startup vim-patch:8.1.1370: not using the new github feature for donations vim-patch:8.1.1377: MS-Windows GUI uses wrong shell command for bash vim-patch:8.1.1380: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set vim-patch:8.1.1381: MS-Windows: missing build dependency vim-patch:8.1.1397: build fails in tiny version vim-patch:8.1.1398: duplicate line in MSVC build file vim-patch:8.1.1404: cannot change the patch level when building with NSIS vim-patch:8.1.1153 does not exist or was suppose to be https://github.com/vim/vim/commit/9a419ffb934bd04bf8d44ceaf4694e50cce55eab which is N/A. vim-patch:8.0.0732: when updating a buffer modeless selection is lost vim-patch:8.0.0764: 'termkey' does not work yet (already implemented in #1820) vim-patch:8.0.0766: option test fails with +terminal feature (also about termkey, #1820)
* version.c: update [ci skip]marvim2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #9489 vim-patch:8.0.0210: no support for bracketed paste vim-patch:8.0.0228: pasting in xterm on the command line has PasteStart vim-patch:8.0.0230: bracketed paste does not support line breaks vim-patch:8.0.0506: can't build with ANSI C vim-patch:8.0.0506: can't build with ANSI C vim-patch:8.0.0569: ? vim-patch:8.0.0592: vim-patch:8.0.0693: no terminal emulator support vim-patch:8.0.0694: building in shadow directory does not work vim-patch:8.0.0698: crash on exit when using Python function in timer. vim-patch:8.0.0712: the terminal implementation is incomplete vim-patch:8.0.0713: 'termkey' option not fully implemented vim-patch:8.0.0713: 'termkey' option not fully implemented (follow-up to vim-patch:8.0.0712) vim-patch:8.0.0717: terminal feature precence unclear vim-patch:8.0.0718: output of job in terminal is not displayed vim-patch:8.0.0730: terminal feature only supports Unix-like systems vim-patch:8.0.0738: cannot use the mouse to resize a terminal window vim-patch:8.0.0739: terminal resizing doesn't work well. vim-patch:8.0.0740: cannot resize a terminal window by the command vim-patch:8.0.0742: terminal feature does not work on MS-Windows vim-patch:8.0.0743: the 'termsize' option can be set to an invalid value vim-patch:8.0.0744: terminal window does not use a pty vim-patch:8.0.0745: multi-byte characters in a terminal don't display well vim-patch:8.0.0746: when :term fails the job is not properly cleaned up vim-patch:8.0.0747: :terminal without an argument doesn't work vim-patch:8.0.0748: running Vim in terminal window doesn't use the right colors vim-patch:8.0.0753: no size reports to a job running in a terminal vim-patch:8.0.0758: possible crash when using a terminal window vim-patch:8.0.0759: MS-Windows: terminal does not adjust size vim-patch:8.0.0771: cursor in terminal window not always updated in GUI vim-patch:8.0.0778: in a terminal the cursor may be hidden vim-patch:8.0.0799: missing semicolon vim-patch:8.0.0802: last line of terminal window has no color vim-patch:8.0.0804: running tests fails when stdin is /dev/null vim-patch:8.0.0812: terminal window colors shift when 'number' is set vim-patch:8.0.0840: MS-Windows: fopen() and open() prototypes are wrong vim-patch:8.0.0843: MS-Windows: compiler warning for signed/unsigned vim-patch:8.0.0844: wrong function prototype because of missing static vim-patch:8.0.0853: crash when running terminal with unknown command vim-patch:8.0.0871: status line for a terminal window always has "[+]". vim-patch:8.0.0872: no mouse scroll with a terminal window vim-patch:8.0.0886: crash when using ":term ls" vim-patch:8.0.0903: early return from test function vim-patch:8.0.0915: wrong initialisation of global vim-patch:8.0.0950: MS-Windows: wrong #ifdef, compiler warnings vim-patch:8.0.0951: another wrong #ifdef vim-patch:8.0.0969: Coverity warning for unused return value vim-patch:8.0.1003: 64 bit compiler warning vim-patch:8.0.1005: terminal without job updates slowly in GUI vim-patch:8.0.1018: warnings from 64-bit compiler vim-patch:8.0.1079: memory leak when remote_foreground() fails vim-patch:8.0.1128: old xterm sends CTRL-X in response to t_RS vim-patch:8.0.1132: #if condition is not portable vim-patch:8.0.1137: cannot build with Ruby vim-patch:8.0.1143: macros always expand to the same thing vim-patch:8.0.1145: warning when compiling with Perl vim-patch:8.0.1182: cannot see or change mzscheme dll name vim-patch:8.0.1199: when 'clipboard' is "autoselectplus" star register is set vim-patch:8.0.1299: bracketed paste does not work well in terminal window vim-patch:8.0.1545: screen dumps not included in distribution vim-patch:8.0.1548: screen dump test script not included in distribution vim-patch:8.0.1658: capitalize argument not available in long form vim-patch:8.0.1693: xxd is excluded from coverage statistics vim-patch:8.1.0363: internal diff isn't used by default as advertised vim-patch:8.1.0443: unnecessary static function prototypes vim-patch:8.1.0549: netbeans test depends on README.txt contents vim-patch:8.1.0713: images for NSIS take up too much space vim-patch:8.1.0714: unessesary #if lines in GTK code vim-patch:8.1.0727: compiler warning for sprintf() argument vim-patch:8.1.0733: too many #ifdefs for the multi-byte feature vim-patch:8.1.0764: list of distributed files is outdated vim-patch:8.1.0776: Travis does not build a version without GUI on Linux vim-patch:8.1.0841: travis config to get Lua on MacOS is too complicated vim-patch:8.1.0869: Travis CI script is too complicated vim-patch:8.1.0873: list if distributed files does not include matchit autoload vim-patch:8.1.0886: compiler warning for NULL pointer and condition always true vim-patch:8.1.0916: with Python 3.7 "find_module" is not made available vim-patch:8.1.0930: typo in Makefile vim-patch:8.1.0943: still a trace of Farsi support vim-patch:8.1.0944: format of nbdbg() arguments is not checked vim-patch:8.1.0946: Coveralls is not very useful vim-patch:8.1.0947: using MSWIN before it is defined vim-patch:8.1.0948: when built without +eval "Vim --clean" produces errors vim-patch:8.1.0949: MS-windows defines GUI macros different than other systems vim-patch:8.1.0952: compilation warnings when building the MS-Windows installer vim-patch:8.1.0955: matchit autoload directory not in installer vim-patch:8.1.0976: dosinstall still has buffer overflow problems vim-patch:8.1.0978: blob not tested with Perl vim-patch:8.1.0979: compiler warning for unused functions vim-patch:8.1.0983: checking CYGWIN32 unnecessarily vim-patch:8.1.0984: unnecessary #ifdefs vim-patch:8.1.0987: unnecessary condition in #ifdef vim-patch:8.1.0991: cannot build with a mix of features vim-patch:8.1.0996: a few screendump tests fail because of scrolling vim-patch:8.1.1008: MS-Windows: HAVE_STDINT_H only defined for non-debug version vim-patch:8.1.1009: MS-Windows: some text is not baseline aligned vim-patch:8.1.1010: Lua interface leaks memory vim-patch:8.1.1014: MS-Windows: /analyze only defined for non-debug version vim-patch:8.1.1020: compiler warning for Python3 interface vim-patch:8.1.1021: pyeval() and py3eval() leak memory vim-patch:8.1.1029: DirectWrite doesn't take 'linespace' into account vim-patch:8.1.1034: too many #ifdefs vim-patch:8.1.1039: MS-Windows build fails vim-patch:8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any build vim-patch:8.1.1048: minor issues with tests vim-patch:8.1.1050: blank srceen when DirectWrite failed vim-patch:8.1.1054: not checking return value of ga_grow() vim-patch:8.1.1057: nsis config is too complicated vim-patch:8.1.1059: MS-Windows: PlatformId() is called unnecessarily vim-patch:8.1.1060: MS-Windows: get_cmd_args() is no longer needed vim-patch:8.1.1064: no test for output conversion in the GTK GUI vim-patch:8.1.1065: no test for using and deleting menu in the GUI vim-patch:8.1.1066: VIMDLL isn't actually used vim-patch:8.1.1067: issues added on github are unstructured vim-patch:8.1.1069: source README file doesn't look nice on github vim-patch:8.1.1070: issue templates are not good enough vim-patch:8.1.1075: function reference count wrong in Python code vim-patch:8.1.1081: MS-Windows: cannot use some fonts vim-patch:8.1.1092: setting 'guifont' when maximized resizes the Vim window vim-patch:8.1.1096: MS-Windows: cannot distinguish BS and CTRL-H vim-patch:8.1.1097: Motif build fails vim-patch:8.1.1104: MS-Windows: not all environment variables can be used vim-patch:8.1.1105: long escape sequences may be split up vim-patch:8.1.1109: deleted file still in list of distributed files vim-patch:8.1.1117: build failure without the +eval feature vim-patch:8.1.1119: no support for Windows on ARM64 vim-patch:8.1.1126: build failure with +terminal but without tgetent vim-patch:8.1.1135: build failure for small version vim-patch:8.1.1138: plugins don't get notified when the popup menu changes
* Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
| | | | | | There was never any investigation done to determine whether using jemalloc was actually a net benefit for nvim. It has been a portability limitation and adds another factor to consider when triaging issues.
* version.c: update [ci skip] (#9444)Marvim the Paranoid Android2019-01-11
| | | | | | | | vim-patch:8.0.1336: cannot use imactivatefunc() unless compiled with +xim vim-patch:8.0.1338: USE_IM_CONTROL is confusing and incomplete vim-patch:8.1.0646: cannot build with Ruby 2.6.0 vim-patch:8.1.0656: trying to reconnect to X server may cause problems vim-patch:8.1.0664: configure "fail-if-missing" does not apply to enable-gui
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
|
* version.c: update [ci skip] (#9417)Marvim the Paranoid Android2018-12-31
|
* version.c: update [ci skip] (#9275)Marvim the Paranoid Android2018-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0428: git and hg see new files after running tests vim-patch:8.0.0429: options test does not always test everything vim-patch:8.0.0430: options test fails or hangs on MS-Windows vim-patch:8.0.0436: running the options test sometimes resizes the terminal vim-patch:8.0.0488: running tests leaves an "xxx" file behind vim-patch:8.0.0585: test_options fails when run in the GUI vim-patch:8.1.0558: some MS-Windows instructions are outdated vim-patch:8.1.0565: asan complains about reading before allocated block vim-patch:8.1.0566: SGR not enabled for mintty because $TERM is "xterm" vim-patch:8.1.0567: error for NUL byte in ScreenLines goes unnoticed vim-patch:8.1.0568: error message for NUL byte in ScreenLines breaks Travis CI vim-patch:8.1.0577: tabpage right-click menu never shows "Close tab" vim-patch:8.1.0578: cannot disable arabic, rightleft and farsi in configure vim-patch:8.1.0587: GvimExt: realloc() failing is not handled properly vim-patch:8.1.0589: compilation error in gvimext.cpp vim-patch:8.1.0592: the libvterm tests are not run as part of Vim tests vim-patch:8.1.0593: illegal memory access in libvterm test vim-patch:8.1.0594: libvterm tests fail to run on Mac vim-patch:8.1.0595: libvterm tests are not run with coverage vim-patch:8.1.0597: cannot run test_libvterm from the top directory vim-patch:8.1.0598: indent tests may use the wrong Vim binary vim-patch:8.1.0605: running make in the top directory echoes a comment vim-patch:8.1.0606: 'cryptmethod' defaults to a very old method vim-patch:8.1.0607: proto files are not in sync with the source code vim-patch:8.1.0608: coverals is not updating vim-patch:8.1.0609: MS-Windows: unused variable, depending on the Ruby version vim-patch:8.1.0610: MS-Windows ctags file list differs from Unix vim-patch:8.1.0616: NSIS installer is outdated vim-patch:8.1.0617: NSIS installer gets two files from the wrong directory vim-patch:8.1.0620: overuling CONF_ARGS from the environment no longer works vim-patch:8.1.0624: overuling CONF_ARGS from the environment still does not work vim-patch:8.1.0628: Compiler warning on MS-Windows. vim-patch:8.1.0635: Coverity complains about null pointer use vim-patch:8.1.0637: nsis file no longer used vim-patch:8.1.0646: cannot build with Ruby 2.6.0
* docJustin M. Keyes2018-11-28
| | | | | | | | | | - develop.txt is for design/guidelines; architecture/concepts should live elsewhere (currently src/nvim/README.md) - move dev-jargon to intro.txt - replace https://neovim.io/community (deprecated) with https://neovim.io/#chat - <Cmd> avoids CmdlineEnter/Leave https://github.com/vim/vim/issues/2889
* version.c: update [ci skip] (#9171)Marvim the Paranoid Android2018-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0350: not enough test coverage for Perl vim-patch:8.0.1135: W_WINCOL() is always the same vim-patch:8.0.1280: Python None cannot be converted to a Vim type vim-patch:8.0.1308: the "Reading from stdin" message may be undesired vim-patch:8.0.1338: USE_IM_CONTROL is confusing and incomplete vim-patch:8.0.1343: MS-Windows: does not show colored emojis vim-patch:8.0.1350: cannot build with +eval and -multi_byte vim-patch:8.0.1829: MS-Windows: script for vimdiff can't handle ! chars vim-patch:8.0.1849: compiler warning for unused arguments, missing prototype vim-patch:8.1.0001: the netrw plugin does not work vim-patch:8.1.0006: syn_id2cterm_bg() may be undefined vim-patch:8.1.0012: misplaced #endif vim-patch:8.1.0021: clang warns for undefined behavior vim-patch:8.1.0041: attribute "width" missing from python window attribute list vim-patch:8.1.0051: MS-Windows: missing #endif vim-patch:8.1.0063: Mac: NSStringPboardType is deprecated vim-patch:8.1.0075: no Vim logo in README file vim-patch:8.1.0077: header of README file is not nice vim-patch:8.1.0079: superfluous space in messages vim-patch:8.1.0102: cannot build without syntax highlighting vim-patch:8.1.0104: can't build without the +eval feature vim-patch:8.1.0109: new po makefile missing from distribution vim-patch:8.1.0117: URL in install program still points to SourceForge vim-patch:8.1.0122: translators don't always understand the maintainer message vim-patch:8.1.0123: MS-Windows: colors are wrong after setting 'notgc' vim-patch:8.1.0124: has('vcon') returns true even for non-win32 terminal vim-patch:8.1.0127: build failure when disabling the session feature vim-patch:8.1.0128: building with MinGW does not work out-of-the-box vim-patch:8.1.0129: still some xterm-like terminals get a stray "p" vim-patch:8.1.0137: CI does not run with TCL vim-patch:8.1.0142: xterm and vt320 builtin termcap missing keypad keys vim-patch:8.1.0147: compiler warning when building with Python 3.7 vim-patch:8.1.0148: memory leak when using :tcl expr command vim-patch:8.1.0150: insufficient test coverage for Tcl vim-patch:8.1.0152: cannot easily run individual tests on MS-Windows vim-patch:8.1.0153: build with SHADOWDIR fails vim-patch:8.1.0155: evim.man missing from the distribution vim-patch:8.1.0157: old iTerm2 is not recognized, resulting in stray output vim-patch:8.1.0160: no Danish manual translations vim-patch:8.1.0162: Danish and German man pages are not installed vim-patch:8.1.0163: insufficient testing for Tcl vim-patch:8.1.0173: compiler warning on MS-Windows vim-patch:8.1.0176: overlapping string argument for strcpy() vim-patch:8.1.0178: warning for passing pointer to non-pointer argument vim-patch:8.1.0179: redundant condition for boundary check vim-patch:8.1.0180: static analysis errors in Lua interface vim-patch:8.1.0183: Lua API changed, breaking the build vim-patch:8.1.0185: running tests writes lua.vim even though it is not used vim-patch:8.1.0190: Perl refcounts are wrong vim-patch:8.1.0191: Perl test fails in 24 line terminal vim-patch:8.1.0197: Windows GUI: title for search/replace is wrong vim-patch:8.1.0201: newer Python uses "importlib" instead of "imp" vim-patch:8.1.0202: :version always shows +packages vim-patch:8.1.0203: building with Perl 5.28 fails on Windows vim-patch:8.1.0207: need many menu translation files to cover regions vim-patch:8.1.0209: stderr output from Ruby messes up display vim-patch:8.1.0215: no error if configure --with-x cannot configure X vim-patch:8.1.0217: compiler warning for variable set but not used vim-patch:8.1.0222: errors are reported for "make install" vim-patch:8.1.0232: Ruby error does not include backtrace vim-patch:8.1.0234: incorrect reference counting in Perl interface vim-patch:8.1.0236: Ruby build fails when ruby_intern is missing vim-patch:8.1.0237: Ruby on Cygwin doesn't always work vim-patch:8.1.0239: now Ruby build fails on other systems vim-patch:8.1.0246: build failure without the +eval feature vim-patch:8.1.0247: Python: error message for failing import is incorrect vim-patch:8.1.0249: GTK: when screen DPI changes Vim does not handle it vim-patch:8.1.0250: MS-Windows using VTP: windows size change incorrect vim-patch:8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP vim-patch:8.1.0260: no LGTM logo in README file vim-patch:8.1.0287: MAX is not defined everywhere vim-patch:8.1.0292: MS-Windows: the text "self-installing" confuses some users vim-patch:8.1.0301: GTK: input method popup displayed on wrong screen. vim-patch:8.1.0305: missing support for Lua 5.4 32 bits on Unix vim-patch:8.1.0319: bzero() function prototype doesn't work for Android vim-patch:8.1.0332: get Gdk-Critical error on first balloon show vim-patch:8.1.0346: building with Aap is outdated and unused vim-patch:8.1.0348: on Travis the slowest build is run last vim-patch:8.1.0357: instructions for tests are outdated vim-patch:8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails vim-patch:8.1.0379: build dependencies are incomplete vim-patch:8.1.0380: "make proto" doesn't work well vim-patch:8.1.0383: missing source file rename vim-patch:8.1.0385: Coveralls badge doesn't update vim-patch:8.1.0386: cannot test with non-default option value vim-patch:8.1.0388: Coverity complains about possible NULL pointer use vim-patch:8.1.0390: scrollbars are not tested vim-patch:8.1.0391: building in a shadow directory fails vim-patch:8.1.0403: header file missing from distribution vim-patch:8.1.0405: too many #ifdefs for GTK vim-patch:8.1.0408: MSVC: cannot use the "x64" native compiler option vim-patch:8.1.0411: renamed file missing from distribution vim-patch:8.1.0412: cannot build with GTK 2.4 vim-patch:8.1.0413: test output is duplicated or missing vim-patch:8.1.0415: not actually using 16 colors with vtp vim-patch:8.1.0418: MS-Windows: cannot separate Lua include and library dirs vim-patch:8.1.0419: Cygwin: running cproto fails with -O2 vim-patch:8.1.0420: generating vim.lib when using ActivePerl 5.20.3 or later vim-patch:8.1.0421: MS-Windows: Ruby path is wrong for Ruby 1.9 and later vim-patch:8.1.0422: cannot create map file with MinGW vim-patch:8.1.0427: MS-Windows GUI: using invalid encoded file name vim-patch:8.1.0441: build failure without command line history vim-patch:8.1.0467: cannot build with Mac OS X 10.5 vim-patch:8.1.0472: dosinst command has a few flaws vim-patch:8.1.0474: directory where if_perl.c is written is inconsistent vim-patch:8.1.0477: tiny build fails vim-patch:8.1.0478: cannot build with perl using MinGW vim-patch:8.1.0480: MinGW build file uses different -I flags than MVC vim-patch:8.1.0482: MinGW "make clean" deletes all .exe files vim-patch:8.1.0483: MinGW does not build tee.exe vim-patch:8.1.0490: MS-Windows: doesn't handle missing glibwinpthread-1.dll vim-patch:8.1.0492: "Edit with existing Vim" list can get long vim-patch:8.1.0500: cleaning up in src/tee may not always work vim-patch:8.1.0521: cannot build with +eval but without +quickfix vim-patch:8.1.0534: MS-Windows installer uses different $HOME than Vim vim-patch:8.1.0541: help message in dosinst.c is outdated vim-patch:8.1.0485: term_start() does not check if directory is accessible #9204
* version.c: update [ci skip] (#9162)Marvim the Paranoid Android2018-10-28
|