| /vim-8.2.3635/runtime/doc/ |
| H A D | tags | 2879 :options options.txt /*:options* 6179 diff-options diff.txt /*diff-options* 6539 fold-options fold.txt /*fold-options* 7284 hidden-options options.txt /*hidden-options* 7654 job-options channel.txt /*job-options* 7772 local-options options.txt /*local-options* 7929 mbyte-options mbyte.txt /*mbyte-options* 8428 options options.txt /*options* 8431 options.txt options.txt /*options.txt* 8623 print-options print.txt /*print-options* [all …]
|
| H A D | channel.txt | 25 12. Job options |job-options| 126 {options} is a dictionary with optional entries: *channel-open-options* 635 See |channel-open-options|. 695 Set options on {handle}: 775 There are several options you can use, see |job-options|. 793 and "in_bot" options. 835 There are several options you can use, see |job-options|. 952 items, see |job-options|. 1028 12. Job options *job-options* 1032 job_setoptions(job, {options}). Many options can be used with the channel [all …]
|
| H A D | diff.txt | 17 5. Diff options |diff-options| 56 In each of the edited files these options are set: 68 The options can still be overruled from a modeline when re-editing the file. 71 See `:diffoff` for an easy way to revert the options. 91 Open a new window on the file {filename}. The options are set 97 the options like for "vimdiff". 101 {patchfile} and open a buffer on the result. The options are 128 options also when 'diff' was not set. 132 related options only happens in a window that has 'diff' set, 133 if the current window does not have 'diff' set then no options [all …]
|
| H A D | popup.txt | 215 < Use {options} to change the properties. 223 popup_beval({what}, {options}) *popup_beval()* 233 < Use {options} to change the properties. 359 Return the {options} for popup {id} in a Dict. 478 popup_move({id}, {options}) *popup_move()* 491 For other options see |popup_setoptions()|. 494 GetPopup()->popup_move(options) 521 Use {options} to change the properties. 528 Override options in popup {id} with entries in {options}. 529 These options can be set: [all …]
|
| H A D | vim.man | 9 vim [options] [file ..] 10 vim [options] - 11 vim [options] -t tag 12 vim [options] -q [errorfile] 38 vim [options] [filelist] 95 The options may be given in any order, before or after filenames. Op‐ 131 -b Binary mode. A few options will be set that makes it pos‐ 191 -l Lisp mode. Sets the 'lisp' and 'showmatch' options on. 198 options will be unset, so that changes are not allowed and 392 view and set options. [all …]
|
| H A D | if_pyth.txt | 291 saved_eventignore = vim.options['eventignore'] 292 vim.options['eventignore'] = 'all' 305 vim.options *python-options* 312 |global-local| options and global only options, but does for window- 315 window-local options. 492 :py b.options["ff"] = "dos" # set fileformat 493 :py del b.options["ar"] # same as :set autoread< 548 options (read-only) The window-local options. Attribute is 550 options this way. Provides access only to 551 window-local options, for buffer-local use [all …]
|
| H A D | howto.txt | 74 |options| set options 75 |auto-setting| set options automatically 76 |term-dependent-settings| set options depending on terminal name
|
| H A D | evim.man | 9 evim [options] [file ..] 13 eVim starts Vim and sets options to make it behave like a modeless edi- 24 See vim(1) for details about Vim, options, etc.
|
| /vim-8.2.3635/src/ |
| H A D | option.c | 799 if (options[i].indir == PV_NONE) in free_all_options() 802 if ((options[i].flags & P_ALLOCED) && options[i].var != NULL) in free_all_options() 1145 options[idx].flags |= P_ALLOCED; in set_helplang_default() 1757 &options[opt_idx]); in do_set() 2371 if (!(options[opt_idx].flags & P_EXPAND) || options[opt_idx].var == NULL) in option_expand() 2468 if ((options[opt_idx].flags & P_STRING) && options[opt_idx].var != NULL) in check_options() 3898 p = options[0].fullname; in findoption() 4078 p = &(options[opt_idx]); in get_option_value_strict() 5091 p = &(options[opt_idx]); in unset_global_local_option() 5816 if (options[i].indir & PV_BUF) in init_buf_opt_idx() [all …]
|
| H A D | json.c | 49 json_encode(typval_T *val, int options) in json_encode() argument 55 json_encode_gap(&ga, val, options); in json_encode() 85 if (json_encode_gap(&ga, &listtv, options) == OK && (options & JSON_NL)) in json_encode_nr_expr() 209 case VVAL_NONE: if ((options & JSON_JS) != 0 in json_encode_item() 210 && (options & JSON_NO_NONE) == 0) in json_encode_item() 274 options & JSON_JS) == FAIL) in json_encode_item() 276 if ((options & JSON_JS) in json_encode_item() 318 if ((options & JSON_JS) in json_encode_item() 648 && (options & JSON_JS) in json_decode_item() 739 if (options & JSON_JS) in json_decode_item() [all …]
|
| H A D | findfile.c | 1669 int options, in find_file_in_path() argument 1706 int options, in find_directory_in_path() argument 1717 int options, in find_file_in_path_option() argument 1756 if (options & FNAME_UNESC) in find_file_in_path_option() 1809 && (options & FNAME_REL) in find_file_in_path_option() 1956 return find_file_name_in_path(ptr, len, options, in grab_file_name() 1991 int options, in file_name_in_line() argument 2009 if (options & FNAME_MESS) in file_name_in_line() 2116 int options, in find_file_name_in_path() argument 2141 if (options & FNAME_EXP) in find_file_name_in_path() [all …]
|
| H A D | cmdexpand.c | 47 int options) in ExpandEscape() argument 55 if (options & WILD_HOME_REPLACE) in ExpandEscape() 58 if (options & WILD_ESCAPE) in ExpandEscape() 185 int use_options = options | in nextwild() 288 int options, in ExpandOne() argument 362 options) == FAIL) in ExpandOne() 368 if (!(options & WILD_SILENT) && (options & WILD_LIST_NOTFOUND)) in ExpandOne() 1875 options += WILD_ICASE; in expand_cmdline() 1986 if (options & WILD_ICASE) in ExpandFromContext() 2914 options |= WILD_ICASE; in f_getcompletion() [all …]
|
| H A D | os_unix.c | 4538 if (options & SHELL_COOKED) in mch_call_shell_system() 4650 if (options & SHELL_COOKED) in mch_call_shell_fork() 5024 if (options & SHELL_READ) in mch_call_shell_fork() 5049 && ((options & in mch_call_shell_fork() 5127 if (options & SHELL_WRITE) in mch_call_shell_fork() 5174 if (options & SHELL_READ) in mch_call_shell_fork() 5297 if (options & SHELL_READ) in mch_call_shell_fork() 5498 if (options->jo_pty in mch_job_start() 5602 if (options->jo_term_rows > 0) in mch_job_start() 5633 if (options->jo_env != NULL) in mch_job_start() [all …]
|
| H A D | os_win32.c | 4110 if (options & SHELL_DOOUT) in mch_system_classic() 4238 dump_pipe(int options, in dump_pipe() argument 4275 if (options & SHELL_READ) in dump_pipe() 4410 if (options & SHELL_READ) in mch_system_piped() 4436 if (options & SHELL_WRITE) in mch_system_piped() 4469 && ((options & in mch_system_piped() 4538 if (options & SHELL_WRITE) in mch_system_piped() 4585 if (options & SHELL_READ) in mch_system_piped() 4840 if (options & SHELL_COOKED) in mch_call_shell() 5304 if (options->jo_env != NULL) in mch_job_start() [all …]
|
| H A D | search.c | 129 int options, in search_regcomp() argument 175 if (!(options & SEARCH_KEEP) in search_regcomp() 615 int options, in searchit() argument 688 if (options & SEARCH_START) in searchit() 890 || ((options & SEARCH_END) in searchit() 994 if ((options & SEARCH_END) && !(options & SEARCH_NOOF) in searchit() 1056 if ((options & SEARCH_PEEK) in searchit() 1216 int options, in do_search() argument 1261 if (options & SEARCH_REV) in do_search() 1616 if ((options & SEARCH_ECHO) in do_search() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_autocmd.vim | 654 call assert_equal([], g:options) 660 call assert_equal([], g:options) 666 call assert_equal([], g:options) 672 call assert_equal([], g:options) 678 call assert_equal([], g:options) 684 call assert_equal([], g:options) 692 call assert_equal([], g:options) 705 call assert_equal([], g:options) 717 call assert_equal([], g:options) 723 call assert_equal([], g:options) [all …]
|
| H A D | term_util.vim | 57 func RunVimInTerminal(arguments, options) argument 81 let rows = get(a:options, 'rows', 20) 82 let cols = get(a:options, 'cols', 75) 85 if get(a:options, 'keep_t_u7', 0) 93 let options = #{curwin: 1} 95 let options.term_rows = rows 96 let options.term_cols = cols 100 call extend(options, filter(copy(a:options), 'v:key =~# "^term_"')) 102 let buf = term_start(cmd, options) 117 if get(a:options, 'wait_for_ruler', 1) [all …]
|
| H A D | screendump.vim | 17 " "options" is passed to term_dumpwrite(). 20 " message. Use this when using the same dump file with different options. 23 func VerifyScreenDump(buf, filename, options, ...) argument 45 call term_dumpwrite(a:buf, testfile, a:options)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cabal.vim | 82 \ asm-options 93 \ cc-options 96 \ cmm-options 97 \ cpp-options 120 \ ghc-options 121 \ ghc-prof-options 122 \ ghc-shared-options 123 \ ghcjs-options 129 \ hugs-options 135 \ ld-options [all …]
|
| H A D | gpg.vim | 48 \ export-options group homedir import-options 49 \ keyring keyserver keyserver-options load-extension 51 \ notation-data options output override-session-key 57 \ trusted-key verify-options keyid-format list-options 78 \ no-mdc-warning no-options no-permission-warning
|
| H A D | upstart.vim | 58 " options for console 60 " options for expect 62 " options for limit 65 " 'options' for start/stop on
|
| H A D | hitest.vim | 11 " save global options and registers 22 " set global options 39 " set local options 131 " restore global options and registers
|
| /vim-8.2.3635/src/proto/ |
| H A D | findfile.pro | 6 char_u *find_file_in_path(char_u *ptr, int len, int options, int first, char_u *rel_fname); 8 char_u *find_directory_in_path(char_u *ptr, int len, int options, char_u *rel_fname); 9 char_u *find_file_in_path_option(char_u *ptr, int len, int options, int first, char_u *path_option,… 11 char_u *file_name_at_cursor(int options, long count, linenr_T *file_lnum); 12 char_u *file_name_in_line(char_u *line, int col, int options, long count, char_u *rel_fname, linenr… 13 char_u *find_file_name_in_path(char_u *ptr, int len, int options, long count, char_u *rel_fname);
|
| H A D | json.pro | 2 char_u *json_encode(typval_T *val, int options); 3 char_u *json_encode_nr_expr(int nr, typval_T *val, int options); 4 int json_decode(js_read_T *reader, typval_T *res, int options); 5 int json_find_end(js_read_T *reader, int options);
|
| H A D | search.pro | 2 int search_regcomp(char_u *pat, int pat_save, int pat_use, int options, regmmatch_T *regmatch); 25 … *buf, pos_T *pos, pos_T *end_pos, int dir, char_u *pat, long count, int options, int pat_use, sea… 27 int do_search(oparg_T *oap, int dirc, int search_delim, char_u *pat, long count, int options, searc…
|