FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
macvim/runtime/indoff.vim at master · macvim-dev/macvim · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
macvim-dev
/
macvim
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
694
Star
7.9k
Code
Issues
187
Pull requests
12
Discussions
Actions
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
macvim
/
runtime
/
indoff.vim
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (10 loc) · 348 Bytes
Breadcrumbs
macvim
/
runtime
/
indoff.vim
Copy path
File metadata and controls
12 lines (10 loc) · 348 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
"
Vim support file to switch off loading indent files for file types
"
"
Maintainer:
The Vim Project <https://github.com/vim/vim>
"
Last Change:
2023 Aug 10
"
Former Maintainer:
Bram Moolenaar <Bram@vim.org>
if
exists
(
"
did_indent_on
"
)
unlet
did_indent_on
endif
"
Remove all autocommands in the filetypeindent group
silent
!
au
!
filetypeindent
*
Back
|
FazBrowse Home
|
New Git URL