mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -3501,7 +3501,7 @@ void do_finish(exarg_T *eap, int reanimate)
|
||||
eap->cookie))->finished = false;
|
||||
}
|
||||
|
||||
// Cleanup (and inactivate) conditionals, but stop when a try conditional
|
||||
// Cleanup (and deactivate) conditionals, but stop when a try conditional
|
||||
// not in its finally clause (which then is to be executed next) is found.
|
||||
// In this case, make the ":finish" pending for execution at the ":endtry".
|
||||
// Otherwise, finish normally.
|
||||
|
Reference in New Issue
Block a user