mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Don't return current prefix in auto-complete list
This commit is contained in:
parent
06831e555e
commit
f781001280
1 changed files with 8 additions and 10 deletions
|
@ -1,6 +1,4 @@
|
|||
define [
|
||||
"auto-complete/commands"
|
||||
], (commands) ->
|
||||
define [], () ->
|
||||
class Parser
|
||||
constructor: (@doc) ->
|
||||
|
||||
|
@ -84,7 +82,7 @@ define [
|
|||
snippet += "{${#{i}}}"
|
||||
caption += "{}"
|
||||
i++
|
||||
|
||||
unless caption == prefix
|
||||
completions.push {
|
||||
caption: caption
|
||||
snippet: snippet
|
||||
|
|
Loading…
Reference in a new issue