cf-utils.vim icon indicating copy to clipboard operation
cf-utils.vim copied to clipboard

A new Vim plugin to make Vim into a full-blown CFML and CFScript IDE

Results 3 cf-utils.vim issues
Sort by recently updated
recently updated
newest added

In [syntax/cfml.vim you ask "Which is better?"](https://github.com/davejlong/cf-utils.vim/blob/master/syntax/cfml.vim#L356-L357), and clearly the commented-out version is. With structures like these it breaks: ``` cfml SQL syntax here... more SQL syntax here... ``` In...

Occasionally I have to resort to starting a component with ``. Automatically adding in comments puts the wrong comment type within the cfscript tag. I can't figure out how to...

When there is a single `#` in code that is not there for ColdFusion (ex. in CSS referencing ID outside of `` tags), the parser thinks it should be a...

bug