Skip to content

Commit

Permalink
Merge pull request #26 from jrean/patch-1
Browse files Browse the repository at this point in the history
Update README.markdown
  • Loading branch information
arnaud-lb committed Dec 21, 2016
2 parents ec734ba + 755f74a commit ea62c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This vim plugin defines a `PhpSortUse()` you may use in your mappings:
autocmd FileType php inoremap <Leader>s <Esc>:call PhpSortUse()<CR>
autocmd FileType php noremap <Leader>s :call PhpSortUse()<CR>
On top of that, you may want to have the dependencies every time you insert one.
On top of that, you may want to have the dependencies sorted every time you insert one.
To enable this feature, use the dedicated global option:
let g:php_namespace_sort_after_insert = 1
Expand Down

0 comments on commit ea62c4e

Please sign in to comment.