diff options
Diffstat (limited to 'runtime/indent/treetop.vim')
-rw-r--r-- | runtime/indent/treetop.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indent/treetop.vim b/runtime/indent/treetop.vim index 2c6eecf5c4..42ec1c8ad9 100644 --- a/runtime/indent/treetop.vim +++ b/runtime/indent/treetop.vim @@ -34,5 +34,5 @@ function GetTreetopIndent() let ind -= shiftwidth() end - retur ind + return ind endfunction |