mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 09:14:15 +00:00
test(buffer_updates_spec): move on_detach tests to its block (#37297)
This commit is contained in:
@@ -2605,7 +2605,7 @@ const char *did_set_langmap(optset_T *args)
|
||||
langmap_set_entry(from, to);
|
||||
} else {
|
||||
if (to > UCHAR_MAX) {
|
||||
swmsg(true, "'langmap': mapping from %.*s to %.*s will not work properly",
|
||||
swmsg(true, "'langmap': Mapping from %.*s to %.*s will not work properly",
|
||||
utf_ptr2len(from_ptr), from_ptr, utf_ptr2len(to_ptr), to_ptr);
|
||||
}
|
||||
langmap_mapchar[from & 255] = (uint8_t)to;
|
||||
|
||||
Reference in New Issue
Block a user