mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Merge branch 'ns-latest-telepath' into ns-teleditor
This commit is contained in:
@@ -51,6 +51,9 @@ class TokenizedBuffer extends Model
|
||||
@invalidateRow(0)
|
||||
@emit "changed", { start: 0, end: lastRow, delta: 0 }
|
||||
|
||||
@subscribe atom.config.observe 'editor.tabLength', callNow: false, =>
|
||||
@setTabLength(atom.config.getPositiveInt('editor.tabLength'))
|
||||
|
||||
@reloadGrammar()
|
||||
|
||||
# TODO: Remove when everything is a telepath model
|
||||
|
||||
Reference in New Issue
Block a user