commit | a6c27c47ddf081859659d7de1caec675147e466b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 09 19:16:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 09 19:16:22 2019 +0200 |
tree | 7cb8dad5285226f84ed4976ced8a3bc8f0f59221 | |
parent | d4aa83af1d691fdabbc8e6aab36db2c96ea4d4b6 [diff] [blame] |
Update runtime files
diff --git a/runtime/indent/awk.vim b/runtime/indent/awk.vim index aad73ee..e653319 100644 --- a/runtime/indent/awk.vim +++ b/runtime/indent/awk.vim
@@ -47,7 +47,7 @@ function! GetAwkIndent() - " Find previous line and get it's indentation + " Find previous line and get its indentation let prev_lineno = s:Get_prev_line( v:lnum ) if prev_lineno == 0 return 0