Comment formatting

This commit is contained in:
Eric Freese
2016-02-14 00:29:43 -07:00
parent b49d002888
commit ebcfc46b72
8 changed files with 42 additions and 42 deletions

View File

@@ -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() {

View File

@@ -1,7 +1,7 @@
#--------------------------------#
# Global Configuration Variables #
#--------------------------------#
#--------------------------------------------------------------------#
# Global Configuration Variables #
#--------------------------------------------------------------------#
# Color to use when highlighting suggestion
# Uses format of `region_highlight`

View File

@@ -1,7 +1,7 @@
#-------------------------------------#
# Handle Deprecated Variables/Widgets #
#-------------------------------------#
#--------------------------------------------------------------------#
# Handle Deprecated Variables/Widgets #
#--------------------------------------------------------------------#
unset _ZSH_AUTOSUGGEST_DEPRECATED_START_WIDGET_WARNING_SHOWN

View File

@@ -1,7 +1,7 @@
#--------------#
# Highlighting #
#--------------#
#--------------------------------------------------------------------#
# Highlighting #
#--------------------------------------------------------------------#
# If there was a highlight, remove it
_zsh_autosuggest_highlight_reset() {

View File

@@ -1,7 +1,7 @@
#-------#
# Start #
#-------#
#--------------------------------------------------------------------#
# Start #
#--------------------------------------------------------------------#
# Start the autosuggestion widgets
_zsh_autosuggest_start() {

View File

@@ -1,7 +1,7 @@
#------------#
# Suggestion #
#------------#
#--------------------------------------------------------------------#
# Suggestion #
#--------------------------------------------------------------------#
# Get a suggestion from history that matches a given prefix
_zsh_autosuggest_suggestion() {

View File

@@ -1,7 +1,7 @@
#------------------------------------#
# Autosuggest Widget Implementations #
#------------------------------------#
#--------------------------------------------------------------------#
# Autosuggest Widget Implementations #
#--------------------------------------------------------------------#
# Clear the suggestion
_zsh_autosuggest_clear() {