aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
Commit message (Collapse)AuthorAge
...
* 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
|
* version.c: update [ci skip] #8474marvim2018-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | close #8474 vim-patch:8.0.0264: memory error reported by ubsan vim-patch:8.0.0340: not checking return valud of dict_add() vim-patch:8.0.0346: Vim relies on limits.h to be included indirectly vim-patch:8.0.0361: GUI initialisation is not sufficiently tested vim-patch:8.0.0365: might free a dict item that wasn't allocated vim-patch:8.0.0367: types in include files may be inconsistent vim-patch:8.0.0369: a few options are not defined, depending on features vim-patch:8.0.0372: more options are not always defined vim-patch:8.0.0386: tiny build has a problem with generating the options test vim-patch:8.0.0392: GUI test fails with Athena and Motif vim-patch:8.0.0395: testing the + register fails with Motif vim-patch:8.0.0422: Python test fails with Python 3.6 vim-patch:8.0.0425: build errors when building without folding vim-patch:8.0.0432: "make shadow" creates an invalid link vim-patch:8.0.0476: missing change to main.c vim-patch:8.0.0526: Coverity complains about possible negative value vim-patch:8.0.0540: building unit tests fails vim-patch:8.0.0556: getting window position fails if GUI and term possible vim-patch:8.0.0563: crash when getting the window position in tmux vim-patch:8.0.0567: call for requesting color and ambiwidth is too early vim-patch:8.0.0569: bracketed paste is still enabled in a shell command vim-patch:8.0.0587: configure check for return value of tgetent skipped vim-patch:8.0.0588: job_stop() often assumes the channel will be closed vim-patch:8.0.0610: the screen is redrawn when default 'background' is detected vim-patch:8.0.0611: the screen is not redrawn after sending t_u7 vim-patch:8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed vim-patch:8.0.0626: in the GUI the cursor may flicker vim-patch:8.0.0628: cursor disappears after silent mapping vim-patch:8.0.0631: can't build with Perl 5.26 vim-patch:8.0.0637: crash when using some version of GTK 3 vim-patch:8.0.0639: the cursor position is set when editing a new commit message vim-patch:8.0.0649: when opening a help file the filetype is set several times vim-patch:8.0.0653: the default highlight for QuickFixLine is not good vim-patch:8.0.0690: compiler warning on non-Unix system vim-patch:8.0.0691: compiler warning without the linebreak feature vim-patch:8.0.0696: .inc files missing in git vim-patch:8.0.0719: build failure without +terminal feature vim-patch:8.0.0729: the help for the terminal configure option is wrong vim-patch:8.0.0731: cannot build the terminal feature on MS-Windows vim-patch:8.0.0741: cannot build with HPUX vim-patch:8.0.0750: OpenPTY missing in non-GUI build vim-patch:8.0.0751: OpenPTY missing with some combination of features vim-patch:8.0.0752: build fails on MS-Windows vim-patch:8.0.0763: libvterm can be improved vim-patch:8.0.0770: compiler warning for missing field initializer vim-patch:8.0.0772: other stdbool.h dependencies in libvterm vim-patch:8.0.0773: mixing 32 and 64 bit libvterm builds fails vim-patch:8.0.0774: build failure without the multi-byte feature vim-patch:8.0.0790: MSVC compiler warning for strncpy in libvterm vim-patch:8.0.0795: terminal feature does not build with older MSVC vim-patch:8.0.0808: cannot build with terminal feature and DEBUG defined vim-patch:8.0.0809: MS-Windows: tests hang vim-patch:8.0.0811: MS-Windows: test_expand_dllpath fails vim-patch:8.0.0822: Test_with_partial_callback is a tiny bit flaky vim-patch:8.0.0834: can't build without the client-server feature vim-patch:8.0.0865: cannot build with channel but without terminal feature vim-patch:8.0.0866: Solaris also doesn't have MIN and MAX vim-patch:8.0.0875: crash with weird command sequence vim-patch:8.0.0880: Travis uses an old Ubuntu version vim-patch:8.0.0901: asan suppress file missing from distribution vim-patch:8.0.0919: cursor color isn't set on startup vim-patch:8.0.0921: terminal window cursor shape not supported in the GUI vim-patch:8.0.0946: using PATH_MAX does not work well on some systems vim-patch:8.0.0954: /proc/self/exe might be a relative path vim-patch:8.0.0966: build failure without terminal feature vim-patch:8.0.0967: using a terminal may cause the cursor to blink vim-patch:8.0.0972: compiler warnings for unused variables vim-patch:8.0.0980: Coverity warning for failing to open /dev/null vim-patch:8.0.0986: terminal feature always requires multi-byte feature vim-patch:8.0.0988: warning from Covscan about using NULL pointer vim-patch:8.0.0993: sometimes an xterm sends an extra CTRL-X vim-patch:8.0.0996: Mac: t_RS is echoed on the screne in Terminal.app vim-patch:8.0.0997: Libvterm and Terminal.app not regognized from termresponse. vim-patch:8.0.1008: slow updating of terminal window in Motif vim-patch:8.0.1010: build failure without termresponse feature vim-patch:8.0.1014: old compiler doesn't know uint32_t vim-patch:8.0.1016: gnome terminal echoes t_RC vim-patch:8.0.1021: older Gnome terminal still echoes t_RC vim-patch:8.0.1026: GTK on-the-spot input has problems vim-patch:8.0.1027: more terminals can't handle requesting cursor mode vim-patch:8.0.1030: MS-Windows: wrong size computation in is_cygpty() vim-patch:8.0.1033: detecting background color does not work in screen vim-patch:8.0.1042: without the syntax feature highlighting doesn't work vim-patch:8.0.1047: buffer overflow in Ruby vim-patch:8.0.1059: older Gnome terminal returns smaller version number vim-patch:8.0.1062: Coverity warnings in libvterm vim-patch:8.0.1065: not all macro examples are included vim-patch:8.0.1066: some terminals can't handle requesting cursor mode vim-patch:8.0.1068: vandyke SecureCRT terminal can't handle cursor mode request vim-patch:8.0.1069: still get CTRL-X sometimes vim-patch:8.0.1071: putty-color and cygwin-color are not recognized vim-patch:8.0.1094: using ssh from Terminal.app runs into xterm incompatibility vim-patch:8.0.1110: FORTIFY_SOURCE from Perl causes problems vim-patch:8.0.1111: syntax error in configure when using Perl vim-patch:8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs vim-patch:8.0.1136: W_WIDTH() is always the same vim-patch:8.0.1152: encoding of error message wrong in Cygwin terminal vim-patch:8.0.1155: Ruby command triggers a warning vim-patch:8.0.1157: compiler warning on MS-Windows vim-patch:8.0.1159: typo in #ifdef vim-patch:8.0.1166: :terminal doesn't work on Mac High Sierra vim-patch:8.0.1175: build failure without +termresponse vim-patch:8.0.1192: MS-Windows: terminal feature not enabled by default vim-patch:8.0.1195: can't build on MS-Windows vim-patch:8.0.1198: older compilers don't know uint8_t vim-patch:8.0.1211: cannot reorder tab pages with drag & drop vim-patch:8.0.1247: not easy to find Debian build info vim-patch:8.0.1248: stray + in README file vim-patch:8.0.1255: duplicate badge README file vim-patch:8.0.1256: typo in configure variable vim_cv_tgent vim-patch:8.0.1258: 'ttymouse' is set to "sgr" even though it's not supported vim-patch:8.0.1269: effect of autocommands on marks is not tested vim-patch:8.0.1272: warnings for unused variables in tiny build vim-patch:8.0.1273: old test file remaining vim-patch:8.0.1303: 'ttymouse' is not set to "sgr" for Terminal.app and Iterm2 vim-patch:8.0.1306: ASAN error stack trace is not useful vim-patch:8.0.1310: cproto generates errors because of missing type vim-patch:8.0.1322: textformat test isn't run vim-patch:8.0.1324: some xterm sends different mouse move codes vim-patch:8.0.1325: more tests are not run vim-patch:8.0.1327: new proto file missing from distribution vim-patch:8.0.1337: typo in #ifdef vim-patch:8.0.1369: MS-Windows: drawing underline slow, mFallbackDC not updated vim-patch:8.0.1380: using "vim -r swapfile" the hit-enter prompt is misplaced. vim-patch:8.0.1394: cannot intercept a yank command vim-patch:8.0.1415: warning for unused function without timers feature vim-patch:8.0.1424: the timer_pause test is flaky on Travis vim-patch:8.0.1437: pkg-config doesn't work with cross compiling vim-patch:8.0.1456: timer test on travis Mac is still flaky vim-patch:8.0.1467: libvterm doesn't handle illegal byte sequence correctly vim-patch:8.0.1478: unnecessary condition vim-patch:8.0.1504: Win32: the screen may be cleared on startup vim-patch:8.0.1506: new version of HP NonStop (Tandem) doesn't like a header vim-patch:8.0.1532: compiler warnings without termguicolors feature vim-patch:8.0.1556: may not parse the t_RS response correctly vim-patch:8.0.1564: too many #ifdefs vim-patch:8.0.1565: can't build Mac version without GUI vim-patch:8.0.1566: too many #ifdefs vim-patch:8.0.1567: cannot build Win32 GUI without IME vim-patch:8.0.1571: can't build without GUI vim-patch:8.0.1573: getwinpos(1) may cause response to be handled as command vim-patch:8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused vim-patch:8.0.1581: cannot build Win32 GUI without +eval vim-patch:8.0.1583: using C99 comment vim-patch:8.0.1584: using C99 in Mac file gives compiler warning messages vim-patch:8.0.1585: enabling beval_term feature in Win32 GUI vim-patch:8.0.1586: imactivatefunc does not work on non-GUI Mac vim-patch:8.0.1597: autocommand events are not sorted vim-patch:8.0.1603: cannot build with +terminal but without +menu vim-patch:8.0.1606: singular/plural variants not translated vim-patch:8.0.1608: Win32: directx not enabled by default vim-patch:8.0.1610: cannot build without GUI vim-patch:8.0.1613: warning for unused variable in tiny build vim-patch:8.0.1614: "make tags" doesn't include libvterm vim-patch:8.0.1618: color Grey50 is missing in the compiled-in table vim-patch:8.0.1625: test_quotestar is flaky when run in GTK GUI vim-patch:8.0.1627: compiler warning for visibility attribute not supported vim-patch:8.0.1635: undefining _POSIX_THREADS causes problems with Python 3 vim-patch:8.0.1639: libvterm code lags behind master vim-patch:8.0.1646: MS-Windows: executable contains unreferenced functions vim-patch:8.0.1650: too many #ifdefs vim-patch:8.0.1659: scroll events not recognized for some xterm emulators vim-patch:8.0.1663: cannot build without multi-byte feature vim-patch:8.0.1674: libvterm can't handle an OSC string split vim-patch:8.0.1675: unused macro argument in libvterm vim-patch:8.0.1679: compiler warning for printf format vim-patch:8.0.1683: Python upgrade breaks Vim when defining PYTHON_HOME vim-patch:8.0.1686: Python does not work when configuring with specific dir vim-patch:8.0.1692: Python may not work when using statically linked library vim-patch:8.0.1696: coverage statistics don't work vim-patch:8.0.1698: coverage statistics don't work on coveralls vim-patch:8.0.1699: leftover stuff for Python 1.4 vim-patch:8.0.1700: coverage statistics still don't work on coveralls vim-patch:8.0.1701: can disable COLOR_EMOJI with MSVC but not MinGW vim-patch:8.0.1710: building with Ruby fails vim-patch:8.0.1717: C89 check causes too much trouble vim-patch:8.0.1719: cannot specify which Python executable configure should use vim-patch:8.0.1730: no configure check for the used C99 features vim-patch:8.0.1736: check for C99 features is incomplete vim-patch:8.0.1737: fchown() used when it is not supported vim-patch:8.0.1739: MS-Windows with msys2 cannot build Ruby statically vim-patch:8.0.1741: MS-Windows with msys2 cannot build Ruby statically vim-patch:8.0.1749: VMS: 100% CPU use, redefining mch_open() fails vim-patch:8.0.1751: #ifdef causes bad highlighting vim-patch:8.0.1755: MS-Windows: high unicode char received as two utf-16 words vim-patch:8.0.1757: unnecessary changes in libvterm vim-patch:8.0.1760: wrong number of arguments to vms_read() vim-patch:8.0.1764: lgtm considers tutor.es to be EcmaScript vim-patch:8.0.1785: missing symbol in Win32 small build vim-patch:8.0.1788: tool to check a color scheme is not installed vim-patch:8.0.1791: using uint8_t does not work everywhere vim-patch:8.0.1813: Windows installer doesn't install terminal debugger vim-patch:8.0.1825: might use NULL pointer when out of memory vim-patch:8.0.1840: getwinpos() is not tested vim-patch:8.0.0216: decoding js style json may fail vim-patch:8.0.1391: encoding empty string to JSON sometimes gives "null" vim-patch:8.0.1602: crash in parsing JSON vim-patch:8.1.0343: #9041
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
| | | | | Problem: There are still a few macros that should be all-caps. Solution: Make a few more macros all-caps. https://github.com/vim/vim/commit/8820b48654b62472821d9b155fe03ab7ac13a05c
* version.c: update [ci skip] (#8413)Marvim the Paranoid Android2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0349: redrawing errors with GTK 3 vim-patch:8.0.0363: Travis is too slow to keep up with patches vim-patch:8.0.0366: build fails with tiny features vim-patch:8.0.0373: build fails without +folding vim-patch:8.0.0397: can't build with +viminfo but without +eval vim-patch:8.0.0410: newer gettext/iconv library has extra dll file- vim-patch:8.0.0418: ASAN logs are disabled vim-patch:8.0.0445: getpgid is not supported on all systems- vim-patch:8.0.0449 vim-patch:8.0.0462: failure of an MS-Windows test may go unnoticed vim-patch:8.0.0494: build failure with older compiler on MS-Windows vim-patch:8.0.0501: on MS-Windows ":!start" does not work as expected vim-patch:8.0.0508: Coveralls no longer shows per-file coverage vim-patch:8.0.0509: no link to codecov.io results vim-patch:8.0.0510: typo in link to codecov.io results vim-patch:8.0.0512: check for available characters takes too long vim-patch:8.0.0521: GtkForm handling is outdated vim-patch:8.0.0527: leftover file from RISC OS vim-patch:8.0.0534: defaults.vim does not work well with tiny features vim-patch:8.0.0557: GTK: using static gravities is not useful vim-patch:8.0.0566: setting nocompatible for the tiny version moves the cursor vim-patch:8.0.0570: can't run make with several jobs vim-patch:8.0.0573: running parallel make after distclean fails vim-patch:8.0.0576: can't build when configure choses "install-sh" vim-patch:8.0.0578: :simalt on MS-Windows does not work properly vim-patch:8.0.0589: :simalt still does not work vim-patch:8.0.0594: build failure when windows feature is missing vim-patch:8.0.0619: GUI gets stuck if timer uses feedkeys() vim-patch:8.0.0624: warning for unused variable in tiny build vim-patch:8.0.0638: cannot build with new MSVC version vim-patch:8.0.0651: build failure without the auto command feature vim-patch:8.0.0695: missing dependencies breaks parallel make vim-patch:8.0.0711: cannot build without the wildmenu feature vim-patch:8.0.0756: cannot build libvterm with MSVC vim-patch:8.0.0757: libvterm MSVC Makefile not included in the distribution vim-patch:8.0.0765: build fails with tiny features vim-patch:8.0.0767: build failure with Athena and Motif vim-patch:8.0.0780: build failure on Travis vim-patch:8.0.0786: build failures on Travis vim-patch:8.0.0796: no coverage on Travis with clang vim-patch:8.0.0814: file in Filelist does not exist vim-patch:8.0.0961: the script to build the installer does not include winpty vim-patch:8.0.0989: ActiveTcl dll name has changed in 8.6.6 vim-patch:8.0.1032: "make tags" doesn't work well on MS-Windows- vim-patch:8.0.1050: terminal window feature not included by default vim-patch:8.0.1056: cannot build with +diff but without +multi_byte- vim-patch:8.0.1084: GTK build has compiler warnings vim-patch:8.0.1086: can't build with GTK 3 vim-patch:8.0.1098: build failure if libvterm installed vim-patch:8.0.1099: warnings for GDK calls vim-patch:8.0.1122: vimtutor.bat doesn't work well with vim.bat vim-patch:8.0.1124: use of MZSCHEME_VER is unclear vim-patch:8.0.1147: fail to build with tiny features vim-patch:8.0.1156: trouble from removing one -W argument from Perl CFLAGS vim-patch:8.0.1178: using old compiler on MS-Windows vim-patch:8.0.1183: MS-Windows build instructions are outdated vim-patch:8.0.1185: Ruby library includes minor version number vim-patch:8.0.1187: building with lua fails for OSX on Travis vim-patch:8.0.1196: crash when t_RF is not set vim-patch:8.0.1212: MS-Windows: tear-off menu does not work on 64 bit vim-patch:8.0.1233: typo in dos installer vim-patch:8.0.1235: cannot disable the terminal feature in a huge build vim-patch:8.0.1252: incomplete translations makefile for MinGW/Cygwin vim-patch:8.0.1268: PC install instructions are incomplete vim-patch:8.0.1288: GUI: cannot drag the statusline of a terminal window vim-patch:8.0.1294: GUI: get stuck when splitting a terminal window vim-patch:8.0.1301: generated license file for NSIS has a modeline vim-patch:8.0.1313: missing dependencies cause parallel make to fail vim-patch:8.0.1314: build fails on Mac vim-patch:8.0.1351: warning for unused variables building with MinGW vim-patch:8.0.1373: no error when settting 'renderoptions' before starting GUI vim-patch:8.0.1379: configure check for selinux does not check for header file vim-patch:8.0.1385: Python 3.5 is getting old vim-patch:8.0.1390: DirectX scrolling can be slow, vertical positioning is off vim-patch:8.0.1392: build fails with --with-features=huge --disable-channel vim-patch:8.0.1399: warnings and errors when building tiny version vim-patch:8.0.1401: cannot build with GTK but without XIM vim-patch:8.0.1407: GUI: CursorHold may trigger before 'updatetime' vim-patch:8.0.1431: MS-Windows: vimtutor fails if %TMP% has special chars vim-patch:8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problems vim-patch:8.0.1450: GUI: endless loop when stopping cursor blinking vim-patch:8.0.1466: older GTK versions don't have gtk_entry_get_text_length() vim-patch:8.0.1471: on MS-Windows CursorIM highlighting no longer works vim-patch:8.0.1473: MS-Windows: D&D fails between 32 and 64 bit apps vim-patch:8.0.1474: Visual C 2017 has multiple MSVCVER numbers vim-patch:8.0.1530: dump test fails when using a shadow directory- vim-patch:8.0.1548: screen dump test script not included in distribution- vim-patch:8.0.1555: build error for some combination of features vim-patch:8.0.1559: build failure without GUI vim-patch:8.0.1560: build failure without GUI on MS-Windows vim-patch:8.0.1800: X11: getting color is slow- vim-patch:8.0.1808: can't build without TGETENT- vim-patch:8.0.1822: make uninstall does not remove colors/tools- vim-patch:8.0.1826: configure uses old compiler flag- vim-patch:8.0.1828: get no clue why :gui does not fork- vim-patch:8.0.1833: X11: ":echo 3.14" gives E806- vim-patch:8.0.1834: GUI: find/replace dialog does not handle some chars- vim-patch:8.0.1847: some build options don't have an example-
* vim-patch:8.0.0500: quotestar test is still a bit flakylonerover2018-05-20
| | | | | | Problem: Quotestar test is still a bit flaky. Solution: Add a slower check for v:version. https://github.com/vim/vim/commit/4889ad7c6cd46368f553cc1140ca17508e8beaaa
* vim-patch:8.0.0495: quotestar test uses timer instead of timeoutlonerover2018-05-20
| | | | | | | Problem: The quotestar test uses a timer instead of a timeout, thus it cannot be rerun like a flaky test. Solution: Remove the timer and add a timeout. (Kazunobu Kuriyama) https://github.com/vim/vim/commit/f5610da7a8a5908e747d1ae39dbed1408bbd2644
* vim-patch:8.0.0491: quotestar test fails when features are missinglonerover2018-05-20
| | | | | | Problem: The quotestar test fails when a required feature is missing. Solution: Prepend "Skipped" to the thrown exception. https://github.com/vim/vim/commit/bfd830d3e2dbd1e9b14c65625f18773074e6ac67
* vim-patch:8.0.0489: clipboard and "* register is not testedlonerover2018-05-20
| | | | | | Problem: Clipboard and "* register is not tested. Solution: Add a test for Mac and X11. (Kazunobu Kuriyama) https://github.com/vim/vim/commit/7dd4850698e37c3ed4a3c3b23f4cdbf1ae6542f8
* version.c: update [ci skip] (#8118)Marvim the Paranoid Android2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0312: failure when a channel receives a split json message vim-patch:8.0.0313: not enough testing for GUI functionality vim-patch:8.0.0317: no test for setting 'guifont' vim-patch:8.0.0318: small mistake in 7x13 font name vim-patch:8.0.0329: xfontset and guifontwide are not tested vim-patch:8.0.0332: GUI test fails on some systems vim-patch:8.0.0348: using shadow dir on Mac lack +clipboard vim-patch:8.0.0356: leaking memory when setting 'ttytype' vim-patch:8.0.0362: tests fail on MS-Windows vim-patch:8.0.0371: leaking memory when setting v:completed_item vim-patch:8.0.0375: the "+ register is not tested vim-patch:8.0.0382: warning in tiny build for unused variable vim-patch:8.0.0383: misplaced vim/vim#ifdef vim-patch:8.0.0384: timer test failed for no apparent reason vim-patch:8.0.0403: GUI tests may fail vim-patch:8.0.0409: set_progpath is defined but not always used vim-patch:8.0.0415: balloon test fails on MS-Windows vim-patch:8.0.0416: setting v:progpath is not quite right vim-patch:8.0.0419: test for v:progpath fails on MS-Windows vim-patch:8.0.0438: vim-patch:8.0.0441: dead code in vim/vim#ifdef vim-patch:8.0.0447: getting font name does not work on X11 vim-patch:8.0.0450: v:progpath is not reliably set vim-patch:8.0.0456: typo in MinGW test makefile vim-patch:8.0.0460: can't build on HPUX vim-patch:8.0.0463: side effects from resetting 'compatible' in defaults.vim vim-patch:8.0.0464: can't find executable name on Solaris and FreeBSD vim-patch 8.0.0809: MS-Windows: tests hang vim-patch 8.0.0810: MS-Windows: tests still hang vim-patch 8.0.0811: MS-Windows: test_expand_dllpath fails vim-patch:8.0.0881: win32.mak no longer included in Windows SDK vim-patch:8.0.0925: MS-Windows GUI: channel I/O not handled right away vim-patch:8.0.1121: can uncheck executables in MS-Windows installer vim-patch:8.0.1141: MS-Windows build dependencies are incomplete vim-patch:8.0.1150: MS-Windows GUI: dialog font size is incorrect vim-patch:8.0.1180: MS-Windows testclean target deletes the color script vim-patch:8.0.1181: tests using Vim command fail on MS-Windows vim-patch:8.0.1191: MS-Windows: missing 32 and 64 bit files in installer vim-patch:8.0.1197: MS-Windows build instructions are not up to date vim-patch:8.0.1234: MS-Windows: composing chars are not shown properly vim-patch:8.0.1472: MS-Windows: nsis installer is a bit slow
* version.c: update [ci skip] (#7999)Marvim the Paranoid Android2018-03-08
| | | | | NA: vim-patch:8.0.0207: leaking file descriptor when system() fails vim-patch:8.0.1434: GTK: :promtfind does not put focus on text input
* version.c: update [ci skip] (#7953)Marvim the Paranoid Android2018-02-11
|
* Merge #7463 'incsearch + hlsearch highlight all'Justin M. Keyes2018-02-01
|\
| * vim-patch:8.0.1393: too much highlighting with 'hlsearch' and 'incsearch' setÖmer Sinan Ağacan2018-01-26
| | | | | | | | | | | | | | Problem: Too much highlighting with 'hlsearch' and 'incsearch' set. Solution: Do not highlight matches when the pattern matches everything. https://github.com/vim/vim/commit/6621605eb97cf5fbc481282fd4d349a76e168f16
| * vim-patch:8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty patternÖmer Sinan Ağacan2018-01-26
| | | | | | | | | | | | | | Problem: CTRL-G/CTRL-T don't work with incsearch and empty pattern. Solution: Use the last search pattern. (Christian Brabandt, closes vim/vim#2292) https://github.com/vim/vim/commit/d0480097177369a6ed91d47aba189ae647afcd68
| * vim-patch:8.0.1396: memory leak when CTRL-G in search command line failsÖmer Sinan Ağacan2018-01-26
| | | | | | | | | | | | | | Problem: Memory leak when CTRL-G in search command line fails. Solution: Move restore_last_search_pattern to after "if". https://github.com/vim/vim/commit/a1d5c154dbd5fbe317726bbf2ba99632b91878f4
| * Update included_patchesÖmer Sinan Ağacan2018-01-26
| |
* | version.c: update [ci skip] (#7886)Marvim the Paranoid Android2018-02-01
| | | | | | | | | | | | | | | | vim-patch:8.0.0175: setting language on MS-Windows does not always work vim-patch:8.0.0185: system() test fails on MS-Windows vim-patch:8.0.1435: memory leak in test_arabic vim-patch:8.0.0424: compiler warnings on MS-Windows vim-patch:8.0.0434: clang version not correctly detected vim-patch:8.0.0458: potential crash if adding list or dict to dict fails
* | vim-patch:8.0.0672: synconcealed() changes too often #7887nate2018-02-01
| | | | | | | | | | | | | | | | Problem: Third item of synconcealed() changes too often. (Dominique Pelle) Solution: Reset the sequence number at the start of each line. https://github.com/vim/vim/commit/cc0750dc6e878394ab0fd922b7ea4280918ae406 closes #7589
* | vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
|/ | | | | | | Problem: Some macros are in lower case, which can be confusing. Solution: Make a few lower case macros upper case. https://github.com/vim/vim/commit/b5aedf3e228d35821591da9ae8501b61cf2e264c ref #6297
* vim-patch: NAJustin M. Keyes2018-01-21
| | | | | | | | | | | vim-patch:8.0.0674: cannot build with eval but without timers vim-patch:8.0.0673: build failure without conceal feature vim-patch:8.0.0668: nsis installer script does not work vim-patch:8.0.0666: dead for loop vim-patch:8.0.0665: warning for uninitialized variable vim-patch:8.0.0664: mouse does not work in tmux vim-patch:8.0.0661: recognizing urxvt mouse codes does not work well vim-patch:8.0.0660: silent install on MS-Windows shows dialog
* vim-patch:8.0.0301 #7685ckelsel2018-01-21
| | | | | | | | | | | | Problem: No tests for ":set completion" and various errors of the :set command. Solution: Add more :set tests. (Dominique Pelle, closes vim/vim#1440) https://github.com/vim/vim/commit/698f8b207bbfefa1cbbd7361caf5412cb3416534 --- Also move test_options from test_alot to Makefile. (That's done upstream in Vim patch 8.0.0430.)
* version.c: update [ci skip] (#7828)Marvim the Paranoid Android2018-01-21
|
* vim-patch:8.0.0151,3,4 #7389Justin M. Keyes2018-01-15
| | | | | | | | | | | | | | | | | | | vim-patch:8.0.0151 Problem: To pass buffer content to system() and systemlist() one has to first create a string or list. Solution: Allow passing a buffer number. (LemonBoy, closes vim/vim#1240) https://github.com/vim/vim/commit/12c4492dd35e0cd83c8816be2ec849b836109882 vim-patch:8.0.0153 Problem: system() test fails on MS-Windows. Solution: Deal when extra space and CR. https://github.com/vim/vim/commit/9d9c35651712b88c81f1ae11091de1fd0bbbd35c vim-patch:8.0.0154 Problem: system() test fails on OS/X. Solution: Deal with leading spaces. https://github.com/vim/vim/commit/31f19ce0a052f7c76d44a9a190e468c79cf5d56d