]> code.delx.au - gnu-emacs-elpa/commitdiff
company-yasnippet: Disable cache (#422)
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 29 Nov 2015 16:23:48 +0000 (18:23 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 29 Nov 2015 16:23:48 +0000 (18:23 +0200)
company-yasnippet.el

index 8dac5e9a7134be84de9533453b5d41f96d9383ef..72d1fc2c3392217e7d41455446588b40344b3435 100644 (file)
@@ -132,6 +132,7 @@ shadow backends that come after it.  Recommended usages:
       (unless company-tooltip-align-annotations " -> ")
       (get-text-property 0 'yas-annotation arg)))
     (candidates (company-yasnippet--candidates arg))
+    (no-cache t)
     (post-completion
      (let ((template (get-text-property 0 'yas-template arg))
            (prefix-offset (get-text-property 0 'yas-prefix-offset arg)))