Skip to content

Commit 96de487

Browse files
committed
Documented how to configure the multi-array filter on vimrc.
1 parent 9f2fd37 commit 96de487

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ Note that in order to properly work you will need to tweak the neocomplete keywo
1616
```vim
1717
let g:neocomplete#keyword_patterns['php'] = '\h[0-9A-Za-z_\-]*\%\([\[\{][0-9A-Za-z_''"\-\$/% ]*[\]\}]\)*'
1818
```
19+
You also need to configure the filter for buffer candidates source on your vimrc:
20+
21+
```vim
22+
call neocomplete#custom#source('buffer', 'converters', ['converter_multi_array_parts', 'converter_remove_lead_trail_quotes', 'converter_remove_last_paren', 'converter_remove_overlap'])
23+
```
24+
1925
## Screen Shot
2026
![Array Complete Screenshoot](images/neocomplete-multi-array-example.png)

0 commit comments

Comments
 (0)