aboutsummaryrefslogtreecommitdiff
path: root/doc/source
AgeCommit message (Collapse)Author
2024-04-30Define documentation dependenciesAxel Forsman
Read the Docs stopped installing spinx-rtd-theme by default, which broke documentation builds. This commit fixes that by pinning the required dependencies. See: https://blog.readthedocs.com/defaulting-latest-build-tools/
2024-03-26doc: Fix a typoDmitry Bogatov
2023-08-23Fix Vim URL in docs (#1825)W. Leighton Dawson
* Fix vim.org URL in evil.texi * Fix vim.org URL in overview.rst
2023-07-05Substitute key bindings correctly in manualAxel Forsman
The Sphinx Emacs Lisp extension assumed all \[command] key sequence substitutions in documentation strings are preceded by a \<mapvar> sequence specifying the keymap, unlike substitute-command-keys which is used when accessing docstrings within Emacs. With this commit the actual substitute-command-keys function is used when building docstringdb.json, instead of the Python reimplementation. The drawback is that docstringdb.json now contains partial Sphinx markup.
2022-10-24evil transient mouse selection (#1706)Tom Dalziel
2022-04-30Add `evil-v$-excludes-newline`Tom Dalziel
Deprecate `evil-want-visual-char-semi-exclusive`. Fixes #897
2022-04-25Bump version to 1.15.0Tom Dalziel
2022-04-12Add option for non-incremental search (#1304)fermata101
2022-01-07Update docsTom Dalziel
2021-10-11Add docs for evil-start-of-lineTom Dalziel
2021-08-08Mention NonGNU ELPAVasilij Schneidermann
2021-06-15Add info about `evil-symbol-word-search` to FAQ. (#1431)Ilya Grigoriev
For me, the Evil default of using words instead of symbols is only really important for `#` and `*` searches. The fix for them is much simpler than for the other motions after https://github.com/emacs-evil/evil/issues/360 (thanks!).
2021-01-09Expand FAQ discussion of word vs. symbol text objectsAmir Yalon
Add reference to the `o` key in the default text objects keymap, as an alternative to `w` in some cases.
2020-10-14Add -search-module and -undo-system to documentationEivind Fonn
2020-10-01Make undo-tree an optional dependencyVasilij Schneidermann
Closes #1074
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
2020-02-22Spelling fixIsak Johansson
I found a spelling error while reading through the documentation.
2019-12-31Docs: fix use of \\[...] to display key sequencesEivind Fonn
2019-12-21Fix typoEivind Fonn
2019-12-21Move FAQ to main documentationEivind Fonn
2019-12-21Document leader key functionalityEivind Fonn
2019-12-19Add texinfo fileEivind Fonn
2019-12-19Use sphinx for documentationEivind Fonn