Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions indent/meson.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ set cpo&vim
let s:maxoff = 50 " maximum number of lines to look backwards for ()

function GetMesonIndent(lnum)
echom getline(line("."))

" If this line is explicitly joined: If the previous line was also joined,
" line it up with that one, otherwise add two 'shiftwidth'
if getline(a:lnum - 1) =~ '\\$'
Expand Down