Lines Matching refs:binary
16 8. Editing binary files |edit-binary|
459 'fileencoding' or 'binary' to a value for one command, and to specify the
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
577 'binary' option. A simple way to do this is by starting Vim with the "-b"
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'
1407 to 0, 'modeline' off, 'expandtab' off). Setting the 'binary' option has the
1410 There are a few things to remember when editing binary files:
1423 - Make sure the 'binary' option is set BEFORE loading the
1431 Setting the 'binary' option prevents this. If you want to add the final
1526 don't write the file encrypted! You need to rebuild the Vim binary to fix