diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:15:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:15:45 +0000 |
commit | 82038d7312f1985fef25d3f10b4130303012b5ae (patch) | |
tree | 38fb601eef14644f1b7984dffdde85a10755674b /src/README.txt | |
parent | e34bd1f502a8c91e00dfaa201f788dca5e858994 (diff) | |
download | vim-git-82038d7312f1985fef25d3f10b4130303012b5ae.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/README.txt')
-rw-r--r-- | src/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.txt b/src/README.txt index 2ebbda005..bd9365205 100644 --- a/src/README.txt +++ b/src/README.txt @@ -138,6 +138,6 @@ DEBUGGING THE GUI Remember to prevent that gvim forks and the debugger thinks Vim has exited, add the "-f" argument. In gdb: "run -f -g". -When stepping through display updating code, the focus event is triggerred +When stepping through display updating code, the focus event is triggered when going from the debugger to Vim and back. To avoid this, recompile with some code in gui_focus_change() disabled. |