Michael F. Schönitzer 1d71791b3c
Bugfix exception when executing marker functions
Fixes the exception below that happened for function-markers:
```
Traceback (most recent call last):
  File "/usr/bin/../lib/kitty/kitty/boss.py", line 540, in dispatch_special_key
    return self.dispatch_action(key_action)
  File "/usr/bin/../lib/kitty/kitty/boss.py", line 612, in dispatch_action
    passthrough = f(*key_action.args)
  File "/usr/bin/../lib/kitty/kitty/window.py", line 615, in toggle_marker
    self.screen.set_marker(marker_from_spec(ftype, spec, flags))
  File "/usr/bin/../lib/kitty/kitty/marks.py", line 92, in marker_from_spec
    return marker_from_function(runpy.run_path(path, run_name='__marker__').marker)
```
2020-02-08 19:28:53 +01:00
..
2020-02-06 16:21:32 +01:00
2017-01-09 11:10:41 +05:30
2017-12-20 08:50:09 +05:30
2019-08-01 13:21:26 -05:00
2020-01-15 21:39:13 +05:30
2020-01-15 18:42:37 +05:30
2020-01-28 08:48:00 +05:30
2018-09-06 12:07:09 +01:00
2020-01-26 08:00:06 +05:30
2019-07-01 17:03:47 +05:30
2020-01-30 17:23:42 +08:00
2019-07-07 21:10:15 +02:00
2019-09-24 19:15:35 +02:00
2020-01-30 18:08:25 +08:00
2019-12-24 17:10:33 +05:30
2020-01-31 09:46:16 +05:30
2019-12-22 18:41:07 +01:00
2019-12-22 18:41:07 +01:00
2020-01-13 14:35:17 +01:00
2020-01-30 18:55:58 +05:30
2020-01-15 07:11:34 +05:30
2019-08-26 12:31:15 +02:00
2019-12-08 22:37:47 +05:30
2019-07-01 17:03:47 +05:30
2019-08-01 13:21:26 -05:00
2020-01-30 17:23:42 +08:00
2020-01-13 11:57:19 +05:30
2019-12-19 13:40:08 +01:00
2019-08-26 12:31:15 +02:00