Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 25 of 58) sorted by relevance

123

/vim-8.2.3635/runtime/syntax/
H A Dgpg.vim29 \ export-secret-subkeys fast-import fingerprint
65 \ escape-from-lines expert fast-list-mode
H A Dprivoxy.vim29 syn match privoxyAction "\%(downgrade-http-version\|fast-redirects\|filter-client-headers\|filter-s…
H A Dsquid.vim119 " Make it fast like hell :)
H A Dcf.vim23 " 20171126: disabled as we have fast computers now.
H A Dpine.vim238 syn keyword pineOption enable-fast-recent-test
/vim-8.2.3635/
H A DREADME_VIM9.md21 very fast. We're lucky if we can make it twice as fast. The overhead
24 So what then? We can only make something fast by having a new way of
H A DREADME.txt16 with ten fingers can work very fast. Additionally, function keys can be
H A DREADME.md28 with ten fingers can work very fast. Additionally, function keys can be
/vim-8.2.3635/.github/workflows/
H A Dci.yml23 fail-fast: false
261 fail-fast: false
346 fail-fast: false
H A Dcodeql-analysis.yml23 fail-fast: false
/vim-8.2.3635/runtime/macros/maze/
H A DREADME.txt22 you are on a fast machine, 3-5 if slow) which
/vim-8.2.3635/src/
H A Dif_py_both.h2076 PyObject *fast; in DictionaryUpdate() local
2084 if (!(fast = PySequence_Fast(item, ""))) in DictionaryUpdate()
2093 if (PySequence_Fast_GET_SIZE(fast) != 2) in DictionaryUpdate()
2096 Py_DECREF(fast); in DictionaryUpdate()
2100 (int) PySequence_Fast_GET_SIZE(fast)); in DictionaryUpdate()
2104 keyObject = PySequence_Fast_GET_ITEM(fast, 0); in DictionaryUpdate()
2109 Py_DECREF(fast); in DictionaryUpdate()
2119 Py_DECREF(fast); in DictionaryUpdate()
2126 valObject = PySequence_Fast_GET_ITEM(fast, 1); in DictionaryUpdate()
2131 Py_DECREF(fast); in DictionaryUpdate()
[all …]
H A Dinsexpand.c2349 ins_compl_add_tv(typval_T *tv, int dir, int fast) in ins_compl_add_tv() argument
2354 int flags = fast ? CP_FAST : 0; in ins_compl_add_tv()
/vim-8.2.3635/runtime/doc/
H A Dos_unix.txt33 are off by default. If you have a fast terminal, try setting them on. You
H A Dos_vms.txt459 Vim will also recognize that they are fast terminals.
464 set ttyfast " set fast terminal
467 recommended to avoid the fast terminal option with: >
930 - these new terminals are also fast ttys (default for OpenVMS).
H A Dterm.txt21 4. Slow and fast terminals |slow-fast-terminal|
212 them as a cursor key. When you type you normally are not that fast, so they
713 4. Slow and fast terminals *slow-fast-terminal*
716 If you have a fast terminal you may like to set the 'ruler' option. The
H A Ddevelop.txt109 fast.
534 memory use, but takes a long time. On a fast PC it takes a couple of
542 fast but requires quite a lot of memory, in the order of 1 to 10 Mbyte.
H A Dusr_90.txt64 Or use the home site ftp.vim.org, if you think it's fast enough. Go to the
219 Or use the home site ftp.vim.org, if you think it's fast enough. Go to the
H A Dquotes.txt216 however is short, it is fast, it is powerful, it has a good interface and it
H A Dvim9.txt19 3. New style functions |fast-functions|
62 `:def` functions for code that needs to be fast.
1041 3. New style functions *fast-functions*
1835 translation, and keeping the code fast at the same time, the constructs of the
/vim-8.2.3635/runtime/ftplugin/
H A Dfortran.vim47 " the very top of each file and you have a fast computer.
/vim-8.2.3635/runtime/indent/
H A Dfortran.vim55 " the very top of each file and you have a fast computer.
/vim-8.2.3635/src/VisVim/
H A DREADME_VisVim.txt134 To have fast access to the VisVim options dialog I suggest to create keyboard
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim537 let values = ["normal", "x-slow", "slow", "medium", "fast", "x-fast"]
/vim-8.2.3635/src/testdir/
H A Dtest_spell.vim280 " Test 'spellsuggest' option with methods fast, best and double.
287 set spellsuggest=fast

123