We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b25ad0 commit c91fb47Copy full SHA for c91fb47
ftplugin/org.vim
@@ -1,7 +1,7 @@
1
-if exists('b:did_indent')
+if exists('b:did_ftplugin')
2
finish
3
endif
4
-let b:did_indent = 1
+let b:did_ftplugin = 1
5
6
lua require('orgmode.config'):setup_mappings('org')
7
function OrgmodeOmni(findstart, base)
indent/org.vim
-if exists('b:did_ftplugin')
+if exists('b:did_indent')
-let b:did_ftplugin = 1
+let b:did_indent = 1
function! OrgmodeFoldExpr()
return luaeval('require("orgmode.org.indent").foldexpr()')
0 commit comments