mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
069761e03e
commit
c6c9e5acf7
@ -347,7 +347,7 @@ class ZshCompleter(object): # {{{
|
||||
subcommands.append(';;')
|
||||
|
||||
f.write('\n_calibredb() {')
|
||||
f.write(
|
||||
f.write((
|
||||
r'''
|
||||
local state line state_descr context
|
||||
typeset -A opt_args
|
||||
@ -370,7 +370,7 @@ class ZshCompleter(object): # {{{
|
||||
esac
|
||||
|
||||
return ret
|
||||
'''%'\n '.join(subcommands))
|
||||
'''%'\n '.join(subcommands)).encode('utf-8'))
|
||||
f.write('\n}\n\n')
|
||||
|
||||
def write(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user