Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 235) sorted by relevance

12345678910

/vim-8.2.3635/src/
H A DINSTALLpc.txt18 The recommended way is to build a 32 bit Vim, also on 64 bit systems. You can
341 * MSYS2 MinGW 32-bit (To build 32-bit versions of Vim)
342 * MSYS2 MinGW 64-bit (To build 64-bit versions of Vim)
391 C:\msys32\mingw32\bin (32-bit msys2, targeting 32-bit builds)
583 32-bit Vim on 32-bit Windows: C:\Windows\System32
584 32-bit Vim on 64-bit Windows: C:\Windows\SysWOW64
585 64-bit Vim on 64-bit Windows: C:\Windows\System32
684 32-bit Vim on 32-bit Windows: C:\Windows\System32
685 32-bit Vim on 64-bit Windows: C:\Windows\SysWOW64
686 64-bit Vim on 64-bit Windows: C:\Windows\System32
[all …]
H A Dmenu.c1171 int bit; in show_menus_recursive() local
1194 for (bit = 0; bit < MENU_MODES; bit++) in show_menus_recursive()
1202 msg_puts(menu_mode_chars[bit]); in show_menus_recursive()
1203 if (menu->noremap[bit] == REMAP_NONE) in show_menus_recursive()
1209 if (menu->silent[bit]) in show_menus_recursive()
1218 if (*menu->strings[bit] == NUL) in show_menus_recursive()
2889 int bit; in menuitem_getinfo() local
2892 for (bit = 0; bit < MENU_MODES && !((1 << bit) & modes); bit++) in menuitem_getinfo()
2896 if (menu->strings[bit] != NULL) in menuitem_getinfo()
2901 *menu->strings[bit] == NUL in menuitem_getinfo()
[all …]
H A DMake_cyg.mak42 # 32-bit: mingw64-i686-gcc-g++
43 # 64-bit: mingw64-x86_64-gcc-g++
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12bit-and","bit-and-not","bit-clear","bit-flip","bit-not","bit-or","bit-set","bit-shift-left","bit-s…
/vim-8.2.3635/src/libvterm/t/
H A D02parser.test16 !C1 8bit
23 !C1 7bit
137 !OSC ST (7bit)
141 !OSC ST (8bit)
179 !DCS ST (7bit)
183 !DCS ST (8bit)
/vim-8.2.3635/runtime/syntax/
H A Dlisp.vim143 syn keyword lispFunc bit-and imagpart remprop
144 syn keyword lispFunc bit-andc1 import rename-file
145 syn keyword lispFunc bit-andc2 incf rename-package
147 syn keyword lispFunc bit-ior inline require
148 syn keyword lispFunc bit-nand in-package rest
149 syn keyword lispFunc bit-nor in-package restart
153 syn keyword lispFunc bit-vector integer return
173 syn keyword lispFunc boole-set lcm set-char-bit
208 syn keyword lispFunc char-bit locally sin
213 syn keyword lispFunc char-control-bit logbitp sinh
[all …]
H A Dclojure.vim32bit-and","bit-and-not","bit-clear","bit-flip","bit-not","bit-or","bit-set","bit-shift-left","bit-s…
H A Djess.vim34 syn keyword jessFunc batch bind bit-and
35 syn keyword jessFunc bit-not bit-or bload
/vim-8.2.3635/READMEdir/
H A DREADME_ole.txt12 Win32s - "MS-Windows 16/32 bit GUI version"
13 Win32 - "MS-Windows 32 bit GUI version"
14 Win32 with OLE - "MS-Windows 32 bit GUI version with OLE support"
/vim-8.2.3635/nsis/
H A DREADME.txt25 archive). Both 64- and 32-bit versions are needed and should be placed
27 64-bit: src/GvimExt/gvimext64.dll
28 32-bit: src/GvimExt/gvimext.dll
48 Both 64- and 32-bit versions are needed.
H A Dgvim.nsi45 # Uncomment the next line if you want to create a 64-bit installer.
457 # Install 64-bit gvimext.dll into the GvimExt64 directory.
469 # Install 32-bit gvimext.dll into the GvimExt32 directory.
577 # Install DLLs for 64-bit gvimext.dll into the GvimExt64 directory.
590 # Install DLLs for 32-bit gvimext.dll into the GvimExt32 directory.
991 # Delete 64-bit GvimExt
1014 # Delete 32-bit GvimExt
/vim-8.2.3635/src/po/
H A Dcheck.vim188 " Check that 8bit encoding is used instead of 8-bit
189 let cte = search('^"Content-Transfer-Encoding:\s\+8-bit', 'n')
193 echomsg "Content-Transfer-Encoding should be 8bit instead of 8-bit"
/vim-8.2.3635/src/testdir/
H A Dtest_put.vim153 " total put-length (21474837 * 100) brings 32 bit int overflow
161 throw 'Skipped: only works with 64 bit long ints'
172 " total put-length (21474837 * 100) brings 32 bit int overflow
181 throw 'Skipped: only works with 64 bit long ints'
H A Dtest_memory_usage.vim103 " The lower limit can fluctuate a bit, use 97%.
107 " The value might fluctuate a bit, allow for 3% tolerance below and 5% above.
147 " The usage may be a bit less than the last value, use 80%.
/vim-8.2.3635/nsis/lang/
H A Dserbian.nsi91 # "32-bit Version"
94 # for 32-bit applications."
97 # "64-bit Version"
100 # for 64-bit applications."
H A Djapanese.nsi100 # "32-bit Version"
103 # for 32-bit applications."
106 # "64-bit Version"
109 # for 64-bit applications."
H A Ddanish.nsi64 #LangString str_section_edit_with32 ${LANG_DANISH} "32-bit-version"
65 … ${LANG_DANISH} "Tilføj Vim til listen i $\"Åbn med...$\"-genvejsmenuen for 32-bit-programmer."
67 #LangString str_section_edit_with64 ${LANG_DANISH} "64-bit-version"
68 … ${LANG_DANISH} "Tilføj Vim til listen i $\"Åbn med...$\"-genvejsmenuen for 64-bit-programmer."
H A Denglish.nsi91 # "32-bit Version"
94 # for 32-bit applications."
97 # "64-bit Version"
100 # for 64-bit applications."
H A Ddutch.nsi93 # "32-bit versie"
96 # voor 32-bit toepassingen."
99 # "64-bit versie"
102 # voor 64-bit toepassingen."
H A Ditalian.nsi92 # "Versione a 32-bit"
95 # per applicazioni a 32-bit."
98 # "Versione a 64-bit"
101 # per applicazioni a 64-bit."
/vim-8.2.3635/runtime/doc/
H A Dusr_45.txt261 in 16-bit Unicode. Sounds simple, right? Well, Vim actually uses utf-8
262 encoding internally, thus the 16-bit encoding must be converted, since there
264 16-bit).
271 allows detection of 16-bit, 32-bit and utf-8 Unicode
275 latin1 The good old 8-bit encoding. Always works.
277 When you start editing that 16-bit Unicode file, and it has a BOM, Vim will
280 is "utf-16le". That means it's Unicode, 16-bit and little-endian. This
402 8-bit CTRL-V 123 decimal 0-255
403 8-bit CTRL-V x a1 hexadecimal 00-ff
404 16-bit CTRL-V u 013b hexadecimal 0000-ffff
[all …]
H A Dos_dos.txt73 backslashes for some commands. Vim is a bit more tolerant and does not remove
258 Only for the 16 bit and 32 bit DOS version:
290 DOS 16 bit DOS 32 bit Win32 ~
295 For Dos 16 bit this starts the shell as:
299 For DOS 32 bit, DJGPP does this internally somehow.
355 ascii - 7-bit ASCII character set
367 ascii - 7-bit ASCII character set
H A Dusr_26.txt66 bit quicker to type). Repeat "n" and "." for all years that appear.
205 You need to imagine what the result would be, which can be a bit difficult.
214 want to record the script bit by bit. If you want to start from scratch and
H A Dmbyte.txt276 1 8bit-{name} any 8-bit encoding (Vim specific name)
313 u utf-8 32 bit UTF-8 encoded Unicode (ISO/IEC 10646-1)
314 u ucs-2 16 bit UCS-2 encoded Unicode (ISO/IEC 10646-1)
318 u ucs-4 32 bit UCS-4 encoded Unicode (ISO/IEC 10646-1)
325 :set encoding=8bit-cp1252
393 8bit 8bit Works. When 'termencoding' is different from
398 system; you can only type 8bit characters;
400 8bit Unicode Works, but only 8bit characters can be typed directly
402 terminal you can only see 8bit characters; the GUI can
405 2byte 8bit Works, but typing non-ASCII characters might
[all …]
/vim-8.2.3635/ci/
H A Dappveyor.bat11 echo "Building MSVC 64bit console Version"
22 echo "Building MSVC 64bit GUI Version"

12345678910