We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5674cad commit 2e555e3Copy full SHA for 2e555e3
CHANGELOG.org
@@ -18,6 +18,7 @@
18
- Add export as LaTeX beamer slides (merges PR #206)
19
- Keybinding to create plainlist item directly. (closes issue #190)
20
*** Changed
21
+ - Changed default value for =g:org_indent= from =1= to =0=. (issue #243)
22
- Revamped TODO keyword cycling rules. (PR #237)
23
- In [[syntax/org.vim][syntax/org.vim]], changed `\@<=' with computational faster `\zs'
24
- Using =<localleader>c[n/N]= to create new plainlist item following
indent/org.vim
@@ -1,6 +1,6 @@
1
" Delete the next line to avoid the special indention of items
2
if !exists("g:org_indent")
3
- let g:org_indent = 1
+ let g:org_indent = 0
4
endif
5
6
setlocal foldtext=GetOrgFoldtext()
0 commit comments