kakoune/rc
Tim Allen 3d0c19f8fb Prevent the :format command from triggering hooks.
The :format command is often called from a BufWritePre hook to format the
current buffer, however the :format command itself calls `:write` to store the
buffer in a temporary location, potentially causing an infinite recursion.

If we disable hooks while running :format, there's no danger of that occurring.
2018-06-20 21:11:58 +10:00
..
base ctags.kak: Remove tags starting with '!' from ctags completion 2018-06-20 20:20:50 +10:00
core Prevent the :format command from triggering hooks. 2018-06-20 21:11:58 +10:00
extra Add a cmake.kak file for highlighting cmake files 2018-06-19 19:40:33 +10:00