Commit Graph

13 Commits (887bc7a6bf3c002eeb0af14480998c92bdc92b6d)

Author SHA1 Message Date
Matt Miller f511b821af Vim Cheat Sheet: update with latest available content.
This is the effect of running the fetch_and_parse.pl script.

Also, recognize the change from class to id on 'vim-container'
2014-09-16 20:00:38 -04:00
Matt Miller 5453b72ba6 Vim Cheat Sheet: update fetch and parse.
- Fetch from the live HTML site (http://vim.rtorr.com/)
- Combine fetch and parse, since the fetched files do not persist in the
  repository.
- Drop final table from live HTML as it points to translations.
- Do not append CSS to HTML, as it will now be included automatically.
- Add LWP::Simple dependency for fetch.
- Add List::MoreUtils dependency cause it's awesome.
2014-09-16 20:00:37 -04:00
Matt Miller ebd15f598a Move goodies to new styling mechanism.
- Rename 'style.css' to appropriate ID-based name.
- Remove explicit inclusion of CSS, as it will now be auto-included.
- Update tests which explicitly checked for styling.
2014-09-10 17:28:30 -04:00
jagtalon 062450cbfe Vim Cheat Sheet: Change from `id` to `class` 2014-06-02 13:55:01 +00:00
jagtalon c68b3e18a4 Revert "VimCheatSheet: Fixes #444"
This reverts commit cd4d95b2e4.
2014-06-02 13:44:14 +00:00
Jag Talon cd4d95b2e4 VimCheatSheet: Fixes #444 2014-05-15 13:34:46 -04:00
Jason Dorweiler a77861dfa6 vim: update css 2014-05-09 19:13:47 -04:00
Eric Johnson 0045dd2e3e remove extra <br> tags in the html output 2014-02-08 11:19:10 +00:00
Eric Johnson aa6360f465 Reran VimCheatSheet download.sh and parser.sh 2014-02-08 10:59:54 +00:00
Eric Johnson 2feb387747 VimCheatSheet: convert commands like 'Ctrl + v' to 'Ctrl+v'. 2014-02-08 10:59:54 +00:00
Eric Johnson 764b3be0f6 Eliminate duplicate 'Cut and Paste' section in Vim cheat sheet. 2014-02-08 10:59:54 +00:00
Eric Johnson d408c17cf7 Shuffled code around so this goodie performs a bit better. 2014-01-23 22:16:46 +00:00
Eric Johnson b2b2c56cda Created DDG::Goodie::VimCheatSheet +tests 2014-01-18 12:39:30 +00:00