aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | vim-patch.sh: Query git for name of neovim remoteJames McCoy2016-04-23
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than assume the user named their neovim/neovim remote "upstream", parse the information from "git remote -v".
* | | | | | | | | | Merge pull request #4367 from jbradaric/vim-7.4.1107Justin M. Keyes2016-04-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.{1107,1114,1116,1117,1120}
| * | | | | | | | | | Fix another linter error.Jurica Bradaric2016-04-20
| | | | | | | | | | |
| * | | | | | | | | | delete_spec: Fix linter errors.Jurica Bradaric2016-04-20
| | | | | | | | | | |
| * | | | | | | | | | Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
| | | | | | | | | | |
| * | | | | | | | | | 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
| * | | | | | | | | | Fix linter errors.Jurica Bradaric2016-04-20
| | | | | | | | | | |
| * | | | | | | | | | 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
* | | | | | | | | | | Merge #3229 ':tcd'Justin M. Keyes2016-04-21
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | tcd: doc, error messagesJustin M. Keyes2016-04-21
| | | | | | | | | | |
| * | | | | | | | | | Implement tab-local working directory feature.HiPhish2016-04-20
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New ex commands: 'tcd', 'tchdir' Changed Vimscript functions: 'haslocaldir', 'getcwd' The ex-commands ':tcd' and ':tchdir' are the tab-local equivalents of ':lcd' and ':lchdir'. There are no new Vimscript functions introduced, instead the functions 'haslocaldir' and 'getcwd' take in optional arguments. See the documentation for details Since there is now different levels of local directory a simple boolean at source level is no longer sufficient; a new enumeration type is used for the scope-level from now on. The documentation has been accommodated for these new commands and functional tests have been written to test the feature.
* | | | | | | | | | Merge pull request #4618 from bfredl/regcrashBjörn Linse2016-04-21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | eval: make sure getreg() returns a valid list for an unset register (vim-patch:7.4.1755)
| * | | | | | | | | 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.
* | | | | | | | | | Merge pull request #4589 from gregorias/patch_1113Justin M. Keyes2016-04-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-patch: 7.4.1113
| * | | | | | | | | | 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.
* / / / / / / / / / v:windowid #4608Rui Abreu Ferreira2016-04-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set v:windowid as writeable (but read only in the sandbox). References #3626
* | | | | | | | | Merge pull request #4604 from dbarnett/vim-60cce2fJustin M. Keyes2016-04-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:60cce2f
| * | | | | | | | | vim-patch:60cce2fDavid Barnett2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d
* | | | | | | | | | doc: remove redundant, outdated section.Justin M. Keyes2016-04-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | The new content from bf635102 is retained.
* | | | | | | | | Merge pull request #4603 from dbarnett/vim-ca63501Justin M. Keyes2016-04-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:ca63501
| * | | | | | | | | vim-patch:ca63501David Barnett2016-04-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update various runtime files. https://github.com/vim/vim/commit/ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7
* | | | | | | | | Merge pull request #4602 from dbarnett/vim-12969c0Justin M. Keyes2016-04-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:12969c0
| * | | | | | | | | vim-patch:12969c0David Barnett2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation and syntax files. https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
* | | | | | | | | | Merge #4553Justin M. Keyes2016-04-18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | test: remote/define.vim: Add some spice.Justin M. Keyes2016-04-18
| | | | | | | | | |
| * | | | | | | | | test: formatCase Nelson2016-04-18
| | | | | | | | | |
| * | | | | | | | | test: remote/define.vim: rangeCase Nelson2016-04-18
| | | | | | | | | |
| * | | | | | | | | remote/define.vim: support remote function "range"Paul Jolly2016-04-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4601 from dbarnett/vim-f913281Justin M. Keyes2016-04-19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | vim-patch:f913281 (runtime/doc/)
| * | | | | | | | | vim-patch:f913281 (runtime/doc/)David Barnett2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated and new runtime files. https://github.com/vim/vim/commit/f91328100db34996ed7e7a800bed0a30ff0890dd
* | | | | | | | | | Merge pull request #4599 from Shougo/fixerrorJustin M. Keyes2016-04-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix loading remote plugin error
| * | | | | | | | | | Fix loading remote plugin errorShougo Matsushita2016-04-19
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #3951 from cacplate/misc1_WconversionBjörn Linse2016-04-18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Enable -Wconversion in misc1.c
| * | | | | | | | | misc1.c: enable -WconversionCharles Joachim2016-04-17
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4018 from justinmk/vim-35e7594Justin M. Keyes2016-04-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:35e7594
| * | | | | | | | | vim-patch.sh: recognize malformed patches.Justin M. Keyes2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:fc39ecf (committed in aae7e8b) vim-patch:541f92d (committed in cc52060) vim-patch:88774fd (committed in 896f548) This commit message forces vim-patch.sh to recognize these patches which were committed with only 6 chars (vim-patch.sh requires 7).
| * | | | | | | | | test: convert test_marks.in.Justin M. Keyes2016-04-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:35e7594 https://github.com/vim/vim/commit/35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2 "Add missing test files from 7.4.634 to the repository." The discrepancy between the expected getpos() result of the old test [0, 15, 2, 0] and the converted test [0, 3, 2, 0] is just a matter of how the buffer is constructed: in the old Vim test the buffer has a bunch of junk at the top. The central purpose of the test is to verify that the getpost("'a") does *not* return [0, 0, 0, 0].
* | | | | | | | | Merge pull request #4590 from Streetwalrus/issue4471Justin M. Keyes2016-04-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rplugin: Don't chain events.
| * | | | | | | | | rplugin: Ignore modeline while chaining eventsDan Elkouby2016-04-18
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4595 from dbarnett/vim-fc39ecJustin M. Keyes2016-04-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:fc39ec (runtime/filetype.vim changes)
| * | | | | | | | | vim-patch:fc39ec (runtime/filetype.vim)David Barnett2016-04-17
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/fc39ecf8ded5466d7e9cbde8db75517718b023d8 Add remaining runtime/filetype.vim changes that were missing in 289588.
* | | | | | | | | Merge pull request #4594 from dbarnett/vim-88774fJustin M. Keyes2016-04-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:88774f
| * | | | | | | | | vim-patch:88774fDavid Barnett2016-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files and Italian messages. https://github.com/vim/vim/commit/88774fdd23f08355297bb8cda78856859051d3c7
* | | | | | | | | | Merge pull request #4131 from ZyX-I/json-functionsJustin M. Keyes2016-04-17
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Add JSON support