comparison runtime/doc/gui.txt @ 5697:c2098c3095e7

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Mar 2014 18:38:28 +0100
parents 359743c1f59a
children 3456e2ebebd4
comparison
equal deleted inserted replaced
5696:1ddbc811c259 5697:c2098c3095e7
1 *gui.txt* For Vim version 7.4. Last change: 2013 Jun 12 1 *gui.txt* For Vim version 7.4. Last change: 2014 Mar 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
131 131
132 *:winp* *:winpos* *E188* 132 *:winp* *:winpos* *E188*
133 :winp[os] 133 :winp[os]
134 Display current position of the top left corner of the GUI vim 134 Display current position of the top left corner of the GUI vim
135 window in pixels. Does not work in all versions. 135 window in pixels. Does not work in all versions.
136 Also see |getwinposx()| and |getwinposy()|.
136 137
137 :winp[os] {X} {Y} *E466* 138 :winp[os] {X} {Y} *E466*
138 Put the GUI vim window at the given {X} and {Y} coordinates. 139 Put the GUI vim window at the given {X} and {Y} coordinates.
139 The coordinates should specify the position in pixels of the 140 The coordinates should specify the position in pixels of the
140 top left corner of the window. Does not work in all versions. 141 top left corner of the window. Does not work in all versions.
149 Obsolete, use ":set lines=11 columns=22". 150 Obsolete, use ":set lines=11 columns=22".
150 If you get less lines than expected, check the 'guiheadroom' 151 If you get less lines than expected, check the 'guiheadroom'
151 option. 152 option.
152 153
153 If you are running the X Window System, you can get information about the 154 If you are running the X Window System, you can get information about the
154 window Vim is running in with this command: > 155 window Vim is running in with these commands: >
155 :!xwininfo -id $WINDOWID 156 :!xwininfo -id $WINDOWID
157 :!xprop -id $WINDOWID
158 :execute '!xwininfo -id ' . v:windowid
159 :execute '!xprop -id ' . v:windowid
156 < 160 <
157 *gui-IME* *iBus* 161 *gui-IME* *iBus*
158 Input methods for international characters in X that rely on the XIM 162 Input methods for international characters in X that rely on the XIM
159 framework, most notably iBus, have been known to produce undesirable results 163 framework, most notably iBus, have been known to produce undesirable results
160 in gVim. These may include an inability to enter spaces, or long delays 164 in gVim. These may include an inability to enter spaces, or long delays