Home
last modified time | relevance | path

Searched refs:nvim_command (Results 1 – 25 of 35) sorted by relevance

12

/dports/editors/neovim/neovim-0.6.1/test/functional/shada/
H A Dmarks_spec.lua40 nvim_command('2')
41 nvim_command('kB')
56 nvim_command('2')
57 nvim_command('kB')
67 nvim_command('2')
68 nvim_command('kB')
80 nvim_command('2')
81 nvim_command('kb')
94 nvim_command('2')
105 nvim_command('2')
[all …]
H A Dhistory_spec.lua17 nvim_command('wshada')
20 nvim_command('rshada')
28 nvim_command('qall')
31 nvim_command('rshada')
34 nvim_command('qall')
42 nvim_command('wshada')
171 nvim_command('&')
189 nvim_command('&')
199 nvim_command('&')
210 nvim_command('~&')
[all …]
H A Dvariables_spec.lua16 nvim_command('wshada')
19 nvim_command('rshada')
36 nvim_command('qall')
58 nvim_command('wshada')
60 nvim_command('rshada')
67 nvim_command('wshada')
70 nvim_command('rshada')
77 nvim_command('wshada')
80 nvim_command('rshada')
101 nvim_command('qall')
[all …]
H A Dbuffers_spec.lua3 local nvim_command, funcs, eq, curbufmeths =
16 nvim_command('edit ' .. testfilename)
18 nvim_command('qall')
28 nvim_command('edit ' .. testfilename)
30 nvim_command('qall')
40 nvim_command('qall')
51 nvim_command('qall')
63 nvim_command('qall')
73 nvim_command('enew')
76 nvim_command('qall!')
[all …]
H A Dregisters_spec.lua30 nvim_command('qall')
42 nvim_command('qall')
53 nvim_command('qall')
65 nvim_command('qall')
76 nvim_command('qall')
88 nvim_command('qall')
99 nvim_command('qall')
109 nvim_command('qall')
120 nvim_command('qall')
131 nvim_command('qall')
[all …]
H A Dcompatibility_spec.lua31 nvim_command('wshada ' .. shada_fname)
42 nvim_command('silent! /---/')
43 nvim_command('wshada ' .. shada_fname)
74 nvim_command('silent! s/--/---/ge')
107 nvim_command('silent! s/--/---/ge')
147 nvim_command('bwipeout!')
225 nvim_command('let @a = "Test"')
316 nvim_command('set shada+=%')
332 nvim_command('buffer 2')
333 nvim_command('edit!')
[all …]
H A Dshada_spec.lua3 local meths, nvim_command, funcs, eq =
173 nvim_command('set shellslash')
176 nvim_command('unlet __home')
179 nvim_command('undo')
180 nvim_command('set shada+=%')
184 nvim_command('set shada+=r~')
187 nvim_command('set shada-=r~')
205 nvim_command('undo')
206 nvim_command('set shada+=%')
227 nvim_command('set all&')
[all …]
H A Dmerging_spec.lua427 nvim_command('s/.*/~')
429 nvim_command('bwipeout!')
438 nvim_command('s/.*/~')
440 nvim_command('bwipeout!')
449 nvim_command('s/.*/~')
451 nvim_command('bwipeout!')
460 nvim_command('s/.*/~')
462 nvim_command('bwipeout!')
524 nvim_command('normal! `A')
613 nvim_command('normal! `A')
[all …]
H A Derrors_spec.lua3 local nvim_command, eq, exc_exec =
366 nvim_command('set shada+=%')
372 nvim_command('set shada+=%')
378 nvim_command('set shada+=%')
384 nvim_command('set shada+=%')
390 nvim_command('set shada+=%')
396 nvim_command('set shada+=%')
402 nvim_command('set shada+=%')
408 nvim_command('set shada+=%')
/dports/editors/neovim/neovim-0.6.1/test/functional/plugin/
H A Dmsgpack_spec.lua4 local eq, nvim_eval, nvim_command, exc_exec =
501 nvim_command('let arr = [[[]]]')
503 nvim_command('let int = 1')
504 nvim_command('let flt = 2.0')
505 nvim_command('let bin = "abc"')
522 nvim_command('let map.a = 1')
523 nvim_command('let map.1.a = 1')
524 nvim_command('let int = 2')
525 nvim_command('let flt = 3.0')
526 nvim_command('let bin = ""')
[all …]
H A Dshada_spec.lua53 nvim_command([[
2168 nvim_command('set nohidden')
2170 nvim_command('edit ' .. fname)
2205 nvim_command('$read ' .. fname)
2268 nvim_command('w ' .. fname)
2269 nvim_command('w ' .. fname_tmp)
2323 nvim_command('1,3w ' .. fname)
2367 nvim_command('w >> ' .. fname)
2469 nvim_command('normal! gg=G')
2541 nvim_command('syntax on')
[all …]
/dports/editors/neovim/neovim-0.6.1/scripts/
H A Dvimpatch.lua51 nvim.nvim_command('silent noswapfile noautocmd edit src/nvim/version.c')
52 nvim.nvim_command('/static const int included_patches')
54 nvim.nvim_command('silent normal! j0d/};\rk')
60 nvim.nvim_command('silent write')
/dports/sysutils/nvimpager/nvimpager-0.10.4/lua/
H A Dnvimpager.lua306 nvim.nvim_command('next')
309 nvim.nvim_command('quitall!')
339 nvim.nvim_command("let $NVIM_RPLUGIN_MANIFEST = '" .. new .. "'")
391 nvim.nvim_command(
408 nvim.nvim_command("Man!")
624 nvim.nvim_command(self:compute_highlight_command(groupname))
642 nvim.nvim_command(
709 nvim.nvim_command('augroup NvimPager')
710 nvim.nvim_command(' autocmd!')
711 nvim.nvim_command('augroup END')
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/lsp/
H A Dhandlers.lua16 api.nvim_command("redraw")
59 vim.api.nvim_command("doautocmd <nomodeline> User LspProgressUpdate")
184 api.nvim_command("lopen")
190 api.nvim_command("botright copen")
289 api.nvim_command("copen")
383 api.nvim_command("copen")
H A Dbuf.lua395 vim.api.nvim_command("redraw")
426 vim.api.nvim_command("redraw")
H A Dutil.lua1429 api.nvim_command("wincmd p")
1437 api.nvim_command("stopinsert")
/dports/editors/neovim/neovim-0.6.1/src/nvim/lua/
H A Dvim.lua230 vim.api.nvim_command('undojoin')
240 vim.api.nvim_command([[exe "normal! \<Del>"]])
245 vim.api.nvim_command('normal! a')
268 vim.api.nvim_command(('echo "%s"'):format(dots))
271 vim.api.nvim_command('redraw'..(tick > 1 and '|echo ""' or ''))
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/
H A Dlsp.lua11 local nvim_err_writeln, nvim_buf_get_lines, nvim_command, nvim_buf_get_option
12 …= vim.api.nvim_err_writeln, vim.api.nvim_buf_get_lines, vim.api.nvim_command, vim.api.nvim_buf_get…
66 nvim_command("redraw")
967 nvim_command("doautocmd <nomodeline> User LspRequest")
972 nvim_command("doautocmd <nomodeline> User LspRequest")
1038 nvim_command("doautocmd <nomodeline> User LspRequest")
1381 nvim_command("autocmd VimLeavePre * lua vim.lsp._vim_exit_handler()")
1416 vim.api.nvim_command("redraw")
H A Ddiagnostic.lua450 vim.api.nvim_command(loclist and "lopen" or "copen")
664 vim.api.nvim_command(
1358 vim.api.nvim_command(
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Ddispatch_deprecated.lua16 nvim_command="vim_command",
H A Dvimscript.c94 void nvim_command(String command, Error *err) in nvim_command() function
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/treesitter/
H A Dhighlighter.lua169 vim.api.nvim_command("runtime! syntax/synload.vim")
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/auto/
H A Dneovimapi1.h283 MsgpackRequest* nvim_command(QByteArray command);
H A Dneovimapi2.h288 MsgpackRequest* nvim_command(QByteArray command);
H A Dneovimapi3.h295 MsgpackRequest* nvim_command(QByteArray command);

12