micro/internal
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
..
action Fix #2030: warn for invalid pane type 2021-02-18 19:02:23 -05:00
buffer Fix regressions in buffer settings initialization (#2035) 2021-02-22 18:18:37 -05:00
clipboard Only use internal clipboard on error 2020-12-26 14:45:22 -05:00
config Remove conf highlighting (too many conflicts) 2021-02-20 14:27:58 -05:00
display Fix internal string binding representation 2020-11-05 15:52:25 -05:00
info Clear prompt before callback 2020-11-16 14:07:22 -05:00
lua Make more libraries available (#1917) 2020-11-21 01:46:17 -05:00
screen Enable xterm automatically if screen init fails 2020-09-15 01:11:59 -04:00
shell Fix some quality issues (#1914) 2021-01-09 13:39:21 -05:00
util Fix some quality issues (#1914) 2021-01-09 13:39:21 -05:00
views Fix unsplit crash 2020-02-08 21:06:13 -05:00