diff --git a/README.md b/README.md index 18ee024..db9e135 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,12 @@ You can also use Vim 8 built-in package manager: ```sh mkdir -p ~/.vim/pack/default/start -git clone https://github.com/McSinyx/vim-octave.git ~/.vim/pack/default/start/vim-polyglot +git clone https://github.com/McSinyx/vim-octave.git ~/.vim/pack/default/start/vim-octave ``` +Note that this plugin contributes to +[vim-polyglot](https://github.com/sheerun/vim-polyglot) language pack. + ## Usage Add the following lines to your `vimrc` diff --git a/indent/octave.vim b/indent/octave.vim index b68986c..b7b5697 100644 --- a/indent/octave.vim +++ b/indent/octave.vim @@ -1,9 +1,9 @@ " Vim indent file -" Language: Octave -" Maintainer: Nguyễn Gia Phong +" Language: Octave +" Maintainer: Nguyễn Gia Phong " Original Maintainer: Marcus Aurelius Farias " First Author: Max Ischenko -" Last Change: 2019-10-11 +" Last Change: 2019-10-16 " Only load this indent file when no other was loaded. if exists("b:did_indent")