match vim itself, so this needs an update for 8.1 to unbreak. from feinerer@.
switch to https HOMEPAGE pointed out by rsadowski@.
some files have been updated since distinfo was last generated so switch to
a different subdirectory name to avoid conflicts.
Announcement and main user-visible changes:
https://lists.gnu.org/archive/html/info-gnu/2018-05/msg00014.html
Many thanks to all the folks who tested the pretest and rc tarballs.
Release tested by Gregoire Jadi, Markus Hennecke, krw@ and solene@ on
amd64, sparc64, powerpc, armv7 and arm64. ok krw@ solene@
ok ratchov@
dte is a small and easy to use console text editor.
Features:
* Multiple buffers/tabs
* Unlimited undo/redo
* Search and replace
* Syntax highlighting
* Customizable color schemes
* Customizable key bindings
* Command language with auto-completion
* Jump to definition (using ctags)
* Jump to compiler error
Improvements since 2.9.0:
- A key can be bound to a string -- any mix of text and commands.
- Error messages are shown by default in bright white on red.
- <Tab> and <Shift+Tab> can be used to indent/unindent a marked region.
- Can snip trailing whitespace while typing, with 'set trimblanks'.
- The ability to record and replay a series of keystrokes (a macro).
- Assigned functions to ^S (save file) and ^Q (start backward search).
- Indenting and unindenting have been integrated into the undo system.
- Support for $XDG_CONFIG_HOME for the nanorc file, and $XDG_DATA_HOME
for the history files (of search strings and cursor positions).
OK landry@
upstream hardcodes directories with dictionaries,
we rely on mozilla-dicts - including a patch
to look for dictionaries in that directory.
Patch submitted upstream as:
https://github.com/wereturtle/ghostwriter/pull/285