From: Daniel Hahler Date: Sat, 29 Jul 2017 13:43:28 +0000 (+0200) Subject: README: add g: prefix to config section X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/db2ce3b774b3d24d9aa6d51874fa5f863fd82b83?ds=sidebyside README: add g: prefix to config section --- diff --git a/README.rst b/README.rst index 3a8bf3c..92fed3b 100644 --- a/README.rst +++ b/README.rst @@ -56,8 +56,8 @@ Follow the instructions on installing NeoBundle_ and add the appropriate NeoBund Configuration ------------- -python_pep8_indent_multiline_string -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +g:python_pep8_indent_multiline_string +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You can configure the initial indentation of multiline strings using ``g:python_pep8_indent_multiline_string`` (which can also be set per buffer). This defaults to ``0``, which means that multiline strings are not indented.