Home
last modified time | relevance | path

Searched refs:aw (Results 1 – 25 of 27) sorted by relevance

12

/vim-8.2.3635/runtime/keymap/
H A Dvietnamese-telex_utf-8.vim112 aw ă
113 aw\\ ă
/vim-8.2.3635/src/testdir/
H A Dtest_textobjects.vim381 " Tests for text object aw
396 " aw in visual mode
411 " aw in visual line mode switches to characterwise mode
H A Dtest_comments.vim231 setlocal formatoptions+=aw
H A Dtest_textformat.vim932 setlocal fo+=aw tw=10
952 setlocal fo=1aw
H A Dtest_visual.vim314 " 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 Dtest_functions.vim158 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 Dterm.c4602 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 Dusr_04.txt404 The "d" of "daw" is the delete operator. "aw" is a text object. Hint: "aw"
H A Dmotion.txt534 *v_aw* *aw*
535 aw "a word", select [count] words (see |word|).
538 When used in Visual linewise mode "aw" switches to
H A Dquickref.txt462 |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 Dvisual.txt231 aw a word (with white space) |v_aw|
H A Dindex.txt500 |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 Dvarious.txt20 :redr[aw][!] Redraw the screen right now. When ! is included it is
H A Dvi_diff.txt1073 'autowrite' 'aw' automatically write file if changed
H A Dtags69 'aw' options.txt /*'aw'*
5523 aw motion.txt /*aw*
H A Dchange.txt253 Or use "caw" (see |aw|).
H A Dversion6.txt3332 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 Doptions.txt860 *'autowrite'* *'aw'* *'noautowrite'* *'noaw'*
861 'autowrite' 'aw' boolean (default off)
/vim-8.2.3635/runtime/syntax/
H A Daml.vim29 …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 Dvim.vim27 …[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 Dfoxpro.vim102 syn match foxproFunc "\<chrs\%[aw]\>\s*("me=e-1
H A Dredif.vim720 … /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 Doptwin.vim1060 call <SID>BinOptionG("aw", &aw)
H A Dmenu.vim948 onoremenu 1.70 PopUp.Select\ &Word aw
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim1662 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