Solve #128.
This commit is contained in:
parent
f68c2cc9b6
commit
a4b3c40e8c
@ -228,6 +228,7 @@ else:
|
||||
for eol in possible_eols:
|
||||
lines = [splitline for line in lines for splitline in line.split(eol)]
|
||||
|
||||
if vim.current.buffer[:] != lines:
|
||||
vim.current.buffer[:] = lines
|
||||
EOF
|
||||
|
||||
@ -287,6 +288,7 @@ else:
|
||||
for eol in possible_eols:
|
||||
lines = [splitline for line in lines for splitline in line.split(eol)]
|
||||
|
||||
if vim.current.buffer[:] != lines:
|
||||
vim.current.buffer[:] = lines
|
||||
vim.command('return 0')
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user