| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
using \ before entering insert mode will disable hooks during the whole
insert session rather than only the entering phase. That gives a nice
way of pasting text into kakoune.
|
|
|
|
|
|
|
|
Hooks gets disabled during the execution of the commands
|
|
|
|
|
|
This reverts commit 2b9b161d424c1168636042adc6678bb3df2be3f9.
|
|
|
|
|
|
|
|
|
|
|
|
And Global(Hook|Option)Manager to Global(Hook|Option)s
|
|
window hooks also executes buffer hook which also execute global hooks
|
|
|
|
|