Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.fixendofline

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.fixendofline
import { op } from "https://deno.land/x/ddu_vim@v4.0.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>