Dag Odenhall
Dag Odenhall
It might be useful to be able to use vim-fish with the tiny and small Vim builds; we should check for the relevant features with `has()` guards. Similarly, it could...
This means creating a file `doc/fish.txt` or possibly `doc/ft-fish.txt` that includes helptags like `ft-fish{,-syntax,-indent,-plugin,-omni}` etc. The README would then refer to these for post-installation setup.
If a line ends with a backslash, the following line should highlight as being in argument position and possibly be indented two or three levels more than the previous line,...
If you type `begin; end` ENTER `echo` you end up with: ``` begin; end echo end ``` Which is also a fold.
For example, code like this is perfectly valid: ``` false or begin ... end ``` However currently if you type this the third line will not be automatically indented, and...
Rewrite templates to Genshi and to use Flask-Genshi. Include as examples for Flask-Genshi.
Support in Flask-Genshi or separate extension?