Commit 88b4e2e
authored
nvim: support nvim v0.7.0 APIs (#137)
* nvim: add BufferText
* nvim: go generate
* nvim: add BufferText testcase
* nvim: add autocmd relate apis
* nvim: add testAutocmd testcase
* nvim: add nvim-path flag for testing
* nvim: fix version related testcases
* nvim: change eval NVIM_LISTEN_ADDRESS to use v:servername
* nvim: nvim flag default to nvim on testing
* nvim: add -nvim flag for api_tool.go
* nvim: add skip TestAPI/Key/Nvim/KeyMap until v0.9.0
* codecov: relax patch.default.target
* nvim: run gofmt
* nvim: add skipBetweenVersion and skip TestAPI/Key/{Nvim,Batch}/KeyMap
* nvim: remove experimental nvim__set_hl_ns api
Renamed by neovim/neovim#13457.
* nvim: fix missig error handling on testAutocmd
* nvim: add DeleteAugroupByName and ExecAutocmds testcase1 parent ef8a8cf commit 88b4e2e
File tree
7 files changed
+779
-143
lines changed- nvim
7 files changed
+779
-143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 84 | | |
92 | 85 | | |
93 | 86 | | |
| |||
990 | 983 | | |
991 | 984 | | |
992 | 985 | | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
993 | 1000 | | |
994 | 1001 | | |
995 | 1002 | | |
| |||
1502 | 1509 | | |
1503 | 1510 | | |
1504 | 1511 | | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
1505 | 1564 | | |
1506 | 1565 | | |
1507 | 1566 | | |
| |||
0 commit comments