mirror of
https://github.com/zoriya/vim.git
synced 2025-12-23 07:35:13 +00:00
patch 8.1.0989: various small code ugliness
Problem: Various small code ugliness.
Solution: Remove pointless NULL checks. Fix function calls. Fix typos.
(Dominique Pelle, closes #4060)
This commit is contained in:
@@ -1342,10 +1342,6 @@ InstallAEHandlers(void)
|
||||
}
|
||||
error = AEInstallEventHandler('KAHL', 'MOD ',
|
||||
NewAEEventHandlerUPP(Handle_KAHL_MOD_AE), 0, false);
|
||||
if (error)
|
||||
{
|
||||
return error;
|
||||
}
|
||||
#endif
|
||||
|
||||
return error;
|
||||
|
||||
Reference in New Issue
Block a user