Searched refs:hints (Results 1 – 25 of 26) sorted by relevance
12
| /vim-8.2.3635/runtime/indent/ |
| H A D | perl.vim | 9 " Aaron J. Sherman (use syntax for hints) 70 " Without syntax hints, assume that end-of-heredocs markers begin with EO
|
| H A D | raku.vim | 13 " Aaron J. Sherman (use syntax for hints)
|
| H A D | tex.vim | 53 " (*) If there is not any obvious indentation hints, we do not
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_90.txt | 9 simple or easy. This chapter gives a few hints and also explains how 101 Look in the Makefile for specific hints for your system. 267 Check the file src/INSTALLpc.txt for hints. 347 If the terminal type listed is not correct, fix it. For more hints, see 395 See the Vim-online site: http://vim.sf.net. There is an archive with hints
|
| H A D | remote.txt | 188 file src/if_xcmdsrv.c, it contains some hints about the protocol used.
|
| H A D | usr_28.txt | 393 Unfortunately, there is no golden rule. Here are some hints.
|
| H A D | usr_45.txt | 135 You will find hints for the translation in "$VIMRUNTIME/lang/README.txt".
|
| H A D | develop.txt | 68 obscure features, or at least add hints in documentation that they exist.
|
| H A D | usr_05.txt | 82 will give you hints about how to set up your own preferences. Not everything
|
| H A D | if_pyth.txt | 937 A few hints for building with Python 2 or 3 support.
|
| H A D | message.txt | 438 ":unmap!", etc. A few hints:
|
| H A D | indent.txt | 599 See the $VIMRUNTIME/indent/README.txt file for hints.
|
| H A D | starting.txt | 950 Some hints on using initializations ~ 1055 revert individual settings. See the defaults.vim file for hints on how to
|
| H A D | popup.txt | 864 Some hints:
|
| H A D | term.txt | 131 If you experience issues when running Vim inside tmux, here are a few hints.
|
| H A D | pi_netrw.txt | 2061 Ssh hints: 2066 Alex Young has several hints on speeding ssh up:
|
| H A D | change.txt | 1807 editing text paragraphs. A few hints on how to use this:
|
| H A D | todo.txt | 2842 For Aap: include a config.arg.example file with hints how to use config.arg. 3833 implement part in Java and then connect to Vim. Some hints from Alexandru
|
| H A D | version5.txt | 5677 Problem: Win32 GUI: menu hints were never used, because WANT_MENU is not 7460 Solution: Only set the geometry hints when the window size really changed.
|
| H A D | syntax.txt | 5717 If your syntax causes redrawing to be slow, here are a few hints on making it
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | README.txt | 4 Look in the file for hints on how it can be disabled without deleting it.
|
| /vim-8.2.3635/src/ |
| H A D | channel.c | 951 struct addrinfo hints; in channel_open() local 973 CLEAR_FIELD(hints); in channel_open() 974 hints.ai_family = AF_UNSPEC; in channel_open() 975 hints.ai_socktype = SOCK_STREAM; in channel_open() 977 hints.ai_flags = AI_ADDRCONFIG | AI_V4MAPPED; in channel_open() 982 if ((err = getaddrinfo(hostname, NULL, &hints, &res)) != 0) in channel_open()
|
| H A D | README.md | 5 Here are a few hints for finding your way around the source code. This
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | splint.vim | 109 syn keyword splintFlag contained grammar hasyield hints htmlfileformat ifblock
|
| H A D | baan.vim | 87 " hints 96 syn match baansql "\<no hints\>"
|
12