docfix: remove EOF tag

This commit is contained in:
kiyan 2021-09-28 00:36:10 +02:00
parent 1b746744ad
commit f8b5eb0bd8

View File

@ -220,7 +220,6 @@ The `list` option in `view.mappings.list` is a table of
local list = {
{ key = {"<CR>", "o" }, cb = ":lua some_func()<cr>", mode = "n"}
}
EOF
```
These are the default bindings: