kakoune/rc/core
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
..
asciidoc.kak asciidoc.kak: Fix highlighting of _itallic_ markup 2018-03-05 11:20:56 +11:00
c-family.kak c-family.kak: Fix comment line continuation behaviour 2018-05-19 14:15:16 +10:00
comment.kak Insert spaces after line comment markers 2018-05-22 12:24:54 +01:00
diff.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
doc.kak doc.kak: stricter parsing of formatted text 2018-02-22 22:22:13 +11:00
formatter.kak Prevent the :format command from triggering hooks. 2018-06-20 21:11:58 +10:00
grep.kak Limit highlighter to line in grep buffers 2018-05-30 14:40:29 +02:00
kakrc.kak Add 'nop' keyword highlighting in .kak files 2018-06-01 10:46:05 +02:00
make.kak Make all fifo cleanup hooks run always 2018-04-26 08:31:36 +10:00
makefile.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
man.kak Always collapse jumps in exec/eval, remove -collapse-jumps switch 2018-02-24 19:02:15 +11:00
python.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
sh.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00