From 26c9cb2d676c2bdc1f9c9e073fb9f15bb9e69cd4 Mon Sep 17 00:00:00 2001 From: mitermayer Date: Fri, 4 May 2018 15:05:20 -0700 Subject: Adding follow up todos --- autoload/prettier/job/async/neovim.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'autoload/prettier') diff --git a/autoload/prettier/job/async/neovim.vim b/autoload/prettier/job/async/neovim.vim index b369406..8bef25f 100644 --- a/autoload/prettier/job/async/neovim.vim +++ b/autoload/prettier/job/async/neovim.vim @@ -47,5 +47,11 @@ function! s:onExit(status, info, out, err) abort return endif + " TODO + " move this to the buffer util and let it abstract away the saving buffer + " from here + " + " TODO + " we should be auto saving in order to work similar to vim8 call nvim_buf_set_lines(a:info.buf_nr, a:info.start, a:info.end, 0, l:out) endfunction -- cgit v1.3