Lines Matching refs:code
3 # Vim source code #
5 Here are a few hints for finding your way around the source code. This
15 around in the source code.
22 Most code can be found in a file with an obvious name (incomplete list):
106 When something is time critical or stepping through code is a hassle, use the
107 channel logging to create a time-stamped log file. Add lines to the code like
203 Most of the GUI code is implemented like it was a clever terminal. Typing a
206 main code, just like reading from a terminal. The code for this is scattered
209 a menu action. Key hits are handled by the system-specific GUI code, which
210 calls `add_to_input_buf()` to send the key code.
215 system-specific GUI code will be called to do the work.
223 When stepping through display updating code, the focus event is triggered
225 some code in `gui_focus_change()` disabled.
235 This is `README.md` for version 8.2 of the Vim source code.