From ec68b6a71248ba34ede01990ec075a13feeaba84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Fr=C3=B6jdholm?= Date: Thu, 4 Apr 2019 04:46:20 +0200 Subject: [PATCH] Add Python 3.7 breakpoint to list of built-in functions. --- rc/filetype/python.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/python.kak b/rc/filetype/python.kak index fb9477b9..9084dd1c 100644 --- a/rc/filetype/python.kak +++ b/rc/filetype/python.kak @@ -86,7 +86,7 @@ evaluate-commands %sh{ types="bool|buffer|bytearray|bytes|complex|dict|file|float|frozenset|int" types="${types}|list|long|memoryview|object|set|str|tuple|unicode|xrange" - functions="abs|all|any|ascii|bin|callable|chr|classmethod|compile|complex" + functions="abs|all|any|ascii|bin|breakpoint|callable|chr|classmethod|compile|complex" functions="${functions}|delattr|dict|dir|divmod|enumerate|eval|exec|filter" functions="${functions}|format|frozenset|getattr|globals|hasattr|hash|help" functions="${functions}|hex|id|__import__|input|isinstance|issubclass|iter"