summaryrefslogtreecommitdiff
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-16 22:35:02 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-16 22:35:02 +0200
commit2e693a88b24dc6b12883fad78ff2cb9cd4469c98 (patch)
tree51532c78977a6ef8307d2c290a5627d7fc32753c /runtime/doc/indent.txt
parent4f2f61a014e80217a2d6ac476c8f94e250a3d0ff (diff)
downloadvim-git-2e693a88b24dc6b12883fad78ff2cb9cd4469c98.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r--runtime/doc/indent.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index 36c49b8ba..e7f9af921 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -949,10 +949,12 @@ Function call arguments will indent 1 extra level. For two-space indentation: >
-------------
*PHP_IndentFunctionDeclarationParameters*
-Extra indentation levels to add to arguments in multi-line function definitions. >
+Extra indentation levels to add to arguments in multi-line function
+definitions. >
let g:PHP_IndentFunctionDeclarationParameters = 1
-Function arguments in declarations will indent 1 extra level. For two-space indentation: >
+Function arguments in declarations will indent 1 extra level. For two-space
+indentation: >
function call_the_thing(
$with_this,