Home
last modified time | relevance | path

Searched refs:lb (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dmbyte.c867 unsigned char lb = lead; in dbcs_class() local
873 if (lb <= 0x9f) in dbcs_class()
874 lb = (lb - 0x81) * 2 + 0x21; in dbcs_class()
876 lb = (lb - 0xc1) * 2 + 0x21; in dbcs_class()
884 lb += 1; in dbcs_class()
897 lb &= 0x7f; in dbcs_class()
901 switch (lb << 8 | tb) in dbcs_class()
914 switch (lb) in dbcs_class()
H A Dif_lua.c1517 luaV_Buffer *lb = luaV_checkudata(L, 1, LUAVIM_BUFFER); in luaV_buffer_insert() local
1518 buf_T *b = (buf_T *) luaV_checkcache(L, (void *) *lb); in luaV_buffer_insert()
/vim-8.2.3635/runtime/syntax/
H A Dvgrindefs.vim26 syn match vgrindefsField ":lb="
H A Dampl.vim91 syn match amplDotSuffix "\h\w*\.\(lb\|ub\)"hs=e-2
H A Dredif.vim720 …r\|iq\|ie\|im\|il\|it\|jm\|jp\|je\|jo\|kz\|ke\|ki\|kp\|kr\|kw\|kg\|la\|lv\|lb\|ls\|lr\|ly\|li\|lt\…
764 …i\|kj\|kk\|kl\|km\|kn\|khw\|ko\|kr\|ks\|ksh\|ku\|kv\|kw\|ky\|la\|lad\|lan\|lb\|lg\|li\|lij\|lmo\|l…
H A Dvim.vim26 …foldo[pen] grepa[dd] helpf[ind] i imapc[lear] intro k lN[ext] laddb[uffer] lb[uffer] lcl[ose] leg[…
/vim-8.2.3635/src/testdir/
H A Dtest_lua.vim643 lua lb = vim.eval('b')
644 let n = luaeval('lb[1]')
646 let n = luaeval('lb[6]')
655 call assert_fails('let x = luaeval("lb:xyz(3)")', msg)
656 let y = luaeval("lb[{}]")
660 call assert_fails('lua lb[1] = 2', '[string "vim chunk"]:1: blob is locked')
661 call assert_fails('lua lb:add("12")', '[string "vim chunk"]:1: blob is locked')
H A Dtest_eval_stuff.vim457 call setreg('C', ['abcC3b'], 'lb')
/vim-8.2.3635/runtime/indent/
H A Dxml.vim174 " Checks whether the line ends with an empty closing tag such as <lb/>
/vim-8.2.3635/runtime/doc/
H A Dquickfix.txt298 *:lb* *:lbuffer*
299 :lb[uffer][!] [bufnr] Same as ":cbuffer", except the location list for the
H A Dindex.txt1395 |:lbuffer| :lb[uffer] parse locations and jump to first location
H A Dtags2621 :lb quickfix.txt /*:lb*
H A Dversion8.txt14684 Problem: ":lb" is interpreted as ":lbottom" while the documentation says it