On Jan 29, 1:24 pm, Ron Olson <[email protected]> wrote: > Is there a particular way I can use to search for instances of null > (ascii 0, hex 0x0) in a file? I haven't come up with a way to do so, > yet there is clearly a null in my file as moving over it shows ascii 0 > and hex 0x0, I just want to find/highlight all the others.
/[\x0] -- Bill Santa Cruz, California -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
