Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/vim-8.2.3635/runtime/ftplugin/
H A Dzimbu.vim11 " Don't load another plugin for this buffer
142 \ " | iunabbr <buffer> arg" ..
154 \ " | iunabbr <buffer> do" ..
162 \ " | iunabbr <buffer> for" ..
164 \ " | iunabbr <buffer> if" ..
166 \ " | iunabbr <buffer> in" ..
167 \ " | iunabbr <buffer> io" ..
170 \ " | iunabbr <buffer> new" ..
171 \ " | iunabbr <buffer> nil" ..
172 \ " | iunabbr <buffer> ok" ..
[all …]
H A Draku.vim67 iabbrev <buffer> != ≠
68 iabbrev <buffer> (&) ∩
83 iabbrev <buffer> * ×
95 iabbrev <buffer> / ÷
96 iabbrev <buffer> << «
99 iabbrev <buffer> <= ≤
101 iabbrev <buffer> >= ≥
102 iabbrev <buffer> >> »
114 iabbrev <buffer> e ��
115 iabbrev <buffer> o ∘
[all …]
H A Dpython.vim147 \ . '|silent! nunmap <buffer> [M'
148 \ . '|silent! nunmap <buffer> [['
149 \ . '|silent! nunmap <buffer> []'
150 \ . '|silent! nunmap <buffer> [m'
151 \ . '|silent! nunmap <buffer> ]M'
152 \ . '|silent! nunmap <buffer> ]['
153 \ . '|silent! nunmap <buffer> ]]'
154 \ . '|silent! nunmap <buffer> ]m'
155 \ . '|silent! ounmap <buffer> [M'
156 \ . '|silent! ounmap <buffer> [['
[all …]
H A Dcontext.vim75 let b:undo_ftplugin .= " | sil! exe 'nunmap <buffer> [[' | sil! exe 'vunmap <buffer> [['" .
76 \ " | sil! exe 'nunmap <buffer> ]]' | sil! exe 'vunmap <buffer> ]]'" .
77 \ " | sil! exe 'nunmap <buffer> []' | sil! exe 'vunmap <buffer> []'" .
78 \ " | sil! exe 'nunmap <buffer> ][' | sil! exe 'vunmap <buffer> ]['" .
79 \ " | sil! exe 'nunmap <buffer> [{' | sil! exe 'vunmap <buffer> [{'" .
80 \ " | sil! exe 'nunmap <buffer> ]}' | sil! exe 'vunmap <buffer> ]}'"
102 vnoremap <buffer> i$ T$ot$
103 vnoremap <buffer> a$ F$of$
105 let b:undo_ftplugin .= " | sil! exe 'ounmap <buffer> tp' | sil! exe 'vunmap <buffer> tp'" .
106 \ " | sil! exe 'ounmap <buffer> i$' | sil! exe 'vunmap <buffer> i$'" .
[all …]
H A Dvim.vim21 silent! nunmap <buffer> [[
22 silent! vunmap <buffer> [[
23 silent! nunmap <buffer> ]]
24 silent! vunmap <buffer> ]]
25 silent! nunmap <buffer> []
26 silent! vunmap <buffer> []
27 silent! nunmap <buffer> ][
28 silent! vunmap <buffer> ][
29 silent! nunmap <buffer> ]"
30 silent! vunmap <buffer> ]"
[all …]
H A Dcobol.vim50 \ " | sil! exe 'nunmap <buffer> <'" .
51 \ " | sil! exe 'nunmap <buffer> >'" .
52 \ " | sil! exe 'nunmap <buffer> <<'" .
53 \ " | sil! exe 'nunmap <buffer> >>'" .
54 \ " | sil! exe 'vunmap <buffer> <'" .
55 \ " | sil! exe 'vunmap <buffer> >'" .
56 \ " | sil! exe 'iunmap <buffer> <C-D>'" .
65 \ " | sil! exe 'unmap <buffer> [['" .
66 \ " | sil! exe 'unmap <buffer> ]]'" .
67 \ " | sil! exe 'unmap <buffer> []'" .
[all …]
H A Drust.vim66 autocmd User <buffer>
80 autocmd User <buffer>
140 nnoremap <silent> <buffer> <D-r> :RustRun<CR>
174 \|nunmap <buffer> <D-r>
175 \|nunmap <buffer> <D-R>
176 \|nunmap <buffer> [[
177 \|nunmap <buffer> ]]
178 \|xunmap <buffer> [[
179 \|xunmap <buffer> ]]
180 \|ounmap <buffer> [[
[all …]
H A Druby.vim155 exe a:mode.'map' '<buffer>' a:flags a:map
156 let b:undo_ftplugin .= '|sil! '.a:mode.'unmap <buffer> '.from
162 let b:undo_ftplugin .= "| sil! cunmap <buffer> <Plug><ctag>| sil! cunmap <buffer> <Plug><cfile>"
165 nmap <buffer><script> <SID>: :<C-U>
166 nmap <buffer><script> <SID>c: :<C-U><C-R>=v:count ? v:count : ''<CR>
187 …\."| sil! exe 'unmap <buffer> [[' | sil! exe 'unmap <buffer> ]]' | sil! exe 'unmap <buffer> []' | …
188 …\."| sil! exe 'unmap <buffer> [m' | sil! exe 'unmap <buffer> ]m' | sil! exe 'unmap <buffer> [M' | …
196 \."| sil! exe 'ounmap <buffer> im' | sil! exe 'ounmap <buffer> am'"
197 \."| sil! exe 'xunmap <buffer> im' | sil! exe 'xunmap <buffer> am'"
206 \."| sil! exe 'ounmap <buffer> iM' | sil! exe 'ounmap <buffer> aM'"
[all …]
H A Dgitrebase.vim6 " Only do this when not done yet for this buffer
32 command! -buffer -bar -range Pick :<line1>,<line2>call s:choose('pick')
33 command! -buffer -bar -range Squash :<line1>,<line2>call s:choose('squash')
34 command! -buffer -bar -range Edit :<line1>,<line2>call s:choose('edit')
35 command! -buffer -bar -range Reword :<line1>,<line2>call s:choose('reword')
36 command! -buffer -bar -range Fixup :<line1>,<line2>call s:choose('fixup')
37 command! -buffer -bar -range Drop :<line1>,<line2>call s:choose('drop')
38 command! -buffer -count=1 -bar -bang Cycle call s:cycle(<bang>0 ? -<count> : <count>)
45 nnoremap <buffer> <silent> <C-A> :<C-U><C-R>=v:count1<CR>Cycle<CR>
46 nnoremap <buffer> <silent> <C-X> :<C-U><C-R>=v:count1<CR>Cycle!<CR>
[all …]
H A Deiffel.vim58 nnoremap <silent> <buffer> ]] :<C-U>call <SID>DoMotion(sections, v:count1, 'W')<CR>
60 nnoremap <silent> <buffer> [[ :<C-U>call <SID>DoMotion(sections, v:count1, 'Wb')<CR>
74 nnoremap <silent> <buffer> ]m :<C-U>call <SID>DoFeatureMotion(v:count1, 'W')<CR>
75 …xnoremap <silent> <buffer> ]m :<C-U>exe "normal! gv"<Bar>call <SID>DoFeatureMotion(v:count1, 'W')<…
76 nnoremap <silent> <buffer> [m :<C-U>call <SID>DoFeatureMotion(v:count1, 'Wb')<CR>
77 …xnoremap <silent> <buffer> [m :<C-U>exe "normal! gv"<Bar>call <SID>DoFeatureMotion(v:count1, 'Wb')…
82 nnoremap <silent> <buffer> ]- :<C-U>call <SID>DoMotion(comment_block_start, 1, 'W')<CR>
84 nnoremap <silent> <buffer> [- :<C-U>call <SID>DoMotion(comment_block_end, 1, 'Wb')<CR>
88 \ "| silent! execute 'unmap <buffer> [[' | silent! execute 'unmap <buffer> ]]'" .
89 \ "| silent! execute 'unmap <buffer> [m' | silent! execute 'unmap <buffer> ]m'" .
[all …]
H A Dj.vim47 noremap <buffer> <silent> ]] :<C-U>call <SID>SearchSection(0, 0, '')<CR>
49 sunmap <buffer> ]]
50 noremap <buffer> <silent> ][ :<C-U>call <SID>SearchSection(1, 0, '')<CR>
52 sunmap <buffer> ][
53 noremap <buffer> <silent> [[ :<C-U>call <SID>SearchSection(0, 1, '')<CR>
55 sunmap <buffer> [[
58 sunmap <buffer> []
60 let b:undo_ftplugin .= ' | silent! execute "unmap <buffer> ]]"'
61 \ . ' | silent! execute "unmap <buffer> ]["'
62 \ . ' | silent! execute "unmap <buffer> [["'
[all …]
H A Dflexwiki.vim42 nmap <buffer> <Up> gk
43 nmap <buffer> k gk
44 vmap <buffer> <Up> gk
45 vmap <buffer> k gk
47 nmap <buffer> <Down> gj
48 nmap <buffer> j gj
49 vmap <buffer> <Down> gj
50 vmap <buffer> j gj
53 imap <buffer> <S-Down> <C-o>gj
54 imap <buffer> <S-Up> <C-o>gk
[all …]
H A Dlprolog.vim9 " Only do these settings when not done yet for this buffer
14 " Don't do other file type settings for this buffer
27 nmap <buffer> <LocalLeader>c <Plug>LUncomOn
28 vmap <buffer> <LocalLeader>c <Plug>BUncomOn
29 nmap <buffer> <LocalLeader>C <Plug>LUncomOff
30 vmap <buffer> <LocalLeader>C <Plug>BUncomOff
33 nnoremap <buffer> <Plug>LUncomOn mz0i/* <ESC>$A */<ESC>`z
34 nnoremap <buffer> <Plug>LUncomOff <ESC>:s/^\/\* \(.*\) \*\//\1/<CR>
35 vnoremap <buffer> <Plug>BUncomOn <ESC>:'<,'><CR>`<O<ESC>0i/*<ESC>`>o<ESC>0i*/<ESC>`<
36 vnoremap <buffer> <Plug>BUncomOff <ESC>:'<,'><CR>`<dd`>dd`<
/vim-8.2.3635/runtime/doc/
H A Dft_raku.txt73 iabbrev <buffer> != ≠
74 iabbrev <buffer> (&) ∩
89 iabbrev <buffer> * ×
101 iabbrev <buffer> / ÷
102 iabbrev <buffer> << «
105 iabbrev <buffer> <= ≤
107 iabbrev <buffer> >= ≥
108 iabbrev <buffer> >> »
120 iabbrev <buffer> e ��
121 iabbrev <buffer> o ∘
[all …]
H A Dif_tcl.txt13 5. Tcl buffer commands |tcl-buffer-cmds|
88 ::vim::buffer {n} # Create Tcl command for one buffer.
100 ::vim::buffer {n} *tcl-buffer*
104 buffer command (see |tcl-buffer-cmds|) for the buffer with that
239 $win buffer # Create Tcl command for window's buffer.
251 $win buffer *tcl-window-buffer*
295 a buffer uses the buffer displayed in this window (i.e. the buffer
302 5. Tcl buffer commands *tcl-buffer-cmds*
305 ::vim::buffer {N} |tcl-buffer|
306 ::vim::buffer list |tcl-buffer|
[all …]
H A Dwindows.txt22 7. Argument and buffer list commands |buffer-list|
50 buffer, it has been read into the buffer. The buffer may have been
88 between a buffer name and the buffer number.
618 7. Argument and buffer list commands *buffer-list*
1138 closed. If buffer [N] is the current buffer, another buffer
1156 buffer numbers or buffer names (but not buffer names that are
1197 buffer numbers or buffer names (but not buffer names that are
1270 Go to first buffer in buffer list. If the buffer list is
1288 Go to last buffer in buffer list. If the buffer list is
1294 buffer list is empty, go to the last unlisted buffer.
[all …]
H A Dautocmd.txt71 The special pattern <buffer> or <buffer=N> defines a buffer-local autocommand.
408 added to the buffer list, or adding a buffer
410 Also used just after a buffer in the buffer
422 Also used just before a buffer in the buffer
443 the buffer, but the buffer is not unloaded or
781 buffer, jump to another buffer or delete a
1331 The special pattern <buffer> or <buffer=N> is used for buffer-local
1417 *<buffer=N>* *<buffer=abuf>* *E680*
1424 <buffer> current buffer
1425 <buffer=99> buffer number 99
[all …]
H A Dif_mzsch.txt192 Buffers *mzscheme-buffer*
198 Get line from a buffer.
203 current buffer will be used.
213 (get-buff-name [buffer]) Get a buffer's text name.
214 (get-buff-num [buffer]) Get a buffer's number.
215 (get-buff-size [buffer]) Get buffer line count.
223 (get-next-buff [buffer]) Get next buffer.
224 (get-prev-buff [buffer]) Get previous buffer. Return #f when there
228 if there is no such buffer.
241 (get-win-buffer [window]) Get the buffer for a given window.
[all …]
H A Dsign.txt214 Same, but use buffer {nr}. If the buffer argument is not
237 Same, but use buffer {nr}. If the buffer argument is not
273 buffer {nr}.
277 buffer {nr}.
368 Same, but use buffer {nr}. This fails if buffer {nr} does not
370 current buffer.
568 " buffer json.c
594 buffer buffer name or number. For the accepted
624 " 30 in buffer a.c
686 buffer buffer name or number. See |bufname()|.
[all …]
H A Dif_ruby.txt11 3. Vim::Buffer objects |ruby-buffer|
54 @buffer = Vim::Buffer.current
58 @buffer.append(@buffer.count,s)
95 b = Vim::Buffer[n] # gets buffer "n"
143 3. Vim::Buffer objects *ruby-buffer*
156 name Returns the full name of the buffer.
157 number Returns the number of the buffer.
166 line Returns the current line of the buffer if the buffer is
168 line = {str} Sets the current line of the buffer if the buffer is active.
186 buffer Returns the buffer displayed in the window.
[all …]
H A Dif_lua.txt15 7. Buffer userdata |lua-buffer|
55 local curline = vim.buffer()[linenr]
154 vim.buffer([arg]) If "arg" is a number, returns buffer with
160 'true' returns the first buffer in the buffer
422 o "b.number" contains the position of buffer "b" in the buffer list
430 the buffer.
431 o "b:next()" returns the buffer next to "b" in the buffer list.
432 o "b:previous()" returns the buffer previous to "b" in the buffer
439 :lua b = vim.buffer() -- current buffer
450 local b = vim.buffer(true) -- first buffer in list
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_tcl.vim52 " Test ::vim::buffer
54 " Test ::vim::buffer {nr}
70 " Test ::vim::buffer exists {nr}
75 " Test ::vim::buffer list
93 call assert_fails('tcl ::vim::buffer 4321', 'invalid buffer number')
102 " Invalid buffer command
283 " Test $win buffer
287 tcl set b2 $::vim::current(buffer)
388 " Test buffer name with a named buffer
393 " Test buffer name with an unnamed buffer
[all …]
H A Dtest_buffer.vim1 " Tests for Vim buffer
40 " buffer execute .-3bunload to unload the first buffer.
51 " from the last buffer and check whether the third buffer is unloaded.
92 exe 'buffer +/bar2 ' .. b2
95 exe 'buffer +/bar1'
150 " Deleting more than one buffer
158 " Deleting more than one buffer and an invalid buffer
176 call assert_fails('buffer 0', 'E939:')
204 " first open the file in a buffer
259 " Test for editing another buffer from a modified buffer with :confirm
[all …]
H A Dtest_ruby.vim68 " Test buffer.count and buffer.length (number of lines in buffer)
77 " Test buffer.name (buffer name)
85 " Test buffer.number (number of the buffer).
95 " Test buffer.delete({n}) (delete line {n})
126 " Test buffer.line (get or set the current line)
139 " Test buffer.line_number (get current line number)
204 " Test window.buffer (get buffer object of a window object).
208 ruby $b2 = $curwin.buffer
211 ruby $b1 = $curwin.buffer
252 " Test Vim::Buffer.current (return the buffer object of current buffer)
[all …]
/vim-8.2.3635/src/
H A Dif_ole.cpp313 char *buffer; in SendKeys() local
321 if (buffer == NULL) in SendKeys()
328 vim_free(buffer); in SendKeys()
370 char *buffer; in Eval() local
381 if (buffer == NULL) in Eval()
393 vim_free(buffer); in Eval()
657 char buffer[1024]; in RecursiveDeleteKey() local
679 char buffer[1024]; in SetKeyAndValue() local
681 strcpy(buffer, key); in SetKeyAndValue()
686 strcat(buffer, "\\"); in SetKeyAndValue()
[all …]

12345678910>>...19