Skip to main content
Module

x/ddc_vim/deps.ts>op.fixendofline

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.fixendofline
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { fixendofline } = op;

When writing a file and this option is on, <EOL> at the end of file will be restored if missing. Turn this option off if you want to preserve the situation from the original file. When the 'binary' option is set the value of this option doesn't matter. See the 'endofline' option. See eol-and-eof for example settings.

(default on)

type

LocalOption<boolean>