Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.fixendofline

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.fixendofline
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/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>