vis: insert missing new line when putting at the end of file
commit08ecde01710143fb93808f2e728a043aa77d9ad4
authorMarc André Tanner <mat@brain-dump.org>
Sun, 21 Feb 2016 09:24:05 +0000 (21 10:24 +0100)
committerMarc André Tanner <mat@brain-dump.org>
Sun, 21 Feb 2016 09:24:05 +0000 (21 10:24 +0100)
tree94a203159fb75242b0afdbbcc398da5df878c587
parentb8938fe1d099d1b5b6ceecda6668b879e6a49298
vis: insert missing new line when putting at the end of file

Something like

  ifoo<Escape>yyp

should produce

  foo
  foo

not

  foofoo

as was the case before.
vis-operators.c