diff options
author | Pavel Platto <hinidu@gmail.com> | 2015-01-21 23:57:14 +0200 |
---|---|---|
committer | Pavel Platto <hinidu@gmail.com> | 2015-01-21 23:57:14 +0200 |
commit | 02113c328eb4448addae7c8c9260b5c47dd4cb64 (patch) | |
tree | b8594dbc1e36ede17082e1020e7074e99cac57d0 | |
parent | 83d8e87a92df604c54e1cb847afb6714d3633565 (diff) | |
download | rneovim-02113c328eb4448addae7c8c9260b5c47dd4cb64.tar.gz rneovim-02113c328eb4448addae7c8c9260b5c47dd4cb64.tar.bz2 rneovim-02113c328eb4448addae7c8c9260b5c47dd4cb64.zip |
Replace erroneous ft=unix by ff=unix from 7.4.406
-rw-r--r-- | src/nvim/testdir/test100.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/testdir/test100.in b/src/nvim/testdir/test100.in index 083b4324b2..bc1a55e4d3 100644 --- a/src/nvim/testdir/test100.in +++ b/src/nvim/testdir/test100.in @@ -18,7 +18,7 @@ STARTTEST :call FillBuffer() :earlier 10 :call UndoLevel() -:set ft=unix +:set ff=unix :%w! test.out :new two :0put ='TWO: expecting global undolevels: 5, local undolevels: 2 (first) then 10 (afterwards)' @@ -28,7 +28,7 @@ STARTTEST :call UndoLevel() :setlocal ul=10 :call UndoLevel() -:set ft=unix +:set ff=unix :%w >> test.out :wincmd p :redir >>test.out | echo "global value shouldn't be changed and still be 5!" | echo 'ONE: expecting global undolevels: 5, local undolevels: -123456 (default)'|:setglobal undolevels? | echon ' global' | setlocal undolevels? | echon ' local' |echo "" |redir end @@ -37,7 +37,7 @@ STARTTEST :1put ='global value should be changed to 50' :2put ='THREE: expecting global undolevels: 50, local undolevels: -123456 (default)' :call UndoLevel() -:set ft=unix +:set ff=unix :%w >> test.out :"sleep 10 :" |