Home
last modified time | relevance | path

Searched refs:echomsg (Results 1 – 25 of 105) sorted by relevance

12345

/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_messages.vim1 " Tests for :messages, :echomsg, :echoerr
13 echomsg s | redraw
52 stopinsert | echomsg 'test echomsg'
66 call assert_equal("\nhello", execute(':echomsg "hello"'))
67 call assert_equal("\n", execute(':echomsg ""'))
68 call assert_equal("\n12345", execute(':echomsg 12345'))
69 call assert_equal("\n[]", execute(':echomsg []'))
70 call assert_equal("\n[1, 2, 3]", execute(':echomsg [1, 2, 3]'))
71 call assert_equal("\n[1, 2, []]", execute(':echomsg [1, 2, v:_null_list]'))
72 call assert_equal("\n{}", execute(':echomsg {}'))
[all …]
/dports/editors/vim/vim-8.2.3745/src/po/
H A Dcheck.vim51 echomsg 'Mismatching ; in line ' . (lnum + 1)
65 echomsg 'Mismatching % in line ' . (line('.') - 1)
66 echomsg 'msgid: ' . prevfromline
67 echomsg 'msgid ' . fromline
79 echomsg 'Missing "msgstr" in line ' . line('.')
89 echomsg 'Mismatching % in line ' . (line('.') - 1)
90 echomsg 'msgid: ' . fromline
91 echomsg 'msgstr: ' . toline
152 echomsg 'Mismatching "\n" in line ' . line('.')
177 echomsg "Missing Plural header"
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/po/
H A Dcheck.vim54 echomsg 'Mismatching ; in line ' . (lnum + 1)
68 echomsg 'Mismatching % in line ' . (line('.') - 1)
69 echomsg 'msgid: ' . prevfromline
70 echomsg 'msgid ' . fromline
82 echomsg 'Missing "msgstr" in line ' . line('.')
92 echomsg 'Mismatching % in line ' . (line('.') - 1)
93 echomsg 'msgid: ' . fromline
94 echomsg 'msgstr: ' . toline
155 echomsg 'Mismatching "\n" in line ' . line('.')
180 echomsg "Missing Plural header"
[all …]
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/bindings/vim/plugin/
H A Dpowerline.vim21 echomsg 'figure them out.'
44 echomsg 'You need vim compiled with Python 2.6, 2.7 or 3.2 and later support'
45 echomsg 'for Powerline to work. Please consult the documentation for more'
46 echomsg 'details.'
91 echomsg 'An error occurred while importing powerline module.'
92 echomsg 'This could be caused by invalid sys.path setting,'
93 echomsg 'or by an incompatible Python version (powerline requires'
94 echomsg 'Python 2.6, 2.7 or 3.2 and later to work). Please consult'
95 echomsg 'the troubleshooting section in the documentation for'
96 echomsg 'possible solutions.'
[all …]
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_messages.vim1 " Tests for :messages, :echomsg, :echoerr
16 echomsg s | redraw
55 stopinsert | echomsg 'test echomsg'
69 call assert_equal("\nhello", execute(':echomsg "hello"'))
70 call assert_equal("\n", execute(':echomsg ""'))
71 call assert_equal("\n12345", execute(':echomsg 12345'))
72 call assert_equal("\n[]", execute(':echomsg []'))
73 call assert_equal("\n[1, 2, 3]", execute(':echomsg [1, 2, 3]'))
75 call assert_equal("\n{}", execute(':echomsg {}'))
78 call assert_equal("\n1.23", execute(':echomsg 1.23'))
[all …]
H A Dpopupbounce.vim78 echomsg framecount .. ' frames in ' .. string(elapsed) .. ' seconds, ' .. string(framecount / elaps…
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dprovider.vim17 echomsg v:throwpoint
18 echomsg v:exception
20 echomsg row
H A Dspellfile.vim22 echomsg 'spellfile#LoadFile(): Nread command is not available.'
37 echomsg 'spellfile#LoadFile(): Tried this language/encoding before.'
48 echomsg 'spellfile#LoadFile(): No (writable) spell directory found.'
56 echomsg 'Failed to create: '.dir_to_create
59 echomsg 'Created '.dir_to_create
87 echomsg "download buffer disappeared, opening a new one"
/dports/editors/vim/vim-8.2.3745/runtime/spell/
H A Dfixdup.vim25 echomsg "No duplicate words found"
27 echomsg "Deleted 1 duplicate word"
29 echomsg printf("Deleted %d duplicate words", deleted)
/dports/sysutils/vimpager/vimpager-85004fd/plugin/
H A Dcecutil.vim85 " echomsg "Decho: SaveWinPosn() a:0=".a:0
87 " echomsg "Decho: SaveWinPosn : empty buffer"
124 " echomsg "Decho: saving posn to SWP stack"
137 " echomsg "Decho: SaveWinPosn [".savedposn."]"
146 " echomsg "Decho: RestoreWinPosn() a:0=".a:0
147 " echomsg "Decho: getline(1)<".getline(1).">"
148 " echomsg "Decho: line(.)=".line(".")
150 " echomsg "Decho: RestoreWinPosn : empty buffer"
187 " echomsg "Decho: using input a:1<".a:1.">"
224 " echomsg "Decho: RestoreWinPosn"
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/tools/
H A Dcheck_colors.vim207 echohl Title|echomsg "---------------"|echohl Normal
216 echomsg printf("%15s: %s", key, a:err[key])
220 echohl Title|echomsg "---------------"|echohl Normal
222 echohl Title | echomsg "Groups" | echohl Normal
224 echomsg printf("%25s: %s", v1, a:err['highlight'][v1])
233 echomsg v:exception
/dports/editors/vim/vim-8.2.3745/runtime/colors/tools/
H A Dcheck_colors.vim207 echohl Title|echomsg "---------------"|echohl Normal
216 echomsg printf("%15s: %s", key, a:err[key])
220 echohl Title|echomsg "---------------"|echohl Normal
222 echohl Title | echomsg "Groups" | echohl Normal
224 echomsg printf("%25s: %s", v1, a:err['highlight'][v1])
233 echomsg v:exception
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/plugin/
H A Dyoucompleteme.vim37 \ echomsg "YouCompleteMe unavailable: requires Vim 8.1.2269+." |
43 \ echomsg "YouCompleteMe unavailable: requires Vim compiled with " .
50 \ echomsg "YouCompleteMe unavailable: requires Vim compiled with " .
60 \ echomsg "YouCompleteMe unavailable: unable to load Python." |
66 \ echomsg "YouCompleteMe unavailable: requires UTF-8 encoding. " .
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dspellfile.vim17 echomsg 'spellfile#LoadFile(): Nread command is not available.'
32 echomsg 'spellfile#LoadFile(): Tried this language/encoding before.'
43 echomsg 'spellfile#LoadFile(): There is no writable spell directory.'
81 echomsg "download buffer disappeared, opening a new one"
H A Dvimball.vim253 echohl Title | echomsg "Vimball Archive" | echohl None
255 echohl Title | echomsg "Vimball Archive Listing" | echohl None
256 echohl Statement | echomsg "files would be placed under: ".home | echohl None
272 echomsg "extracted <".fname.">: ".fsize." lines"
274 echomsg "would extract <".fname.">: ".fsize." lines"
374 echomsg " "
468 echomsg "removed ".exestring." files"
559 echomsg "***vimball*** ".a:msg
566 echomsg "***vimball*** ".a:msg
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/remote/
H A Dhost.vim146 echomsg printf("remote/host: %s host registered plugins %s",
167 echomsg v:throwpoint
168 echomsg v:exception
173 echomsg printf('remote/host: generated rplugin manifest: %s',
/dports/editors/neovim/neovim-0.6.1/runtime/pack/dist/opt/vimball/autoload/
H A Dvimball.vim253 echohl Title | echomsg "Vimball Archive" | echohl None
255 echohl Title | echomsg "Vimball Archive Listing" | echohl None
256 echohl Statement | echomsg "files would be placed under: ".home | echohl None
272 echomsg "extracted <".fname.">: ".fsize." lines"
274 echomsg "would extract <".fname.">: ".fsize." lines"
374 echomsg " "
468 echomsg "removed ".exestring." files"
559 echomsg "***vimball*** ".a:msg
566 echomsg "***vimball*** ".a:msg
/dports/editors/neovim/neovim-0.6.1/runtime/macros/
H A Dless.vim23 echomsg "Skipping directory " . argv(s:i)
25 echomsg "Skipping non-existing file " . argv(s:i)
27 echomsg "Skipping unreadable file " . argv(s:i)
/dports/editors/vim/vim-8.2.3745/runtime/macros/
H A Dless.vim23 echomsg "Skipping directory " . argv(s:i)
25 echomsg "Skipping non-existing file " . argv(s:i)
27 echomsg "Skipping unreadable file " . argv(s:i)
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/provider/
H A Dpython3.vim39 echomsg v:exception
H A Dpython.vim39 echomsg v:exception
H A Dclipboard.vim30 echomsg 'clipboard: error invoking '.get(self.argv, 0, '?').': '.join(self.stderr)
42 echomsg "clipboard: error: ".(len(out) ? out[0] : v:shell_error)
214 echomsg 'clipboard: failed to execute: '.(s:copy[a:reg])
/dports/sysutils/password-store/password-store-1.7.4/contrib/vim/
H A Dredact_pass.vim39 echomsg 'Editing password file--disabled leaky options!'
/dports/math/grace/grace-5.1.25/src/
H A Dutils.h103 void echomsg(char *msg);
/dports/textproc/py-yapf/yapf-0.31.0/plugins/vim/autoload/
H A Dyapf.vim38 echomsg printf('"%s" returned error: %s', l:cmd, l:formatted_text[-1])

12345