Home
last modified time | relevance | path

Searched refs:take (Results 1 – 25 of 137) sorted by relevance

123456

/vim-8.2.3635/src/
H A Dwindow.c5660 take = height - curfrp->fr_height; in frame_setheight()
5671 if (take > 0 && room_cmdline > 0) in frame_setheight()
5674 if (take < room_cmdline) in frame_setheight()
5675 room_cmdline = take; in frame_setheight()
5676 take -= room_cmdline; in frame_setheight()
5718 take -= frp->fr_height - h; in frame_setheight()
5725 take = 0; in frame_setheight()
5845 take = width - curfrp->fr_width; in frame_setwidth()
5892 if (frp->fr_width - take < w) in frame_setwidth()
5894 take -= frp->fr_width - w; in frame_setwidth()
[all …]
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …mbol","symbol?","sync","tagged-literal","tagged-literal?","take","take-last","take-nth","take-whil…
H A Dnetrw_gitignore.vim4 " Function can take additional filenames as arguments, example:
/vim-8.2.3635/runtime/indent/
H A Drust.vim45 " the start of the comment. synID() is slow, a linear search would take
104 " If it's in a comment, let cindent take care of it now. This is
141 " take this too far... For now, let's normally use the previous line's
H A Dclojure.vim100 " opening ". If this is not found we take the indent of the line.
249 " case they are on the same line - in a higher column, we take the
257 " If the curly was not chosen, we take the bracket indent - if
H A Dmeson.vim115 " the start of the comment. synID() is slow, a linear search would take
/vim-8.2.3635/runtime/syntax/
H A Dncf.vim44 " SET Commands that take a Number following
114 " SET Commands that take a Boolean (ON/OFF)
179 " Set Commands that take a "string" -- NOT QUOTED
189 " SET Commands that take a "Time"
H A Dclojure.vim32take","clojure.core/take-last","clojure.core/take-nth","clojure.core/take-while","clojure.core/tap…
H A Dj.vim24 " because they would otherwise take precedence over the corresponding jControl
29 … ss startupandroid stderr stdin stdout stringreplace symdat symget symset take takeafter taketo ti…
H A Dpine.vim222 syn keyword pineOption disable-take-last-comma-first
259 syn keyword pineOption enable-rules-under-take
264 syn keyword pineOption enable-take-export
H A Dregistry.vim76 " The value can take several lines, if \ ends the line
H A Dflexwiki.vim62 " Emoticons: must come after the Textilisms, as later rules take precedence
H A Djproperties.vim27 " we take special efforts to pick out only "id=value" and "id:value" forms
/vim-8.2.3635/runtime/pack/dist/opt/dvorak/plugin/
H A Ddvorak.vim5 " It may take some time to learn using this.
/vim-8.2.3635/src/testdir/
H A Dtest_gui_init.vim2 " startup to take effect at runtime.
H A Dtest_smartindent.vim114 " When 'paste' is set, 'smartindent' should not take effect.
/vim-8.2.3635/runtime/doc/
H A Devim.man40 take a handkerchief, make a knot in each corner and wear it on your
H A Duganda.txt144 healthy now, and education so that they can take care of themselves in the
151 to learn how to take care of themselves and how to avoid infections. There is
224 take care of the Canadian sponsors for the children in
H A Dusr_40.txt8 Vim is an extensible editor. You can take a sequence of commands you use
307 User-defined commands can take a series of arguments. The number of arguments
362 Some commands take a range as their argument. To tell Vim that you are
383 -count={number} The command can take a count whose default is
H A Dpi_spec.txt72 To discover which format options you can use, take a look at the strftime()
H A Dusr_08.txt112 The ":split" command can take a number argument. If specified, this will be
130 Both of these commands take a count and increase or decrease the window size
341 files. Let's take a file "main.c" and insert a few characters in one line.
/vim-8.2.3635/runtime/macros/urm/
H A DREADME.txt46 Note, undo may take a while after a division.
/vim-8.2.3635/
H A DREADME_VIM9.md160 can take Python, JavaScript or TypeScript code and convert it to Vim
222 These are ideas, this will take time to design, discuss and implement.
H A DCONTRIBUTING.md60 The maintainer will take care of issues and send updates to Bram for
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac133 " action to take in this state and after this is the next state to change to.
136 " letter 'n' and the current state. After this is the action to take to

123456