Changes between Version 1 and Version 2 of Vim


Ignore:
Timestamp:
08/24/26 20:39:02 (10 days ago)
Author:
sky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Vim

    v1 v2  
    11= Vim =
     2
     3{{{
     4set nofixendofline
     5set smartindent
     6set tabstop=4
     7set shiftwidth=4
     8set expandtab
     9}}}
    210
    311== <EOL> ==