mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 04:52:53 +03:00
replace remaining plain assert with kak_assert
This commit is contained in:
parent
3d8eecbbb6
commit
357799c966
@ -201,7 +201,7 @@ class UndoGroupOptimizer
|
||||
++pos.column;
|
||||
++count;
|
||||
}
|
||||
assert(pos == endpos);
|
||||
kak_assert(pos == endpos);
|
||||
return count;
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ public:
|
||||
|
||||
static T& instance()
|
||||
{
|
||||
assert (ms_instance);
|
||||
kak_assert (ms_instance);
|
||||
return *ms_instance;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user