CHANGELOG repaint-mode

[ci skip]
This commit is contained in:
Fabian Homborg 2019-04-01 16:14:00 +02:00
parent 99dd6d7394
commit ab92baf671

View file

@ -41,6 +41,7 @@
- `vagrant` - `vagrant`
- The git prompt in informative mode now shows the number of stashes if enabled. - The git prompt in informative mode now shows the number of stashes if enabled.
- The nextd and prevd functions no longer print "Hit end of history", instead using a BEL. - The nextd and prevd functions no longer print "Hit end of history", instead using a BEL.
- If fish_mode_prompt exists, vi-mode will only execute it on mode-switch instead of the entire prompt. This should make it much more responsive with slow prompts (#5783).
### For distributors and developers ### For distributors and developers
- The autotools-based build system and legacy Xcode build systems have been removed, leaving only the CMake build system. All distributors and developers must migrate to the CMake build. - The autotools-based build system and legacy Xcode build systems have been removed, leaving only the CMake build system. All distributors and developers must migrate to the CMake build.