Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 124) sorted by relevance

12345

/vim-8.2.3635/runtime/doc/
H A Dxxd.man15 convert a hex dump back to its original binary form. Like uuencode(1)
16 and uudecode(1) it allows the transmission of binary data in a `mail-
18 dard output. Moreover, it can be used to perform binary file patching.
36 Switch to bits (binary digits) dump, rather than hexdump. This
89 Reverse operation: convert (or patch) hexdump into binary. If
220 Use xxd as a filter within an editor such as vim(1) to recover a binary
H A Dusr_23.txt10 accessed over the internet. With some restrictions, binary files can be
243 You can edit binary files with Vim. Vim wasn't really made for this, thus
252 This sets the 'binary' option. The effect of this is that unexpected side
297 A real binary editor shows the text in two ways: as it is and in hex format.
300 First edit the file in binary mode: >
H A Dos_dos.txt236 If you want to edit a script file or a binary file, you should set the
237 'binary' option before loading the file. Script files and binary files may
239 set 'binary' automatically by starting Vim with the "-b" (binary) option.
H A Dft_rust.txt140 first. The compiled binary is always placed in a temporary
144 compiled binary.
148 arguments passed to the binary.
H A Dos_390.txt80 - No binary search in tag files.
89 binary format of the cscope database isn't quite what Vim is expecting.
H A Dediting.txt16 8. Editing binary files |edit-binary|
468 bin or binary sets 'binary'
469 nobin or nobinary resets 'binary'
504 will use the old value of the option. Same for the 'binary' option.
576 Before editing binary, executable or Vim script files you should set the
1402 8. Editing binary files *edit-binary*
1404 Although Vim was made to edit text files, it is possible to edit binary
1405 files. The |-b| Vim argument (b for binary) makes Vim do file I/O in binary
1406 mode, and sets some options for editing binary files ('binary' on, 'textwidth'
1410 There are a few things to remember when editing binary files:
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_plus_arg_edit.vim41 call assert_equal(1, &binary)
43 call assert_equal(0, &binary)
H A Dcolor_ramp.vim83 set binary
/vim-8.2.3635/READMEdir/
H A DREADME_vms.txt20 To use the binary version, you need one of these archives:
34 The binary archives contain: vim.exe, ctags.exe, xxd.exe files,
H A DREADME_bindos.txt8 There are several binary distributions of Vim for the PC. You would normally
H A DREADME_ole.txt11 unpacking another binary archive! Check the output of ":version":
H A DContents7 yank buffers, possibility to edit binary files, file name
H A DREADME_dos.txt58 You need to unpack the runtime archive and at least one of the binary
59 archives. When using more than one binary version, be careful not to
/vim-8.2.3635/nsis/
H A DREADME.txt24 3. Go to the GvimExt directory and build gvimext.dll (or get it from a binary
30 4. Go to the VisVim directory and build VisVim.dll (or get it from a binary
/vim-8.2.3635/runtime/syntax/
H A Derlang.vim91binary\|bytes\|bitstring\|bits\|binary\|utf8\|utf16\|utf32\|signed\|unsigned\|big\|little\|native\…
H A Dproto.vim5 " Redistribution and use in source and binary forms, with or without
11 " * Redistributions in binary form must reproduce the above
H A Drebol.vim96 syn keyword rebolLogicFunction binary? block? char? date? decimal? email? empty?
103 syn keyword rebolType binary! block! char! date! decimal! email! file!
H A Dcf.vim622 \|binary
752 \|binary
792 \|binary
/vim-8.2.3635/
H A DFilelist903 # files for Amiga small binary (also in extra archive)
910 # files for DOS binary (also in extra archive)
915 # files for Win32 OLE binary (also in extra archive)
919 # files for Win32s binary (also in extra archive)
923 # files for VMS binary (also in extra archive)
927 # files for OS/2 binary (also in extra archive)
931 # binary files for extra archive
1030 # generic language files, binary
H A DREADME.txt34 Vim you must get either one of the binary archives or a source archive.
48 If you obtained a binary distribution you don't need to compile Vim. If you
/vim-8.2.3635/nsis/lang/
H A Dserbian.nsi181 # Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\
182 # but system indicates the binary path is $\"$INSTDIR$\"."
H A Djapanese.nsi188 # Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\
189 # but system indicates the binary path is $\"$INSTDIR$\"."
H A Denglish.nsi181 # Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\
182 # but system indicates the binary path is $\"$INSTDIR$\"."
/vim-8.2.3635/src/
H A Dfilepath.c1728 int binary = FALSE; in read_file_or_blob() local
1747 binary = TRUE; in read_file_or_blob()
1796 p < buf + readlen || (readlen <= 0 && (prevlen > 0 || binary)); in read_file_or_blob()
1806 if (readlen > 0 && !binary) in read_file_or_blob()
1856 else if (*p == 0xbf && enc_utf8 && !binary) in read_file_or_blob()
2230 int binary = FALSE; in f_writefile() local
2282 binary = TRUE; in f_writefile()
2319 if (write_list(fd, list, binary) == FAIL) in f_writefile()
/vim-8.2.3635/runtime/autoload/
H A Dzip.vim348 let binkeep= &binary
350 set binary ei=all
354 let &binary = binkeep

12345