JuliaEditorSupport / julia-vim

Vim support for Julia.
http://julialang.org/
Other
753 stars 94 forks source link

Feature request: fold multiline comments #171

Closed alhirzel closed 3 years ago

alhirzel commented 5 years ago

It would be nice to be able to fold multiline comments such as the following:

println("code code code")

#=
# Verb the noun (DISABLED FOR NOW)
...
=#

println("code code code")
avigliotti commented 2 years ago

this feature works weel with GVim on windows, but it does not seem to work with GVim on Linux (Kubuntu), is there anything I can do or check?