diff options
author | marvim <marvim@users.noreply.github.com> | 2019-04-09 20:04:28 +0000 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-04-10 01:46:21 +0200 |
commit | 9daa7d9978ac0249b61e823808cabbcbc997d5c7 (patch) | |
tree | 83726d9e18f34c05f972f803532da7b70be0522d /src | |
parent | 9d085c75ff427bf0ccc408983ce7b68f0a2b284d (diff) | |
download | rneovim-9daa7d9978ac0249b61e823808cabbcbc997d5c7.tar.gz rneovim-9daa7d9978ac0249b61e823808cabbcbc997d5c7.tar.bz2 rneovim-9daa7d9978ac0249b61e823808cabbcbc997d5c7.zip |
version.c: update [ci skip]
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
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index b7c9140b7f..b18cfc6dde 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -158,7 +158,7 @@ static const int included_patches[] = { 1766, 1765, 1764, - // 1763, + 1763, // 1762, // 1761, 1760, @@ -393,7 +393,7 @@ static const int included_patches[] = { // 1531, 1530, // 1529, - // 1528, + 1528, // 1527, // 1526, // 1525, @@ -474,7 +474,7 @@ static const int included_patches[] = { 1450, // 1449, // 1448, - // 1447, + 1447, 1446, 1445, 1444, @@ -549,7 +549,7 @@ static const int included_patches[] = { // 1375, 1374, 1373, - // 1372, + 1372, // 1371, 1370, 1369, @@ -585,7 +585,7 @@ static const int included_patches[] = { // 1339, 1338, 1337, - // 1336, + 1336, // 1335, // 1334, 1333, @@ -768,7 +768,7 @@ static const int included_patches[] = { 1156, 1155, 1154, - // 1153, + 1153, 1152, 1151, 1150, @@ -807,7 +807,7 @@ static const int included_patches[] = { // 1117, // 1116, 1115, - // 1114, + 1114, // 1113, // 1112, 1111, @@ -844,11 +844,11 @@ static const int included_patches[] = { // 1080, // 1079, 1078, - // 1077, + 1077, // 1076, // 1075, // 1074, - // 1073, + 1073, 1072, 1071, // 1070, @@ -876,7 +876,7 @@ static const int included_patches[] = { 1048, 1047, 1046, - // 1045, + 1045, 1044, 1043, 1042, @@ -1193,7 +1193,7 @@ static const int included_patches[] = { 731, // 730, 729, - // 728, + 728, 727, 726, // 725, @@ -1212,11 +1212,11 @@ static const int included_patches[] = { // 712, 711, 710, - // 709, + 709, 708, 707, 706, - // 705, + 705, 704, 703, // 702, @@ -1240,7 +1240,7 @@ static const int included_patches[] = { 684, // 683, 682, - // 681, + 681, 680, 679, 678, @@ -1275,10 +1275,10 @@ static const int included_patches[] = { 649, 648, // 647, - // 646, - // 645, - // 644, - // 643, + 646, + 645, + 644, + 643, 642, 641, 640, @@ -1292,7 +1292,7 @@ static const int included_patches[] = { 632, 631, 630, - // 629, + 629, 628, 627, 626, @@ -1329,7 +1329,7 @@ static const int included_patches[] = { 595, 594, 593, - // 592, + 592, 591, 590, 589, @@ -1349,7 +1349,7 @@ static const int included_patches[] = { 575, 574, 573, - // 572, + 572, 571, 570, 569, @@ -1415,9 +1415,9 @@ static const int included_patches[] = { 509, 508, 507, - // 506, + 506, 505, - // 504, + 504, 503, 502, 501, @@ -1508,9 +1508,9 @@ static const int included_patches[] = { 416, 415, 414, - // 413, - // 412, - // 411, + 413, + 412, + 411, 410, 409, 408, |