Skip to content

Commit

Permalink
regression in pnoun
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kosyh committed Jul 28, 2021
1 parent 30f77ef commit 2faff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/mplib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function mp:pnoun(noun, msg)
local ctx = mp:save_ctx()
mp.first = noun
mp.first_hint = noun:gram().hint
p(msg)
std.p(mp.fmt(msg)) -- first is available only here, so fmt is forced
mp:restore_ctx(ctx)
end

Expand Down

0 comments on commit 2faff44

Please sign in to comment.