aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-02-18 19:43:10 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-02-18 22:17:47 +0100
commiteccd60aaf4ebc445d45e51a73d0807242e496a6a (patch)
tree2a289aa2d5fd1cae97684ad4fcc178e1a98df6ab
parent44071fe77a168b26ed754d0799bbb51a58be923f (diff)
downloadrneovim-eccd60aaf4ebc445d45e51a73d0807242e496a6a.tar.gz
rneovim-eccd60aaf4ebc445d45e51a73d0807242e496a6a.tar.bz2
rneovim-eccd60aaf4ebc445d45e51a73d0807242e496a6a.zip
runtime/doc: modeline is mandatory in help docs
see Vim 8.0.0650 e9134421ab8f
-rw-r--r--runtime/doc/msgpack_rpc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt
index 2d8f5af6d2..11fad105b5 100644
--- a/runtime/doc/msgpack_rpc.txt
+++ b/runtime/doc/msgpack_rpc.txt
@@ -242,4 +242,4 @@ Even for statically compiled clients it is good practice to avoid hardcoding
the type codes, because a client may be built against one Nvim version but
connect to another with different type codes.
-
+ vim:tw=78:ts=8:ft=help:norl: