Posts Tagged ‘find’

Customizing Vim CtrlP Find

by Jason Stewart
CtrlP is a popular Vim plugin for jumping to files & buffers by typing a fragment of the path or filename. Its fuzzy-find is a little too fuzzy for my taste. We can fix that with a custom match function! Per CtrlP documentation: Example: let g:ctrlp_match_func = { 'match': 'Function_Name' } Structure of the function: […]

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/eggplant.pro/site/blog/wp-content/themes/eggplant2/inc/nav.php on line 14