diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2021-03-10 17:22:05 +0100 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-03-10 17:22:05 +0100 | 
| commit | eda351ca897ca0270ed8b01798af3679914683a1 (patch) | |
| tree | 5340822acd25ecd12063f08b1e6d0bed4a891a82 /autoload/julia | |
| parent | cc63193ce82c1e7b9ee2ad7d0ddd14e8394211ef (diff) | |
| download | vim-polyglot-eda351ca897ca0270ed8b01798af3679914683a1.tar.gz vim-polyglot-eda351ca897ca0270ed8b01798af3679914683a1.zip | |
Update
Diffstat (limited to 'autoload/julia')
| -rw-r--r-- | autoload/julia/doc.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/autoload/julia/doc.vim b/autoload/julia/doc.vim index dfac90a0..fe311222 100644 --- a/autoload/julia/doc.vim +++ b/autoload/julia/doc.vim @@ -97,7 +97,7 @@ function! s:write_to_preview_window(content, ftype, buffername)    else      " We couldn't make it to the preview window, so as a fallback we dump the      " contents in the status area. -    execute printf("echo '%s'", join(a:content, "\n")) +    echo join(a:content, "\n")    endif  endfunction | 
