diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-14 16:50:21 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2016-01-14 23:04:58 -0500 |
commit | 403467056818dce535059c87f289db00b0d4216c (patch) | |
tree | 51401ec6828d8a547facd348bcfeaaa7554d5975 /runtime/doc/repeat.txt | |
parent | 65394777d51cb8f5a81bc241ab031b83d12549d9 (diff) | |
download | rneovim-403467056818dce535059c87f289db00b0d4216c.tar.gz rneovim-403467056818dce535059c87f289db00b0d4216c.tar.bz2 rneovim-403467056818dce535059c87f289db00b0d4216c.zip |
doc: Remove references to the Mac GUI #4016
We don't support it.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index d029391c60..90b41d1eee 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -390,7 +390,7 @@ To enter debugging mode use one of these methods: useful to find out what is happening when Vim is starting up. A side effect is that Vim will switch the terminal mode before initialisations have finished, with unpredictable results. - For a GUI-only version (Windows, Macintosh) the debugging will start as + For a GUI-only version (Windows) the debugging will start as soon as the GUI window has been opened. To make this happen early, add a ":gui" command in the vimrc file. *:debug* |