Skip to main content
Module

x/denops_std/option/mod.ts>endoffile

📚 Standard module for denops.vim
Go to Latest
variable endoffile
import { endoffile } from "https://deno.land/x/denops_std@v6.3.0/option/mod.ts";

Indicates that a CTRL-Z character was found at the end of the file when reading it. Normally only happens when 'fileformat' is "dos". When writing a file and this option is off and the 'binary' option is on, or 'fixeol' option is off, no CTRL-Z will be written at the end of the file. See eol-and-eof for example settings.

(default off)