Comment formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#----------------#
|
||||
# Widget Helpers #
|
||||
#----------------#
|
||||
#--------------------------------------------------------------------#
|
||||
# Widget Helpers #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
# Bind a single widget to an autosuggest widget, saving a reference to the original widget
|
||||
_zsh_autosuggest_bind_widget() {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#--------------------------------#
|
||||
# Global Configuration Variables #
|
||||
#--------------------------------#
|
||||
#--------------------------------------------------------------------#
|
||||
# Global Configuration Variables #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
# Color to use when highlighting suggestion
|
||||
# Uses format of `region_highlight`
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#-------------------------------------#
|
||||
# Handle Deprecated Variables/Widgets #
|
||||
#-------------------------------------#
|
||||
#--------------------------------------------------------------------#
|
||||
# Handle Deprecated Variables/Widgets #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
unset _ZSH_AUTOSUGGEST_DEPRECATED_START_WIDGET_WARNING_SHOWN
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#--------------#
|
||||
# Highlighting #
|
||||
#--------------#
|
||||
#--------------------------------------------------------------------#
|
||||
# Highlighting #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
# If there was a highlight, remove it
|
||||
_zsh_autosuggest_highlight_reset() {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#-------#
|
||||
# Start #
|
||||
#-------#
|
||||
#--------------------------------------------------------------------#
|
||||
# Start #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
# Start the autosuggestion widgets
|
||||
_zsh_autosuggest_start() {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#------------#
|
||||
# Suggestion #
|
||||
#------------#
|
||||
#--------------------------------------------------------------------#
|
||||
# Suggestion #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
# Get a suggestion from history that matches a given prefix
|
||||
_zsh_autosuggest_suggestion() {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#------------------------------------#
|
||||
# Autosuggest Widget Implementations #
|
||||
#------------------------------------#
|
||||
#--------------------------------------------------------------------#
|
||||
# Autosuggest Widget Implementations #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
# Clear the suggestion
|
||||
_zsh_autosuggest_clear() {
|
||||
|
||||
Reference in New Issue
Block a user