| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 372 int (*text)(const char *bytes, size_t len, void *user); 373 int (*control)(unsigned char control, void *user); 378 int (*resize)(int rows, int cols, void *user); 394 int (*initpen)(void *user); 399 int (*bell)(void *user); 418 int (*control)(unsigned char control, void *user); 494 int (*damage)(VTermRect rect, void *user); 498 int (*bell)(void *user); 499 int (*resize)(int rows, int cols, void *user); 588 void *user); [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | csdl.vim | 307 syn match csdlTarget 'twitter\.user\.lang' 308 syn keyword csdlTarget twitter.user.time_zone 309 syn match csdlTarget 'twitter\.user\.name' 310 syn match csdlTarget 'twitter\.user\.id' 312 syn match csdlTarget 'twitter\.user\.url' 429 syn match csdlTarget 'bitly\.user\.agent' 498 syn match csdlTarget 'digg\.user\.name' 499 syn match csdlTarget 'digg\.user\.fullname' 500 syn match csdlTarget 'digg\.user\.registered' 502 syn match csdlTarget 'digg\.user\.icon' [all …]
|
| H A D | exim.vim | 39 …require_lockfile retry_use_local_part suffix use_crlf use_fcntl_lock use_lockfile use_mbx_lock user 42 …rs initgroups log mode once once_file_size once_repeat reply_to return_message subject text to user 45 syn keyword eximKeyword batch batch_max command group initgroups retry_use_local_part timeout user 48 …ocal_part return_fail_output return_output suffix temp_errors timeout umask use_crlf use_shell user 54 …remove initgroups local_parts more require_files senders transport unseen user verify verify_only …
|
| H A D | lhaskell.vim | 44 " First off, see if we can inherit a user preference for lhs_markup 67 " If no user preference, scan buffer for our guess of the markup to 84 " If user wants us to highlight TeX syntax or guess thinks it's TeX, read it.
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | screen.c | 175 VTermScreen *screen = user; in putglyph() 222 VTermScreen *screen = user; in moverect_internal() 261 VTermScreen *screen = user; in moverect_user() 279 VTermScreen *screen = user; in erase_internal() 309 VTermScreen *screen = user; in erase_user() 324 VTermScreen *screen = user; in scrollrect() 408 VTermScreen *screen = user; in movecursor() 418 VTermScreen *screen = user; in setpenattr() 461 VTermScreen *screen = user; in settermprop() 489 static int bell(void *user) in bell() argument [all …]
|
| H A D | vterm.c | 136 void vterm_output_set_callback(VTerm *vt, VTermOutputCallback *func, void *user) in vterm_output_set_callback() argument 139 vt->outdata = user; in vterm_output_set_callback() 296 int (*moverect)(VTermRect src, VTermRect dest, void *user), in vterm_scroll_rect() argument 297 int (*eraserect)(VTermRect rect, int selective, void *user), in vterm_scroll_rect() 298 void *user) in vterm_scroll_rect() 306 (*eraserect)(rect, 0, user); in vterm_scroll_rect() 347 (*moverect)(dest, src, user); in vterm_scroll_rect() 359 (*eraserect)(rect, 0, user); in vterm_scroll_rect() 364 void (*copycell)(VTermPos dest, VTermPos src, void *user), in vterm_copy_cells() argument 365 void *user) in vterm_copy_cells() [all …]
|
| H A D | state.c | 12 static int on_resize(int rows, int cols, void *user); 278 VTermState *state = user; in on_text() 466 VTermState *state = user; in on_control() 623 VTermState *state = user; in on_escape() 953 VTermState *state = user; in on_csi() 1620 VTermState *state = user; in on_osc() 1754 VTermState *state = user; in on_dcs() 1768 static int on_resize(int rows, int cols, void *user) in on_resize() argument 1770 VTermState *state = user; in on_resize() 1988 state->cbdata = user; in vterm_state_set_callbacks() [all …]
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | harness.c | 89 static void term_output(const char *s, size_t len, void *user UNUSED) in term_output() 104 static int parser_text(const char bytes[], size_t len, void *user UNUSED) in parser_text() 120 static int parser_control(unsigned char control, void *user UNUSED) in parser_control() 127 static int parser_escape(const char bytes[], size_t len, void *user UNUSED) in parser_escape() 176 static int parser_osc(int command, VTermStringFragment frag, void *user UNUSED) in parser_osc() 264 static int moverect(VTermRect dest, VTermRect src, void *user UNUSED) in moverect() 277 static int settermprop(VTermProp prop, VTermValue *val, void *user UNUSED) in settermprop() 311 static int state_putglyph(VTermGlyphInfo *info, VTermPos pos, void *user UNUSED) in state_putglyph() 333 static int state_erase(VTermRect rect, int selective, void *user UNUSED) in state_erase() 357 static int state_setpenattr(VTermAttr attr, VTermValue *val, void *user UNUSED) in state_setpenattr() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 317 …/log/kern', '/log/lpr', '/log/mail', '/log/messages', '/log/news/news', '/log/syslog', '/log/user', 318 …g', '/log/mail.log', '/log/messages.log', '/log/news/news.log', '/log/syslog.log', '/log/user.log', 319 …r', '/log/mail.err', '/log/messages.err', '/log/news/news.err', '/log/syslog.err', '/log/user.err', 320 …/log/mail.info', '/log/messages.info', '/log/news/news.info', '/log/syslog.info', '/log/user.info', 321 …/log/mail.warn', '/log/messages.warn', '/log/news/news.warn', '/log/syslog.warn', '/log/user.warn', 322 …/log/mail.crit', '/log/messages.crit', '/log/news/news.crit', '/log/syslog.crit', '/log/user.crit', 323 …otice', '/log/messages.notice', '/log/news/news.notice', '/log/syslog.notice', '/log/user.notice'], 363 …\ 'pamenv': ['/etc/security/pam_env.conf', '/home/user/.pam_environment', '.pam_environment', 'pam… 492 …user/.config/systemd/user/some.d/mine.conf', '/home/user/.config/systemd/user/some.d/.#file', '/ho… 510 \ 'toml': ['file.toml', 'Gopkg.lock', 'Pipfile', '/home/user/.cargo/config'], [all …]
|
| H A D | unix.vim | 7 " While some tests overwrite $HOME to prevent them from polluting user files, 9 " where to ask about their own user settings.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 186 " The a:base, is replaced directly with what the user 328 " the table name. If the user selects a column list 362 " determined the user has actually chosen 383 " If no "." was provided and the user asked for 385 " on any previous column lists. If the user asked 497 " Leave time for the user to read the error message 675 " Handle this special case. This allows the user 680 " The user has specified a specific syntax group 699 " Leave time for the user to read the error message 706 " Leave time for the user to read the error message [all …]
|
| H A D | tohtml.vim | 18 " this. Let the user specify these however since they won't be supported on 89 " Only automatically find encodings supported natively by Vim, let the user 91 " used when the user specifies the charset, they better know what they are 426 " If text is folded because of user foldmethod settings, etc. we don't want 506 " Make sure the user doesn't do syntax folding when loading a generated file, 526 " just in case some user autocmd creates content in the new buffer, make sure 674 " Gets a single user option and sets it in the passed-in Dict, or gives it the 773 " user specified the desired MIME charset, figure out proper 774 " 'fileencoding' from it or warn the user if we cannot 804 " else default to UTF-8 and warn user [all …]
|
| H A D | syntaxcomplete.vim | 152 " Allow user to override ignorecase per buffer 206 " Filter the list based on the first few characters the user 270 " Allow user to override per buffer 340 " Allow user to override per buffer 379 " filetype. They can contain additional items added by the user 458 " " filetype. They can contain additional items added by the user 548 " Allow user to override iskeyword per buffer 554 " Allow user to override iskeyword_numeric per buffer 560 " Allow user to override iskeyword_numeric per buffer 566 " Allow user to override minimum_length per buffer [all …]
|
| H A D | netrw.vim | 2009 " restore user's status line 3515 " list user's bookmarks 3516 " call Decho("(user: <q>) list user's bookmarks",'~'.expand("<slnum>")) 6065 " user must have closed the server window and the user did not use <c-r>, but 7717 " ask user for pattern 11161 " show user the result(s) 11769 if s:user == "" 11897 " thin-long-tree: user's cursorline, user's cursorcolumn 11907 " all styles: user's cursorline, user's cursorcolumn 12254 let s:user = s:user.'@'.substitute(s:machine,dirpat,'\1','') [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_netrw.txt | 243 :e ftp://[user@]machine/path 265 :w ftp://[user@]machine/path 286 :so ftp://[user@]machine/path 554 vim rcp://[user@]machine/path 555 vim scp://[user@]machine/path 611 | ftp://[user@]host/path | ftp://[user@]host/path | ftp (*2) | 623 | rcp://[user@]host/path | rcp://[user@]host/path | rcp | 626 | rsync://[user@]host/path | rsync://[user@]host/path | rsync | 631 | scp://[user@]host/path | scp://[user@]host/path | scp | 635 | sftp://[user@]host/path | sftp://[user@]host/path | sftp | [all …]
|
| H A D | filetype.txt | 171 1. Create your user runtime directory. You would normally use the first 444 g:changelog_username The name and email address of the user. 447 part of the current user, which informally contains 448 the real name of the user up to the first separating 452 Full Name <user@host> 460 %u insert the user from above 467 |2003-01-14 Full Name <user@host> 488 |2003-01-14 Full Name <user@host> 523 After figuring out the current date and user, the file is searched for an 533 standards unless the user has set fortran_have_tabs in .vimrc. [all …]
|
| H A D | usr_41.txt | 959 confirm() let the user make a choice 960 getchar() get a character from the user 961 getcharstr() get a character from the user as a string 966 input() get a line from the user 967 inputlist() let the user pick an entry from a list 969 inputdialog() get a line from the user in a dialog 2068 user has his own plugin he wants to use. Then the user must have a chance to 2217 Now let's add a user command to add a correction: > 2353 it easy for the user to find associated help. 2394 exists(":Cmd") Check if a user command already exists. [all …]
|
| H A D | map.txt | 7 Key mapping, abbreviations and user-defined commands. 27 4. User-defined commands |user-commands| 1306 4. User-defined commands *user-commands* 1313 For starters: See section |40.2| in the user manual. 1315 *E183* *E841* *user-cmd-ambiguous* 1385 Delete the user-defined command {cmd}. 1392 Delete all user-defined commands. 1477 -complete=user user names 1478 -complete=var user variables 1588 the user command was invoked. [all …]
|
| H A D | pi_vimball.txt | 36 a user needs to do with a vimball is: > 45 If a user has decided to use the AsNeeded plugin, vimball is smart 54 Vimball examines the user's |'runtimepath'| to determine where to put 82 the user has specified such a path. 119 Simply editing a Vimball will cause Vimball.vim to tell the user to 238 * if a user has AsNeeded/somefile, then vimball
|
| H A D | quotes.txt | 23 I was a 12-year emacs user who switched to Vim about a year ago after finally 75 Translated: Even when only using a fraction of Vim-functions, the user will 114 a finite time t before which at least one user u in the total user space U of 126 The Spring user-interface designs are in, and word from the boutiques is that 184 I am a user of Vim and I love it. I use it to do all my programming, C, 252 As a vi user, Vim has made working with text a far more pleasant task than
|
| H A D | usr_01.txt | 104 explained in the user manual, since it should be mostly 164 The Vim user manual and reference manual are Copyright (c) 1988-2003 by Bram 173 Parts of the user manual come from the book "Vi IMproved - Vim" by Steve 181 publishing it under the OPL! It has been a great help while writing the user
|
| H A D | repeat.txt | 9 Chapter 26 of the user manual introduces repeating |usr_26.txt|. 194 For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. 690 This allows for the user to do: > 734 sourced file or user function and set breakpoints. 758 this command executes. Useful for debugging a specific script or user 809 it's finished. This steps over user function calls 813 the next command. This steps into called user 821 finish Finish the current script or user function and come 973 of getting them directly from the user. Only useful for test 979 user, don't use typeahead for debug commands. [all …]
|
| H A D | sponsor.txt | 26 You can become a registered Vim user by sending at least 10 euro. This works 74 show others you are a registered Vim user or sponsor. 95 Each registered Vim user and sponsor who donates at least 10 euro will be able 105 How do I become a Vim sponsor or registered Vim user?
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | python.vim | 33 " See if the specified line is already user-dedented from the expected value. 66 " timeout, so let the user disable this feature if he doesn't need it 167 " See if the user has already dedented 169 " If so, trust the user 200 " Or the user has already dedented 213 " ...unless the user has already dedented
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | changelog.vim | 18 " adds a new changelog entry for the current user for the current date. 147 function! s:substitute_items(str, date, user, prefix) argument 149 let middles = {'%': '%', 'd': a:date, 'u': a:user, 'p': a:prefix, 'c': '{cursor}'} 180 " Look for an entry for today by our user. 200 " No entry today, so create a date-user header and insert an entry.
|