Guest User

Untitled

a guest
Jun 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. diff -r 94694351f592 src/eval.c
  2. --- a/src/eval.c Fri Oct 15 20:20:05 2010 +0200
  3. +++ b/src/eval.c Tue Oct 19 15:00:11 2010 +0900
  4. @@ -3420,7 +3420,7 @@
  5. if (!failed)
  6. {
  7. /* Check for trailing illegal characters and a following command. */
  8. - if (!ends_excmd(*arg))
  9. + if (!eap->skip && !ends_excmd(*arg))
  10. {
  11. emsg_severe = TRUE;
  12. EMSG(_(e_trailing));
Add Comment
Please, Sign In to add comment