Files
zyedidia.micro/internal/buffer
Dmitry Maluka de8f4bf72f Fix regressions in buffer settings initialization (#2035)
Fix regressions after ba98b55:

- Unable to override filetype autodetection by setting a specific filetype
  for specific files, i.e. this doesn't work:

    "*.h": {
        "filetype": "c++"
    },

- Unable to enable/disable syntax highlighting for specific files,
  i.e. this doesn't work:

    "*.c": {
        "syntax": false
    },

- "readonly" setting doesn't work (neither global nor per-filetype).
2021-02-22 18:18:37 -05:00
..
2020-10-19 20:36:14 -04:00
2020-09-16 00:08:01 -04:00
2020-07-05 01:12:35 -04:00
2020-09-16 00:08:01 -04:00
2020-05-20 16:47:08 -04:00
2020-09-05 14:52:35 -04:00
2020-10-19 20:36:14 -04:00
2020-09-16 00:08:01 -04:00
2019-12-25 17:05:10 -05:00