File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,6 @@ Returns nil if no completions available."
248
248
; ; for completions list in case of module name or
249
249
; ; identifier prefixes
250
250
(haskell-completions-sync-complete-repl pfx imp)))))
251
- (when (or (equal '(" " ) lst)
252
- (eql nil lst))
253
- ; ; complete things using dabbrev
254
- (setq lst (haskell-completions-dabbrev-completions pfx)))
255
251
(when lst
256
252
(list beg end lst)))))))
257
253
@@ -266,11 +262,5 @@ function is supposed for internal use."
266
262
(concat " import " prefix)
267
263
prefix)))
268
264
269
- (defun haskell-completions-dabbrev-completions (prefix )
270
- " Return completion list for PREFIX using dabbrev facility.
271
- This function is supposed for internal use."
272
- (dabbrev--reset-global-variables )
273
- (dabbrev--find-all-expansions prefix nil ))
274
-
275
265
(provide 'haskell-completions )
276
266
; ;; haskell-completions.el ends here
You can’t perform that action at this time.
0 commit comments