fork of kakoune (nix, some minor patches)
Go to file
Maxime Coste f58cbf0b98 utils: Add reversed template helper for container iteration
this permits to use range-based for loops to iterate on reversed
containers. Should work on any container implementing rbegin and rend.
2011-09-06 18:33:35 +00:00
src utils: Add reversed template helper for container iteration 2011-09-06 18:33:35 +00:00
.gitignore add basic gitignore 2011-09-02 16:53:34 +00:00
GOALS Initial commit 2011-09-02 16:51:20 +00:00
IDEAS Initial commit 2011-09-02 16:51:20 +00:00