Merge branch 'man' of http://github.com/codesoap/kakoune
This commit is contained in:
commit
85e2dc6252
|
@ -58,9 +58,9 @@ The page can be a word, or a word directly followed by a section number between
|
||||||
## The completion suggestions display the page number, strip them if present
|
## The completion suggestions display the page number, strip them if present
|
||||||
case "${subject}" in
|
case "${subject}" in
|
||||||
*\([1-8]*\))
|
*\([1-8]*\))
|
||||||
pagenum="${subject##*(}"
|
pagenum="${subject##*\(}"
|
||||||
pagenum="${pagenum%)}"
|
pagenum="${pagenum%\)}"
|
||||||
subject="${subject%%(*}"
|
subject="${subject%%\(*}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user