diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-04 17:35:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-04 17:35:05 +0200 |
commit | e809a4ed3014fbf717c936c727291b5f038829a5 (patch) | |
tree | 5674e27df9d3158e318acb2d9656f98a1bc237dc /src/misc2.c | |
parent | 790c18bfa5dfeca51749b752dddc41e60cb3fa54 (diff) | |
download | vim-git-e809a4ed3014fbf717c936c727291b5f038829a5.tar.gz |
patch 8.1.1630: various small problemsv8.1.1630
Problem: Various small problems.
Solution: Various small improvements.
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc2.c b/src/misc2.c index d1615b1d1..be9233f5b 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -1193,9 +1193,7 @@ free_all_mem(void) buf = firstbuf; } -# ifdef FEAT_ARABIC free_cmdline_buf(); -# endif /* Clear registers. */ clear_registers(); |