Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
patch 8.0.1666: % argument in ch_log() causes trouble
Problem: % argument in ch_log() causes trouble. Solution: Use string as third argument in internal ch_log(). (Dominique Pelle, closes #2784)
- Loading branch information
Showing
with
16 additions
and 2 deletions.
- +2 −2 src/evalfunc.c
- +12 −0 src/testdir/test_channel.vim
- +2 −0 src/version.c