Searched refs:aw (Results 1 – 25 of 27) sorted by relevance
12
| /vim-8.2.3635/runtime/keymap/ |
| H A D | vietnamese-telex_utf-8.vim | 112 aw ă 113 aw\\ ă
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textobjects.vim | 381 " Tests for text object aw 396 " aw in visual mode 411 " aw in visual line mode switches to characterwise mode
|
| H A D | test_comments.vim | 231 setlocal formatoptions+=aw
|
| H A D | test_textformat.vim | 932 setlocal fo+=aw tw=10 952 setlocal fo=1aw
|
| H A D | test_visual.vim | 314 " When start and end of visual area are identical, 'aw' or 'iw' select 321 " When start and end of visual area are not identical, 'aw' or 'iw'
|
| H A D | test_functions.vim | 158 for aw in ['single', 'double'] 159 exe 'set ambiwidth=' . aw 168 call assert_equal((aw == 'single') ? 6 : 7, strwidth('Straße'))
|
| /vim-8.2.3635/src/ |
| H A D | term.c | 4602 char *aw = NULL; in handle_u7_response() local 4608 aw = "single"; in handle_u7_response() 4610 aw = "double"; in handle_u7_response() 4611 if (aw != NULL && STRCMP(aw, p_ambw) != 0) in handle_u7_response() 4616 set_option_value((char_u *)"ambw", 0L, (char_u *)aw, 0); in handle_u7_response()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_04.txt | 404 The "d" of "daw" is the delete operator. "aw" is a text object. Hint: "aw"
|
| H A D | motion.txt | 534 *v_aw* *aw* 535 aw "a word", select [count] words (see |word|). 538 When used in Visual linewise mode "aw" switches to
|
| H A D | quickref.txt | 462 |v_aw| N aw Select "a word" 613 'autowrite' 'aw' automatically write file if changed 1296 |:stop| :st[op][!] suspend Vim or start new shell; if 'aw' option
|
| H A D | visual.txt | 231 aw a word (with white space) |v_aw|
|
| H A D | index.txt | 500 |v_aw| aw "a word" (with white space) 969 |v_aw| aw extend highlighted area with "a word" 1544 |:redraw| :redr[aw] force a redraw of the display
|
| H A D | various.txt | 20 :redr[aw][!] Redraw the screen right now. When ! is included it is
|
| H A D | vi_diff.txt | 1073 'autowrite' 'aw' automatically write file if changed
|
| H A D | tags | 69 'aw' options.txt /*'aw'* 5523 aw motion.txt /*aw*
|
| H A D | change.txt | 253 Or use "caw" (see |aw|).
|
| H A D | version6.txt | 3332 When Visual mode is blockwise, using "iw" or "aw" made it characterwise. That 3420 Patch 6.0aw.008 3427 Patch 6.0aw.010 7103 Solution: Use ":setlocal" instead of ":set". Change "aw" to "awa". 11107 Problem: With 'formatoptions' set to "1aw" inserting text may cause the
|
| H A D | options.txt | 860 *'autowrite'* *'aw'* *'noautowrite'* *'noaw'* 861 'autowrite' 'aw' boolean (default off)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | aml.vim | 29 …era[nno] layerca[lculate] layerco[lumns] layerde[lete] layerdo[ts] layerdr[aw] layere[xport] layer… 53 syn keyword amlVtrCmd contained add al arcscan arrowlength arrowwidth as aw backtrack branch bt cj…
|
| H A D | vim.vim | 27 …[pen] p[rint] perld[o] pro ptN[ext] ptp[revious] py3do python3 qa[ll] redr[aw] retu[rn] rubyd[o] s… 32 syn keyword vimOption contained acd ambw arshape aw backupskip beval bk bri bufhidden cdpath cinden…
|
| H A D | foxpro.vim | 102 syn match foxproFunc "\<chrs\%[aw]\>\s*("me=e-1
|
| H A D | redif.vim | 720 … /RePEc:\a\a\a:\a\{5}\(ea\|af\|ax\|al\|dz\|as\|ad\|ao\|ai\|aq\|ag\|ar\|am\|aw\|au\|at\|az\|bs\|bh\…
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1060 call <SID>BinOptionG("aw", &aw)
|
| H A D | menu.vim | 948 onoremenu 1.70 PopUp.Select\ &Word aw
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 1662 let {a:vt}netrw_awkeep = &l:aw 1734 call s:NetrwSetSafeSetting("&l:aw",0) 1816 call s:NetrwRestoreSetting(a:vt."netrw_awkeep","&l:aw") 5329 " need to save and restore aw setting as gx can invoke this function from non-netrw buffers 5330 let awkeep = &aw 5352 let &aw= awkeep 5553 let &aw= awkeep
|
12