Skip to content

Commit

Permalink
Merge pull request marshallward#50 from mcepl/lists_in_notes
Browse files Browse the repository at this point in the history
Preserve indentation of lists in comments.
  • Loading branch information
marshallward authored Dec 26, 2019
2 parents 92f3952 + 56b730a commit 0cc9be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/rst.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function GetRSTIndent()
let psnum = s:get_paragraph_start()
if psnum != 0
if getline(psnum) =~ s:note_pattern
return 3
let ind = 3
endif
endif

Expand Down

0 comments on commit 0cc9be0

Please sign in to comment.