Home
last modified time | relevance | path

Searched refs:nb (Results 1 – 25 of 68) sorted by relevance

123

/vim-8.2.3635/src/xdiff/
H A Dxutils.c346 int nb = 0; in xdl_format_hunk_hdr() local
351 nb += 4; in xdl_format_hunk_hdr()
353 nb += xdl_num_out(buf + nb, c1 ? s1: s1 - 1); in xdl_format_hunk_hdr()
357 nb += 1; in xdl_format_hunk_hdr()
359 nb += xdl_num_out(buf + nb, c1); in xdl_format_hunk_hdr()
363 nb += 2; in xdl_format_hunk_hdr()
365 nb += xdl_num_out(buf + nb, c2 ? s2: s2 - 1); in xdl_format_hunk_hdr()
369 nb += 1; in xdl_format_hunk_hdr()
371 nb += xdl_num_out(buf + nb, c2); in xdl_format_hunk_hdr()
375 nb += 3; in xdl_format_hunk_hdr()
[all …]
/vim-8.2.3635/runtime/spell/nb/
H A Dmain.aap12 all: $SPELLDIR/nb.latin1.spl $SPELLDIR/nb.utf-8.spl ../README_nb.txt
14 $SPELLDIR/nb.latin1.spl : $FILES
16 $VIM -u NONE -e -c "mkspell! $SPELLDIR/nb nb_NO" -c q
18 $SPELLDIR/nb.utf-8.spl : $FILES
20 $VIM -u NONE -e -c "mkspell! $SPELLDIR/nb nb_NO" -c q
/vim-8.2.3635/runtime/tutor/
H A DMakefile23 tutor.nb \
24 tutor.nb.utf-8 \
85 tutor.nb: tutor.no
86 cp tutor.no tutor.nb
88 tutor.nb.utf-8: tutor.no.utf-8
89 cp tutor.no.utf-8 tutor.nb.utf-8
/vim-8.2.3635/src/po/
H A DMake_all.mak25 nb \
69 nb.po \
110 nb.mo \
160 nb.ck \
H A DMakefile93 nb.po: no.po
94 cp no.po nb.po
H A Dvim.desktop.in52 Comment[nb]=Rediger tekstfiler
H A Dgvim.desktop.in52 Comment[nb]=Rediger tekstfiler
/vim-8.2.3635/runtime/doc/
H A Dnetbeans.txt219 -nb={fname} from a file
221 -nb from a file or environment
232 name of the file can be passed with the "-nb={fname}" argument or, when "-nb"
290 6.1 Kinds of messages |nb-messages|
291 6.2 Terms |nb-terms|
292 6.3 Commands |nb-commands|
294 6.5 Events |nb-events|
295 6.6 Special messages |nb-special|
321 6.2 Terms *nb-terms*
376 6.3 Commands *nb-commands*
[all …]
H A Dstarting.txt382 NOTE: Don't combine -n with -b, making -nb, because that has a
383 different meaning: |-nb|.
633 -nb *-nb*
634 -nb={fname}
635 -nb:{hostname}:{addr}:{password}
641 feature; if not then -nb will make Vim exit}
H A Dvim.man211 -nb Become an editor server for NetBeans. See the docs for de‐
/vim-8.2.3635/src/testdir/
H A Dtest_let.vim13 let s = "\na #1\nb #2"
17 let s = "\nb #2"
21 let s = "\nb #2\na #1"
25 let s = "\na #1\nb #2"
66 call assert_match("\nb:Test_Buf_Var #8", execute('let b:'))
H A Dtest_indent.vim135 exe "normal Oa\nb\n"
H A Dtest_regexp_latin.vim180 call add(tl, [2, 'o\nb', "foo\nbar", "o\nb"])
434 call add(tl, [2, '^a.', "a_\nb ", "a_"])
555 call add(tl, [2, '^.\(.\).\_..\1.', "aaa\naaa\nb", "aaa\naaa", 'a'])
H A Dtest_usercommands.vim573 \ .. "\nb DoCmd 0 :"
607 return "a\nb\n"
/vim-8.2.3635/runtime/indent/
H A Dclojure.vim101 let nb = prevnonblank(v:lnum - 1)
103 if nb == 0
107 call cursor(nb, 0)
H A Dsml.vim65 let nb = s:SkipPattern(llet, '^\s*(\*.*\*)\s*$')
66 if getline(nb) =~ a:lim
H A Docaml.vim70 let nb = s:GetLineWithoutFullComment(llet)
71 if getline(nb) =~ a:lim
/vim-8.2.3635/runtime/spell/
H A Dmain.aap10 ku la lt lv mg mi ms nb nl nn ny pl pt ro ru rw sk sl sv sw
/vim-8.2.3635/runtime/
H A Dvim.desktop75 Comment[nb]=Rediger tekstfiler
H A Dgvim.desktop75 Comment[nb]=Rediger tekstfiler
/vim-8.2.3635/runtime/syntax/
H A Ddiff.vim150 syn match diffDiffer "^A(z) .* és a(z) .* fájlok különböznek$"
151 syn match diffBDiffer "^A(z) .* és a(z) .* fájlok különböznek$"
/vim-8.2.3635/src/
H A Dos_win32.c5961 int nb; in delete_lines() local
5991 nb = dest.Y + (source.Bottom - source.Top) + 1; in delete_lines()
5993 if (nb < source.Top) in delete_lines()
5999 for (i = nb; i < clip.Bottom; ++i) in delete_lines()
6012 for (i = nb; i <= source.Bottom; ++i) in delete_lines()
/vim-8.2.3635/runtime/lang/
H A Dmenu_hu_hu.utf-8.vim69 menutrans Toggle\ &Ignore-case<Tab>:set\ ic! &Kis/nagybetű\ azonos/különböző<Tab>:set\ ic!
H A Dmenu_hu_hu.iso_8859-2.vim85 menutrans Toggle\ &Ignore-case<Tab>:set\ ic! &Kis/nagybet�\ azonos/k�l�nb�z�<Tab>:set\ ic!
/vim-8.2.3635/runtime/autoload/
H A Drubycomplete.vim162 let [lnum,lcol] = searchpos(sstr,'nb',stopline)

123