master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 49bb25aec6 - Show all commits

View File

@@ -57,7 +57,7 @@ opt.foldmethod = 'expr'
opt.foldexpr = 'nvim_treesitter#foldexpr()'
local function status_line()
local file_name = "%-.16t"
local file_name = "%-.32t"
local modified = " %-m"
local right_align = "%="
local line_no = "%10([%l/%L%)]"