mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
fix(autocmds): change aucmd restoration
This commit is contained in:
parent
60b09b155c
commit
e515d043ed
@ -2116,7 +2116,7 @@ char *getnextac(int c, void *cookie, int indent, bool do_concat)
|
||||
oneshot = true;
|
||||
}
|
||||
|
||||
ac->pat = ac_copy.pat; // Restore aucmd reference
|
||||
kv_A(*acs, apc->auidx).pat = ac_copy.pat; // Restore aucmd reference
|
||||
|
||||
// TODO(tjdevries):
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user