Skip to content

Commit

Permalink
change default of from 1 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron89 committed Jul 8, 2016
1 parent 5674cad commit 2e555e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Add export as LaTeX beamer slides (merges PR #206)
- Keybinding to create plainlist item directly. (closes issue #190)
*** Changed
- Changed default value for =g:org_indent= from =1= to =0=. (issue #243)
- Revamped TODO keyword cycling rules. (PR #237)
- In [[syntax/org.vim][syntax/org.vim]], changed `\@<=' with computational faster `\zs'
- Using =<localleader>c[n/N]= to create new plainlist item following
Expand Down
2 changes: 1 addition & 1 deletion indent/org.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" Delete the next line to avoid the special indention of items
if !exists("g:org_indent")
let g:org_indent = 1
let g:org_indent = 0
endif

setlocal foldtext=GetOrgFoldtext()
Expand Down

0 comments on commit 2e555e3

Please sign in to comment.