Skip to content

Commit fc1ae24

Browse files
committed
Merge pull request #175 from nedbat/patch-1
Change tabs to spaces in one line.
2 parents 6e30873 + 9960a3c commit fc1ae24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ let [s:pref, s:bpref, s:opts, s:new_opts, s:lc_opts] =
8989
\ 'user_command': ['s:usrcmd', ''],
9090
\ 'validate': ['s:validate', ''],
9191
\ 'working_path_mode': ['s:pathmode', 'ra'],
92-
\ 'line_prefix': ['s:lineprefix', '> '],
92+
\ 'line_prefix': ['s:lineprefix', '> '],
9393
\ 'open_single_match': ['s:opensingle', []],
9494
\ 'brief_prompt': ['s:brfprt', 0],
9595
\ }, {

0 commit comments

Comments
 (0)