commit | 2a953fcf107d24229fec8af820ee62c908caafbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 17:41:47 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 17:41:47 2019 +0100 |
tree | 712409ce22897b9cc1f5a6715c3a269861cb2dd0 | |
parent | 8e59a1e127de38ef311f5064b41d201228703883 [diff] [blame] |
Updated runtime files.
diff --git a/runtime/spell/fixdup.vim b/runtime/spell/fixdup.vim index 0dd532d..3f28fb5 100644 --- a/runtime/spell/fixdup.vim +++ b/runtime/spell/fixdup.vim
@@ -15,6 +15,9 @@ continue " don't increment lnum, it's already at the next word endif endif + if lnum%1000 == 0 + echon "\r Processing line ".lnum. printf(" [ %02d%%]", lnum*100/line('$')) + endif let lnum += 1 endwhile