aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
Commit message (Collapse)AuthorAge
* Merge pull request #4367 from jbradaric/vim-7.4.1107Justin M. Keyes2016-04-22
|\ | | | | vim-patch:7.4.{1107,1114,1116,1117,1120}
| * vim-patch:7.4.1120Jurica Bradaric2016-04-20
| | | | | | | | | | | | | | Problem: delete(x, 'rf') fails if a directory is empty. (Lcd) Solution: Ignore not finding matches in an empty directory. https://github.com/vim/vim/commit/336bd622c31e1805495c034e1a8cfadcc0bbabc7
| * vim-patch:7.4.1117Jurica Bradaric2016-04-20
| | | | | | | | | | | | | | Problem: No longer get "." and ".." in directory list. Solution: Do not skip "." and ".." unless EW_DODOT is set. https://github.com/vim/vim/commit/d82103ed8534a1207742e9666ac7ef1e47dda12d
| * vim-patch:7.4.1116Jurica Bradaric2016-04-20
| | | | | | | | | | | | | | Problem: delete(x, 'rf') does not delete files starting with a dot. Solution: Also delete files starting with a dot. https://github.com/vim/vim/commit/b0967d587fc420fa02832533d4915c85d1a78c17
| * vim-patch:7.4.1114Jurica Bradaric2016-04-20
| | | | | | | | | | | | | | Problem: delete() does not work well with symbolic links. Solution: Recognize symbolik links. https://github.com/vim/vim/commit/43a34f9f74fdce462fa250baab620264c28b6165
| * vim-patch:7.4.1107Jurica Bradaric2016-04-20
| | | | | | | | | | | | | | | | Problem: Vim can create a directory but not delete it. Solution: Add an argument to delete() to make it possible to delete a directory, also recursively. https://github.com/vim/vim/commit/da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
* | version.c: update. #4301Shougo Matsushita2016-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NA patches: 238, 244 SMACK support 1220 Tiny build 1221 configure 1222 Tiny build 1224 Makefile 1225 old style functions 1226 GRESOURCE_HDR 1227 compiler warning 1240, 1241 Makefile 1242 FEAT_EVAL 1243 Compiler warning 1245, 1251 Filelist 1270, 1272, 1280 if_python 1277 ifdef 1290 job 1292 Compiler warning 1320, 1323, 1326, 1332 Makefile 1334, 1339 char_u cast for Windows 1340 Windows build 1344, 1345 Windows 1348 Windows GUI 1349 if_mzscheme 1350 RealWaitForChar() 1154, 1156, 1157, 1160, 1163-1168, 1173, 1178, 1181, 1188, 1269, 1278, 1279 json 1229-1235, 1238, 1239, 1244, 1246-1250, 1252-1258, 1260-1268, 1274-1275, 1283, channel/job 1286-1289, 1291, 1293-1295, 1297-1299, 1301-1304, 1306-1319, 1321, 1322, 1324, channel/job 1325, 1327-1331, 1333, 1335-1338, 1341-1343 channel/job 1351, 1353, 1355-1362, 1369-1374, 1376 channel/job 1354 Makefile 1363 Tiny Build 1364, 1368, 1375 Remove Win16 code 1367 json 1387 Win16 1377-1382, 1385, 1386, 1389, 1393, 1395, 1398, 1404 channel 1383 GVimExt 1390 configure 1391 Compiler warning 1392 Makefile 1399 MS-DOS 1400 if_perl 1402, 1409 GTK-3 support 1403 ifdef Quickfix 1407, 1408 JSON 1411 wrong indent 1412 wrong indent 1413, 1418, 1421-1423 channel 1414, 1415 Appveyor 1416 char_u fix 1417 Filelist 1419 --not-a-terminal 1420, 1424 Makefile 1426, 1435, 1438, 1441, 1447, 1449 channel 1427 C89 1428 DirectWrite 1429 Win32 GUI 1430, 1434, 1439, 1444-1446, 1448, 1450 JSON 1431 if_scope 1432 GUI GTK 1433 if_sniff 1436 Filelist 1437 isnan(), isinf() 1440 Windows build 1442 if_ole 1443 GTK3 1451, 1452, 1454, 1457, 1459, 1461, 1465, 1466, 1469-1472 channel 1453 Makefile 1455 JSON 1460, 1462 functions prototypes 1463 configure 1467 FEAT_FLOAT 1473, 1474 ifdef 1475 push_raw_key() 1476 UNUSED 1481 ifdef 1482-1485, 1493, 1496, 1501-1507, 1509, 1510, 1512, 1514, 1515, 1517-1520, 1522-1524 channel 1487 isinf() 1488 add_to_input_buf_csi() 1489 MSVC 1490, 1497, 1525 GUI GTK 1495 Compiler Warning 1498 JSON 1508 Makefile 1526, 1527, 1529-1532, 1534, 1536, 1537 channel Included patches: 1346 #3035 1405 fix the flick in complete() 1406 #4064 1500 from neovim 1511 1757 #4509
* | eval: let getreg() return valid list for an undefined registerBjörn Linse2016-04-21
|/ | | | | vim-patch:7.4.1755 this prevents a crash when the list is used in setreg() later
* Merge pull request #4610 from KillTheMule/vim-7.4.819Justin M. Keyes2016-04-20
|\ | | | | vim-patch:7.4.819
| * vim-patch:7.4.819KillTheMule2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Beeping when running the tests. Solution: Fix 41 beeps. (Roland Eggner) https://github.com/vim/vim/commit/901e58c243ef4363bb2c13b2c96c7b0acd45e6d1 Applied cleanly, except for files test29.in, test4.in, test61.in, test82.in, test83.in, test90.in, test95.in, which were all converted to lua tests, and version.c. Some beeps remain, but this is much better.
* | vim-patch:7.4.1113Grzegorz Milka2016-04-19
|/ | | | | Problem: Using {ns} in variable name does not work. (lilydjwg) Solution: Fix recognizing colon. Add a test.
* eval: Rename json* functions to json_*ZyX2016-04-18
|
* eval: Fix QuickBuild failuresZyX2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiler used by one VM in QuickBuild has found a number of false positives. Everything is fine on travis. List of failures: From [QuickBuild][1], build [7429][2]: 14:38:19,945 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c: In function ‘assert_bool’: 14:38:19,945 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c:7551:40: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] 14:38:20,058 WARN - cc1: all warnings being treated as errors . This is not making much sense (7551:40 is `!=` in `{SpecialVarValue} != ({bool}?{SpecialVarValue}:{SpecialVarValue})`), but this error is present. --- Also fail from [build][3] [4930][4]: 15:47:00,853 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval/encode.c: In function ‘encode_read_from_list’: 15:47:00,853 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval/encode.c:258:30: error: conversion to ‘char’ from ‘int’ may alter its value [-Werror=conversion] , pointing to `:` in `{char} = ({char} == {const} ? {const} : {char})` where `{const}` is character constant like `'\n'`. I have no idea where exactly it saw conversion, so simply casted everything to (char). --- [Build][5] error: 08:32:03,472 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c: In function ‘tv_equal’: 08:32:03,472 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c:5077:1: error: control reaches end of non-void function [-Werror=return-type] --- Build [4949][7]: 11:28:00,578 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c: In function ‘f_type’: 11:28:00,578 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c:16085:24: error: ‘n’ may be used uninitialized in this function [-Werror=uninitialized] 11:28:00,581 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c: In function ‘f_empty’: 11:28:00,581 WARN - /home/quickbuild/buildagent/workspace/root/neovim/pull-requests-automated/src/nvim/eval.c:8505:24: error: ‘n’ may be used uninitialized in this function [-Werror=uninitialized] [1]: http://neovim-qb.szakmeister.net/wicket/page?5-1.ILinkListener-content-buildTab-panel-masterStep-body-children-0-step-body-children-2-body-children-3-step-body-children-0-step-body-children-0-step-head-logLink [2]: http://neovim-qb.szakmeister.net/build/4929 [3]: http://neovim-qb.szakmeister.net/build/4930 [4]: http://neovim-qb.szakmeister.net/wicket/page?1-1.ILinkListener-content-buildTab-panel-masterStep-body-children-0-step-body-children-1-body-children-3-step-body-children-0-step-body-children-0-step-head-logLink [5]: http://neovim-qb.szakmeister.net/build/4948/step_status [7]: http://neovim-qb.szakmeister.net/build/4949
* version: Record that vim-7.4.1271 is kinda of thereZyX2016-04-18
|
* eval: Port parts of 7.4.1267 that are not already presentZyX2016-04-18
|
* eval: Add jsondecode() functionZyX2016-04-18
|
* eval: Add special variables v:false, v:null, v:noneZyX2016-04-18
|
* eval: Add special variable typeZyX2016-04-18
|
* Update version.c to 7.4.1284KillTheMule2016-04-15
|
* vim-patch:7.4.1282KillTheMule2016-04-15
| | | | | | | | | | | | | Problem: Crash when evaluating the pattern of ":catch" causes an error. (Dominique Pelle) Solution: Block error messages at this point. https://github.com/vim/vim/commit/768ce2435ae956041579ef2d26e3e9d3a2444e1e Applied manually. Could not reproduce the crash both using vim and nvim, therefore could not device a test. Should be merged anyways, since it's in vim?
* Merge pull request #4357 from jbradaric/vim-7.4.1105Justin M. Keyes2016-04-09
|\ | | | | vim-patch:7.4.1105
| * vim-patch:7.4.1105Jurica Bradaric2016-02-27
| | | | | | | | | | | | | | Problem: When using slices there is a mixup of variable name and namespace. Solution: Recognize variables that can't be a namespace. (Hirohito Higashi) https://github.com/vim/vim/commit/9bbf63dbf8286fadc0cd6b3428010abb67b1b64d
* | vim-patch:7.4.1425Shougo Matsushita2016-04-02
| | | | | | | | | | | | | | Problem: There are still references to MS-DOS support. Solution: Remove most of the help txt and install instructions. (Ken Takata) https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
* | vim-patch:7.4.1654James McCoy2016-03-30
| | | | | | | | | | | | | | Problem: Crash when using expand('%:S') in a buffer without a name. Solution: Don't set a NUL. (James McCoy, closes vim/vim#714) https://github.com/vim/vim/commit/52c6eaffd43a8c8865f8d6ed7cde0a8b137479e2
* | vim-patch:7.4.1652James McCoy2016-03-30
| | | | | | | | | | | | | | Problem: Old style test for fnamemodify(). Solution: Turn it into a new style test. https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
* | vim-patch:7.4.1643James McCoy2016-03-30
| | | | | | | | | | | | | | Problem: Terminating file name has side effects. Solution: Restore the character. (mostly by James McCoy, closes vim/vim#713) https://github.com/vim/vim/commit/d4caf5c16a9f1c9477d426e58d8d3dc47ab5f066
* | vim-patch:7.4.1641James McCoy2016-03-30
| | | | | | | | | | | | | | Problem: Using unterminated string. Solution: Add NUL before calling vim_strsave_shellescape(). (James McCoy) https://github.com/vim/vim/commit/5ca84ce4aa2832041f843e624c222bbc1f4d3e14
* | vim-patch:7.4.1574Florent FAYOLLE2016-03-18
| | | | | | | | | | | | | | Problem: ":undo 0" does not work. (Florent Fayolle) Solution: Make it undo all the way. (closes vim/vim#688) https://github.com/vim/vim/commit/d22e9465f6228207a4fe722ee84371c7817060d6
* | 'shortmess': Add "F" flag. #4446Shougo Matsushita2016-03-17
| | | | | | | | | | | | | | Add "Don't give the file editing message" flag in shortmess option. Add the UI tests by @fmoralesc Fix the changes for Vim 7.4.1570
* | vim-patch:7.4.1511Nicolas Dumazet2016-03-08
| | | | | | | | | | | | | | Problem: Statusline highlighting is sometimes wrong. Solution: Check for Highlight type. (Christian Brabandt) https://github.com/vim/vim/commit/af6e36ff16736106a1bc63bb4d01f51fdfeb29a2
* | vim-patch:7.4.973watiko2016-03-06
| | | | | | | | | | | | | | | | Problem: When pasting on the command line line breaks result in literal <CR> characters. This makes pasting a long file name difficult. Solution: Skip the characters. https://github.com/vim/vim/commit/6f62fed349bf829da2adb02619dc9acba13c8ab6
* | Merge pull request #4320 from watiko/vim-7.4.958Justin M. Keyes2016-03-04
|\ \ | | | | | | vim-patch:7.4.958
| * | vim-patch:7.4.958watiko2016-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Vim checks if the directory "$TMPDIR" exists. Solution: Do not check if the name starts with "$". https://github.com/vim/vim/commit/e1a61991d9b6fd5f65636d17583f93118268cda5 --- see: "$TMPDIR bug" https://groups.google.com/d/msg/vim_dev/UWjbjOf9tEY/wfwnkh41AwAJ
* | | vim-patch:7.4.1141Jurica Bradaric2016-03-03
|/ / | | | | | | | | | | | | | | Problem: Using searchpair() with a skip expression that uses syntax highlighting sometimes doesn't work. (David Fishburn) Solution: Reset next_match_idx. (Christian Brabandt) https://github.com/vim/vim/commit/6773a348da0dcf45df3c6c6649880655ec0d2042
* | Merge pull request #4323 from watiko/vim-7.4.961Justin M. Keyes2016-03-02
|\ \ | | | | | | vim-patch:7.4.961
| * | vim-patch:7.4.961watiko2016-02-23
| |/ | | | | | | | | | | | | Problem: Test107 fails in some circunstances. Solution: When using "zt", "zb" and "z=" recompute the fraction. https://github.com/vim/vim/commit/9dc2ce398bb3456cc8f590ef0260459798b34d2a
* | Merge pull request #4319 from watiko/vim-7.4.952Justin M. Keyes2016-03-02
|\ \ | | | | | | vim-patch:7.4.952
| * | vim-patch:7.4.952watiko2016-02-22
| |/ | | | | | | | | | | | | Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'. https://github.com/vim/vim/commit/6cd1345307440491580e5e86cb82c54ee9a46baa
* | Merge #4265 'vim-patch:7.4.925'.Justin M. Keyes2016-03-02
|\ \
| * | vim-patch:7.4.925watiko2016-02-17
| | | | | | | | | | | | | | | | | | | | | | | | Problem: User may yank or put using the register being recorded in. Solution: Add the recording register in the message. (Christian Brabandt, closes vim/vim#470) https://github.com/vim/vim/commit/a0ed84a26897c994512873a895b9fc54e90c6845
* | | Merge #4231 'vim-patch:7.4.857'.Justin M. Keyes2016-03-02
|\ \ \
| * | | vim-patch:7.4.857Jurica Bradaric2016-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Dragging the current tab with the mouse doesn't work properly. Solution: Take the current tabpage index into account. (Hirohito Higashi) https://github.com/vim/vim/commit/4a4b821085847651b71d8ad9fab9f180635cb453
* | | | Merge pull request #4358 from jbradaric/vim-7.4.1112Justin M. Keyes2016-02-27
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.1112
| * | | | vim-patch:7.4.1112Jurica Bradaric2016-02-27
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Problem: When using ":next" with an illegal file name no error is reported. Solution: Give an error message. https://github.com/vim/vim/commit/2db5c3b3ceeaded7fb5a64dc5cb22b0cb95b78a1
* / | | version.c: Mark vim-patches NAwatiko2016-02-28
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NA patch list: 892: (MS-Win, iconv) https://github.com/vim/vim/commit/9d6ca1cc5ebb6e61cc2ef73aecfbb0bdbb65432f 904: ({,g}vim.desktop) https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9 https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a vim-patch:1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a 905: (if_py_both) https://github.com/vim/vim/commit/d424747d5821c2873e24d25d3407d08b25ea3443 909: (src/Makefile) https://github.com/vim/vim/commit/de59ba33aa3b94f2757dbf3451682d762c15ebcf 914: (src/term.c, logical-not-parentheses) https://github.com/vim/vim/commit/98b30a473a58ae98c280e0383c8b1e08c0ebced5 943: (src/testdir/Makefile, test_writefile) https://github.com/vim/vim/commit/48a969b48898fb08dce636c6b918408c6fbd3ea0 947: (src/testdir/Make_ming.mak, Test_listchars) https://github.com/vim/vim/commit/5311c02f25eed8f34e8a80becb98e86264f371c3 956: (empty) Missing parts are in other runtime comitts. https://github.com/vim/vim/commit/f882d9f89dbe24ab1ba4bc88529bef28242fd2ed 969: (cast) HAVE_AVAIL_MEM was removed. https://github.com/vim/vim/commit/35be4534c029148a89ccc41e8e465d793e7ed7c2 993: (if_py_both) https://github.com/vim/vim/commit/52f6ae1366b34fc5771595c0bd17c779a7f6f544 Already merged patch list: vim-patch:35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2 vim-patch:44132a10aeb45c957959cafb4ac39d3f478be98c vim-patch:974
* | | vim-patch:7.4.936 #4271watiko2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Crash when dragging with the mouse. Solution: Add safety check for NULL pointer. Check mouse position for valid value. (Hirohito Higashi) https://github.com/vim/vim/commit/294a7e55b01149154807a23323038784549b8946 --- see: "Crash while mouse-selecting in two-buffer mode" https://github.com/vim/vim/issues/486 Fix #3704
* | | Merge pull request #4272 from watiko/vim-7.4.937Justin M. Keyes2016-02-22
|\ \ \ | | | | | | | | vim-patch:7.4.937
| * | | vim-patch:7.4.937watiko2016-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Segfault reading unitialized memory. Solution: Do not read match \z0, it does not exist. (Marius Gedminas, closes vim/vim#497) https://github.com/vim/vim/commit/5ad075c0735d3d8b97708d17c22de8facb15f997
* | | | Merge pull request #4267 from watiko/vim-7.4.932Justin M. Keyes2016-02-22
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.{926,932,933}
| * | | | version.c: Mark 7.4.935 NAwatiko2016-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: test_utf8 fails on MS-Windows when executed with gvim. Solution: Use the insert flag on feedkeys() to put the string before the ":" that was already read when checking for available chars. https://github.com/vim/vim/commit/6040256d8b0404564ac6f192296b12ea9d175e7d --- feedkeys() is not used by legacy test utf8.