-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ccls
updated
5 files
+5 −1 | src/clang_tu.cc | |
+5 −0 | src/clang_tu.hh | |
+4 −1 | src/indexer.cc | |
+5 −0 | src/indexer.hh | |
+4 −1 | src/sema_manager.cc |
Submodule reveal.js
updated
21 files
+1 −0 | css/layout.scss | |
+6 −1 | css/reveal.scss | |
+3 −3 | demo.html | |
+2 −2 | dist/reveal.css | |
+2 −2 | dist/reveal.esm.js | |
+1 −1 | dist/reveal.esm.js.map | |
+2 −2 | dist/reveal.js | |
+1 −1 | dist/reveal.js.map | |
+7 −4 | js/controllers/autoanimate.js | |
+14 −4 | js/controllers/keyboard.js | |
+2 −0 | js/controllers/touch.js | |
+25 −2 | js/reveal.js | |
+1 −1 | js/utils/color.js | |
+1 −1 | package.json | |
+1 −1 | plugin/math/math.esm.js | |
+1 −1 | plugin/math/math.js | |
+2 −2 | plugin/math/mathjax3.js | |
+1 −1 | plugin/notes/notes.esm.js | |
+1 −1 | plugin/notes/notes.js | |
+10 −8 | plugin/notes/plugin.js | |
+97 −0 | test/test-destroy.html |