Commit graph

160 commits

Author SHA1 Message Date
Suraj N. Kurapati b8bb5bd8b0 remove global variable in favor of O(1) hash check 2011-06-09 00:10:28 -07:00
Suraj N. Kurapati 93d4cb73c5 rename constants and variables to reflect filename 2011-06-09 00:10:28 -07:00
Suraj N. Kurapati 415b5c60c7 refactor repeated ZLE region highlighting logic 2011-06-09 00:10:28 -07:00
Suraj N. Kurapati dcc4f7ffb0 put comments ABOVE the code they are meant for 2011-06-09 00:10:27 -07:00
Suraj N. Kurapati 186e240a63 remove debugging logic that writes to /tmp/ok2 2011-06-09 00:10:27 -07:00
Suraj N. Kurapati 26a7f99add refactor calls to _zsh_highlight-zle-buffer func 2011-06-09 00:10:27 -07:00
Suraj N. Kurapati 9fd4576ae7 split dual-roled function into two distinct ones 2011-06-09 00:10:27 -07:00
Sorin Ionescu 56d178984e Removed 'zsh-' prefix. 2011-06-09 00:10:27 -07:00
Suraj N. Kurapati b8c4337ddd escaped newlines and tabs were expanded on recall
Kudos to Sorin Ionescu for finding this same solution independently.

https://github.com/robbyrussell/oh-my-zsh/pull/215#issuecomment-811332

https://github.com/robbyrussell/oh-my-zsh/pull/215#issuecomment-1046603
2011-06-09 00:10:23 -07:00
Suraj N. Kurapati 4e129559a5 import history substring search plugin from fizsh-1.0.1 2011-06-09 00:10:14 -07:00