commit | 1e1153600c0377472d62cc553173fe555ddcf5a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 09 23:01:02 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 09 23:01:02 2019 +0100 |
tree | 6b048ad52538ede86b31960d3c2f963411925c73 | |
parent | c46af534102c65b43912311d67f55f5049e5ef7a [diff] [blame] |
patch 8.1.0711: test files still use function! Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
diff --git a/src/testdir/test_vartabs.vim b/src/testdir/test_vartabs.vim index 81e81b7..0d14aad 100644 --- a/src/testdir/test_vartabs.vim +++ b/src/testdir/test_vartabs.vim
@@ -134,7 +134,7 @@ bwipeout! endfunc -func! Test_vartabs_breakindent() +func Test_vartabs_breakindent() if !exists("+breakindent") return endif