Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 25 of 86) sorted by relevance

1234

/vim-8.2.3635/runtime/spell/nl/
H A Dmain.aap12 all: $SPELLDIR/nl.latin1.spl $SPELLDIR/nl.utf-8.spl ../README_nl.txt
14 $SPELLDIR/nl.latin1.spl : $FILES
16 $VIM -u NONE -e -c "mkspell! $SPELLDIR/nl nl_NL" -c q
18 $SPELLDIR/nl.utf-8.spl : $FILES
20 $VIM -u NONE -e -c "mkspell! $SPELLDIR/nl nl_NL" -c q
29 :attr {fetch = $OODIR/%file%} nl-dict.oxt
35 :fetch nl-dict.oxt
36 :sys $UNZIP nl-dict.oxt
55 :delete {f} nl-dict.oxt
H A Dnl_NL.diff165 - REP nl nl.
/vim-8.2.3635/src/xdiff/
H A Dxutils.c122 long nl = 0, size, tsize = 0; in xdl_guess_lines() local
126 for (top = data + size; nl < sample && cur < top; ) { in xdl_guess_lines()
127 nl++; in xdl_guess_lines()
136 if (nl && tsize) in xdl_guess_lines()
137 nl = xdl_mmfile_size(mf) / (tsize / nl); in xdl_guess_lines()
139 return nl + 1; in xdl_guess_lines()
/vim-8.2.3635/runtime/tutor/
H A DMakefile21 tutor.nl \
78 tutor.nl: tutor.nl.utf-8
79 iconv -f UTF-8 -t ISO-8859-1 tutor.nl.utf-8 > tutor.nl
/vim-8.2.3635/src/po/
H A DMake_all.mak26 nl \
70 nl.po \
111 nl.mo \
161 nl.ck \
H A Dcheck.vim127 let nl = 0
129 let nl += count(getline(lnum), "\n")
131 return nl
H A Dvim.desktop.in54 Comment[nl]=Tekstbestanden bewerken
H A Dgvim.desktop.in54 Comment[nl]=Tekstbestanden bewerken
/vim-8.2.3635/src/
H A Dinstall-sh45 nl='
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
H A Dchannel.c2849 char_u *nl = NULL; in may_invoke_callback() local
2858 nl = channel_first_nl(node); in may_invoke_callback()
2859 if (nl != NULL) in may_invoke_callback()
2871 for (p = buf; (nl == NULL || p < nl) in may_invoke_callback()
2876 if (nl == NULL) in may_invoke_callback()
2885 *nl = NUL; in may_invoke_callback()
3622 char_u *nl; in channel_read_block() local
3666 nl = channel_first_nl(node); in channel_read_block()
3669 for (p = buf; (nl == NULL || p < nl) && p < buf + node->rq_buflen; ++p) in channel_read_block()
3673 if (nl == NULL) in channel_read_block()
[all …]
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim74 let nl = ('0x' . p[a:index]) + 0
75 if start >= 0 && add == nl - n && (step == 0 || n - end == step)
87 let add = nl - n
117 let nl = ('0x' . p[2]) + 0
118 if start >= 0 && add == nl - n && (step == 0 || n - end == step)
130 let add = nl - n
/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
22 UPDIR = rsync://[email protected].nl//var/ftp/pub/vim/runtime/spell
/vim-8.2.3635/runtime/syntax/
H A Dclean.vim3 " Author: Pieter van Engelen <[email protected].nl>
4 " Co-Author: Arthur van Leeuwen <[email protected].nl>
H A Dplp.vim3 " Maintainer: Juerd <juerd@juerd.nl>
H A Ddebsources.vim4 " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl>
H A Dave.vim43 syn keyword aveFixVariables av nil self false true nl tab cr tab
H A Dprolog.vim55 syn keyword prologKeyword catch nl sub_atom
/vim-8.2.3635/runtime/compiler/
H A Dbcc.vim3 " Maintainer: Emile van Raaij (eraaij@xs4all.nl)
/vim-8.2.3635/runtime/autoload/
H A Dspellfile.vim6 " Always use https:// because it's secure. The certificate is for nluug.nl,
8 let g:spellfile_URL = 'https://ftp.nluug.nl/pub/vim/runtime/spell'
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c533 char *nl; in main() local
537 if((nl = strchr(line, '\n'))) in main()
538 *nl = '\0'; in main()
/vim-8.2.3635/runtime/ftplugin/
H A Dlogtalk.dict150 nl
/vim-8.2.3635/
H A Dvimtutor.bat7 :: xx is a language code like "es" or "nl".
/vim-8.2.3635/runtime/macros/maze/
H A DREADME.txt39 Thanks to John Tromp ([email protected].nl) for maze.c.
/vim-8.2.3635/src/testdir/
H A Dtest_writefile.vim696 call writefile([utf16le_bom .. "u\nc\ns\n-\n2\nl\ne\n"], 'Xtest1')
708 call assert_equal([utf16le_bom .. "u\nc\ns\n-\n2\nl\ne\n", "\n"],
727 call writefile([utf32le_bom .. "u\n\n\nc\n\n\ns\n\n\n-\n\n\n4\n\n\nl\n\n\ne\n\n\n"], 'Xtest1')
739 …call assert_equal([utf32le_bom .. "u\n\n\nc\n\n\ns\n\n\n-\n\n\n4\n\n\nl\n\n\ne\n\n\n", "\n\n\n"], …
H A Dtest_let.vim37 let s = "\nl [1, 2]"
82 call assert_match("\nl:Test_Local_Var {'k': 5}", execute('let l:'))

1234