Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 129) sorted by relevance

123456

/vim-8.2.3635/runtime/doc/
H A Ddebug.txt94 On the Tools menu, click Attach to Process. Choose the Vim process.
97 you about the unhandled exception in the Vim process. Click Break to break
98 into the process.
116 (<100KB), which contains information about the state of your process.
126 As with the Visual Studio IDE, you can attach WinDbg to a running Vim process.
130 To attach WinDbg to a running Vim process, launch WinDbg. On the File menu,
131 choose Attach to a Process. Select the Vim process and click OK.
141 your Vim process. Simply reproduce the crash and WinDbg will launch
H A Dusr_11.txt104 process ID: 12525 ~
157 process ID: 12559 (still running) ~
177 line with "process ID". It might look like this:
179 process ID: 12559 (still running) ~
181 The text "(still running)" indicates that the process editing this file
184 the hint, because the process might be running on another computer. In
212 - The process is not running.
278 On Unix this choice is only offered when the process that created the
H A Dchannel.txt7 Inter-process communication *channel*
825 To start another process without creating a channel: >
865 "process" process ID
873 "termsig" the signal which terminated the process
987 This goes to the process group, thus children may also be
999 "term" terminate process forcedly (default)
1003 "kill" terminate process forcedly
1006 On Unix the signal is sent to the process group. This means
1018 where process numbers are recycled).
1089 called after the process ends.
[all …]
/vim-8.2.3635/runtime/ftplugin/
H A Dvhdl.vim46 \ s:notend.'\<process\>:\<end\s\+process\>,'.
76 …figuration", "component", "entity", "function", "package", "procedure", "process", "record", "unit…
77 …e\|block\|configuration\|component\|entity\|function\|package\|procedure\|process\|record\|units\)'
/vim-8.2.3635/runtime/indent/
H A Dvhdl.vim19 setlocal indentkeys+==~case,=~loop,=~for,=~generate,=~record,=~units,=~process,=~block,=~function,=…
211 " keywords: "architecture", "block", "entity", "function", "generate", "procedure", "process"
212 … let s2 = s:NC.s:NE.'\<\%(architecture\|block\|entity\|function\|generate\|procedure\|process\)\>'
257 …tecture", "block", "configuration", "entity", "function", "package", "procedure", "process", "type"
258 ….'\<\%(architecture\|block\|configuration\|entity\|function\|package\|procedure\|process\|type\)\>'
281 " keywords: "block", "process"
284 if prevs =~? s:NC.s:NE.'\<\%(block\|process\)\>'
332 …d" + "block", "for", "function", "generate", "if", "loop", "procedure", "process", "record", "unit…
334 let s5 = 'block\|for\|function\|generate\|if\|loop\|procedure\|process\|record\|units'
H A Dsdl.vim49 \ || getline(lnum) =~? virtuality . '\(process\|procedure\|block\|object\)')
/vim-8.2.3635/src/testdir/
H A Dtest_signals.vim96 let pid_vim = term_getjob(buf)->job_info().process
135 let pid_vim = term_getjob(buf)->job_info().process
H A Dtest_memory_usage.vim22 let cmd = printf('wmic process where processid=%d get WorkingSetSize', a:pid)
67 let self.pid = job_info(self.job).process
H A Dtest_job_fails.vim3 " freed. Since the process exits right away it's not a real leak.
H A Dtest_terminal_fail.vim3 " freed. Since the process exits right away it's not a real leak.
H A Dtest_startup_utf8.vim35 " Using bash/zsh's process substitution.
H A Dsummarize.vim29 " This uses the :s command to just fetch and process the output of the
H A Dtest_swap.vim192 " Now editing the file will run into the process still existing
435 return job_info(j).process
468 " Change the process ID to avoid the "still running" warning.
H A Dtest_channel.vim75 call assert_equal('no process', string(ch_getjob(handle)))
1162 call assert_equal('no process', string(test_null_job()))
1559 if job_info(a:job).process == g:exit_cb_val.process
1569 let g:exit_cb_val = {'start': reltime(), 'end': 0, 'process': 0}
1571 let g:exit_cb_val.process = job_info(job).process
1582 let g:exit_cb_val = {'start': reltime(), 'end': 0, 'process': 0}
1584 let g:exit_cb_val.process = job_info(g:job).process
H A Dtest_help.vim83 " No help file to process in the directory
H A Dtest_bufline.vim47 \ "no process"],
/vim-8.2.3635/runtime/compiler/
H A Dstack.vim26 \%-G%.%#process\ exited\ %.%#,
/vim-8.2.3635/src/proto/
H A Dops.pro14 char_u *skip_comment(char_u *line, int process, int include_space, int *is_comment);
/vim-8.2.3635/runtime/syntax/
H A Dinittab.vim2 " Language: SysV-compatible init process control file `inittab'
H A Dlotos.vim28 syn keyword lotosStatement specification endspec process endproc
H A Dscreen.vim187 \ process
H A D8th.vim76 Builtin prior G:prior private G:private process-args G:process-args process-args-fancy G:process-a…
77 Builtin process-args-help G:process-args-help process-args-vars G:process-args-vars prompt G:prompt
H A Dlatte.vim50 syn keyword latteSyntax or ordinary quote process-output push-back contained
/vim-8.2.3635/runtime/tools/
H A Dccfilter_README.txt41 are used to follow the directory changes during the make process,
/vim-8.2.3635/src/po/
H A DREADME_mingw.txt97 will delete the temp files created during the process.

123456