Searched refs:prepend (Results 1 – 25 of 84) sorted by relevance
1234
| /vim-8.2.3635/src/ |
| H A D | if_cscope.c | 2462 char_u *prepend = NULL; in f_cscope_connection() local 2479 prepend = tv_get_string_buf(&argvars[2], buf); in f_cscope_connection() 2482 rettv->vval.v_number = cs_connection(num, dbpath, prepend); in f_cscope_connection()
|
| H A D | channel.c | 2007 int prepend, char *lead) in channel_save() argument 2043 if (prepend) in channel_save()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | euphoria3.vim | 35 syn keyword euphoria3Builtin append prepend print printf
|
| H A D | liquid.vim | 101 …e_to_br replace replace_first remove remove_first truncate truncatewords prepend append minus plus…
|
| H A D | euphoria4.vim | 47 syn keyword euphoria4Builtin platform poke poke2 poke4 position power prepend
|
| H A D | ruby.vim | 426 syn match rubyMacro "\%#=1\<\%(extend\|include\|prepend\|refine\|using\)\>"
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 188 " The s:prepend provides context for the completion. 537 …call s:SQLCWarningMsg( 'Could not find type['.compl_type.'] using prepend[.'.s:prepended.'] base['… 983 " values, ask the user if they want to prepend each column
|
| H A D | ada.vim | 242 " Get previous l:Line, and prepend it to our search string
|
| H A D | rubycomplete.vim | 341 mixre = /.*\n\s*(include|prepend)\s*(.*)\s*\n/.match( classdef )
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_43.txt | 42 You might want to prepend a directory name to the 'runtimepath' option in
|
| H A D | if_ole.txt | 153 To avoid the message box that pops up to report the result, prepend "-silent":
|
| H A D | xxd.man | 193 Copy input_file to output_file and prepend 100 bytes of value 0x00.
|
| H A D | usr_31.txt | 31 browser, prepend "browse": >
|
| H A D | diff.txt | 113 To make these commands use a vertical split, prepend |:vertical|. Examples: >
|
| H A D | if_cscop.txt | 330 # pid database name prepend path
|
| H A D | usr_08.txt | 498 When splitting a window you can prepend a modifier command to tell where the
|
| H A D | vim9.txt | 109 - Executing a register with "@r" does not work, you can prepend a colon or use 483 prepend ":" to make clear you want to use the Ex command. For example, there 1099 can prepend "s:" to find script-local functions.
|
| H A D | usr_04.txt | 381 prepend "* (double-quote star) before it. To copy a line to the clipboard: >
|
| H A D | usr_24.txt | 518 non-digit, prepend one or two zeros to make three digits.
|
| H A D | usr_03.txt | 407 The "#" command does the same in the other direction. You can prepend a
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cscope.vim | 311 call assert_equal(' # pid database name prepend path', lines[0])
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | README_VisVim.txt | 271 - Added an option in the VisVim dialog to prepend ESC before the first command
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_CN.cp936.po | 2353 msgid " # pid database name prepend path\n" 2354 msgstr " # pid ���ݿ��� prepend path\n" 2705 #~ msgid "where case is ignored prepend / to make flag upper case" 5573 #~ msgstr " # pid ���ݿ����� prepend path\n" 5580 #~ msgstr " # pid ���ݿ����� prepend path\n"
|
| H A D | zh_CN.po | 2354 msgid " # pid database name prepend path\n" 2355 msgstr " # pid ���ݿ��� prepend path\n" 2706 #~ msgid "where case is ignored prepend / to make flag upper case" 5573 #~ msgstr " # pid ���ݿ����� prepend path\n" 5580 #~ msgstr " # pid ���ݿ����� prepend path\n"
|
| H A D | zh_CN.UTF-8.po | 2353 msgid " # pid database name prepend path\n" 2354 msgstr " # pid 数据库名 prepend path\n" 2705 #~ msgid "where case is ignored prepend / to make flag upper case" 5573 #~ msgstr " # pid 数据库名称 prepend path\n" 5580 #~ msgstr " # pid 数据库名称 prepend path\n"
|
1234