diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-31 14:17:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-31 14:17:27 +0200 |
commit | 89eaa4185efacab253b23a182c1c8a7bbf1096c9 (patch) | |
tree | cb8ed611f3dfdd5bf9687cd89b2bd3ab91dad5ef /src/digraph.c | |
parent | b54c3ff3174dbb5dfbfcabdf95200b047beaa644 (diff) | |
download | vim-git-89eaa4185efacab253b23a182c1c8a7bbf1096c9.tar.gz |
patch 7.4.2135v7.4.2135
Problem: Various tiny issues.
Solution: Update comments, white space, etc.
Diffstat (limited to 'src/digraph.c')
-rw-r--r-- | src/digraph.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/digraph.c b/src/digraph.c index b17340cb2..4d86b9c7b 100644 --- a/src/digraph.c +++ b/src/digraph.c @@ -2460,4 +2460,3 @@ keymap_unload(void) } #endif /* FEAT_KEYMAP */ - |