comparison runtime/doc/indent.txt @ 18343:375a7ecdb351

Update runtime files. Commit: https://github.com/vim/vim/commit/2e693a88b24dc6b12883fad78ff2cb9cd4469c98 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 22:35:02 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 22:45:04 +0200
parents 95c23e180022
children 6848b809a26e
comparison
equal deleted inserted replaced
18342:fedab77fee7b 18343:375a7ecdb351
947 } 947 }
948 948
949 ------------- 949 -------------
950 950
951 *PHP_IndentFunctionDeclarationParameters* 951 *PHP_IndentFunctionDeclarationParameters*
952 Extra indentation levels to add to arguments in multi-line function definitions. > 952 Extra indentation levels to add to arguments in multi-line function
953 definitions. >
953 let g:PHP_IndentFunctionDeclarationParameters = 1 954 let g:PHP_IndentFunctionDeclarationParameters = 1
954 955
955 Function arguments in declarations will indent 1 extra level. For two-space indentation: > 956 Function arguments in declarations will indent 1 extra level. For two-space
957 indentation: >
956 958
957 function call_the_thing( 959 function call_the_thing(
958 $with_this, 960 $with_this,
959 $and_that 961 $and_that
960 ) { 962 ) {