commit 3882671f9d2983cecba1c304b950e17433bd530b parent 18c28098f8b165fc812739625d4838256ccc58a3 Author: Daniel Moch <daniel@danielmoch.com> Date: Fri, 7 Dec 2018 06:35:06 -0500 Add TODO Diffstat:
A | TODO.txt | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/TODO.txt b/TODO.txt @@ -0,0 +1,10 @@ +1. Old GH #25 + + using vim-makejob with the following make prg: + + set makeprg=([[\ -f\ Makefile\ ]]\ &&\ (make\ $*;\ true)\\\|\\\|\ latexmk\ -lualatex\ \"%\"\ $*) + + This works fine with :make, but when I run :MakeJob it fails to run + (Return 122 with findings) and the quickfix list is empty. There is + no Makefile. +2. Neovim support