跳至內容

nota

Lights will guide you home

年日

十二月 2011
一 二 三 四 五 六 日
« 十一月   一月 »
 1234
567891011
12131415161718
19202122232425
262728293031  

網誌分頁

  • aboutme
  • calendar
  • my youtube
  • timeline

church

  • 生命讀經 生命讀經
  • 生命讀經(Eng)

Fortran

  • GNU Fortran Compiler

Nutshell

  • Advance bash-Scripting

Seismology

  • gmt 模板
  • Seismic Waves in Complex 3-D Structures
  • Seismological Software Library

其他個人網頁

  • bdodo
  • wretch

鏈結

  • facebook 開發文件
  • WordPress 源碼
  • WordPress 開發文件
  • 線代啟示錄

文章分類

以前的文章

站內搜尋

其它

  • 登入
  • 文章 RSS 訂閱
  • 迴響 RSS 訂閱
  • WordPress 台灣正體中文

日期:2011 年 12 月 2 日

read free format .f90 in vim

The default of vim to read .f90 is fixed format, and vim will displays a yellow color when you am beyond 72 column. Then you can change it by use these command

:let fortran_free_source=1

or add the line below in ~/.vimrc

let fortran_free_source=1

from Re: VIM : used for Fortran files .f or .f90

you can also see

:help fortran.vim

發佈於 2011 年 12 月 02 日作者 lemonilin分類 post標籤 vim, 電腦網路留下留言 在 read free format .f90 in vim
自豪的採用 WordPress