commit | caad4f0a0b428f3dc4e9e395ad0b1cddb38d3bcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 17 14:36:14 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 17 14:36:14 2014 +0100 |
tree | e3e4c705d4d74258f06d4d3e93b75b48ab4a7da6 | |
parent | e3faf44bef029d07f37a457bd0050653b628058f [diff] [blame] |
updated for version 7.4.553 Problem: Various small issues. Solution: Fix those issues.
diff --git a/src/os_unix.c b/src/os_unix.c index 0813cae..ff88345 100644 --- a/src/os_unix.c +++ b/src/os_unix.c
@@ -1609,7 +1609,7 @@ /* * If the X11 connection was lost try to restore it. * Helps when the X11 server was stopped and restarted while Vim was inactive - * (e.g. though tmux). + * (e.g. through tmux). */ static void may_restore_clipboard()