~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to src/nvim/ex_eval.c

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-04-18 21:42:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20160418214219-6lf1w0zadujghas7
Tags: upstream-0.1.3
ImportĀ upstreamĀ versionĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
  char_u      *p, *val;
379
379
 
380
380
  if (type == ET_ERROR) {
381
 
    *should_free = FALSE;
 
381
    *should_free = true;
382
382
    mesg = ((struct msglist *)value)->throw_msg;
383
383
    if (cmdname != NULL && *cmdname != NUL) {
384
384
      size_t cmdlen = STRLEN(cmdname);