We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e30873 + 9960a3c commit fc1ae24Copy full SHA for fc1ae24
1 file changed
autoload/ctrlp.vim
@@ -89,7 +89,7 @@ let [s:pref, s:bpref, s:opts, s:new_opts, s:lc_opts] =
89
\ 'user_command': ['s:usrcmd', ''],
90
\ 'validate': ['s:validate', ''],
91
\ 'working_path_mode': ['s:pathmode', 'ra'],
92
- \ 'line_prefix': ['s:lineprefix', '> '],
+ \ 'line_prefix': ['s:lineprefix', '> '],
93
\ 'open_single_match': ['s:opensingle', []],
94
\ 'brief_prompt': ['s:brfprt', 0],
95
\ }, {
0 commit comments