Skip to content

Commit

Permalink
Fix alignment in filetype.txt (#12618)
Browse files Browse the repository at this point in the history
There are three spaces because the "<" is concealed.
  • Loading branch information
zeertzjq committed Aug 9, 2023
1 parent 077ade4 commit 0401933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/doc/filetype.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ ways to change this:
You must create a new filetype plugin in a directory early in
'runtimepath'. For Unix, for example you could use this file: >
vim ~/.vim/ftplugin/fortran.vim
< You can set those settings and mappings that you would like to add. Note
< You can set those settings and mappings that you would like to add. Note
that the global plugin will be loaded after this, it may overrule the
settings that you do here. If this is the case, you need to use one of the
following two methods.
Expand All @@ -403,7 +403,7 @@ ways to change this:
You must put the copy in a directory early in 'runtimepath'. For Unix, for
example, you could do this: >
cp $VIMRUNTIME/ftplugin/fortran.vim ~/.vim/ftplugin/fortran.vim
< Then you can edit the copied file to your liking. Since the b:did_ftplugin
< Then you can edit the copied file to your liking. Since the b:did_ftplugin
variable will be set, the global plugin will not be loaded.
A disadvantage of this method is that when the distributed plugin gets
improved, you will have to copy and modify it again.
Expand All @@ -412,7 +412,7 @@ ways to change this:
You must create a new filetype plugin in a directory from the end of
'runtimepath'. For Unix, for example, you could use this file: >
vim ~/.vim/after/ftplugin/fortran.vim
< In this file you can change just those settings that you want to change.
< In this file you can change just those settings that you want to change.

==============================================================================
3. Docs for the default filetype plugins. *ftplugin-docs*
Expand Down

0 comments on commit 0401933

Please sign in to comment.