diff options
| -rw-r--r-- | plugin/haredoc.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/haredoc.vim b/plugin/haredoc.vim index ac69248..3502184 100644 --- a/plugin/haredoc.vim +++ b/plugin/haredoc.vim @@ -27,7 +27,7 @@ function Haredoc(symbol) print $1 "::" "{base}" }}' {expand("%")} 2>&- CMD - let joined_symbol = system(join(resolvecmd)) + let joined_symbol = system(join(resolvecmd))[:-2] if len(joined_symbol) != 0 let symbol = joined_symbol endif |
