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