Skip to content

Commit

Permalink
fix: Display lines as they are
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed Mar 29, 2024
1 parent 65edc77 commit 1d42677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vimpk/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def update_command
IO.popen(["less", *options], "w") do |io|
statuses.each do |basename, status|
status.lines.each do |line|
io.puts "#{basename}: #{colorize_diff line}"
io.print "#{basename}: #{colorize_diff line}"
end
end
end
Expand Down

0 comments on commit 1d42677

Please sign in to comment.