Add documentation comments to surround_plugin.sh

Add comments explaining the surround_plugin implementation
This commit is contained in:
2026-03-05 10:55:28 -05:00
committed by GitHub
parent 902f1e6889
commit a34c939953

View File

@@ -1,3 +1,7 @@
# An implementation of the 'nvim-surround' plugin by kylechui
# that uses shed's keymap system to alter line editor state
_get_surround_target() {
# get the delimiters to surround our selection with
read_key -v _s_ch