aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_api_vimdoc.py
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-12-27 12:53:54 +0100
committerGitHub <noreply@github.com>2017-12-27 12:53:54 +0100
commit102e0689d8a11a6085c0856fcb1bfdb529c55e46 (patch)
tree1156fee6ae0e1ff8cf0113750b31fff4e2827611 /scripts/gen_api_vimdoc.py
parent249bdb07dd3a9555972deff625d67e4ee0eddc86 (diff)
parentac2f90f2e1d63e1aa16f377580c815059618fe94 (diff)
downloadrneovim-102e0689d8a11a6085c0856fcb1bfdb529c55e46.tar.gz
rneovim-102e0689d8a11a6085c0856fcb1bfdb529c55e46.tar.bz2
rneovim-102e0689d8a11a6085c0856fcb1bfdb529c55e46.zip
Merge #7735 'runtime fixes, doc updates'
Diffstat (limited to 'scripts/gen_api_vimdoc.py')
-rw-r--r--scripts/gen_api_vimdoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_api_vimdoc.py b/scripts/gen_api_vimdoc.py
index 4ddf415f1a..69f70f6e2b 100644
--- a/scripts/gen_api_vimdoc.py
+++ b/scripts/gen_api_vimdoc.py
@@ -478,7 +478,7 @@ def gen_docs(config):
docs += '\n\n\n'
docs = docs.rstrip() + '\n\n'
- docs += ' vim:tw=78:ts=8:ft=help:norl:'
+ docs += ' vim:tw=78:ts=8:ft=help:norl:\n'
doc_file = os.path.join(base_dir, 'runtime/doc', doc_filename)
delete_lines_below(doc_file, section_start_token)