From kde-devel Sat Mar 05 19:37:28 2005 From: Mikolaj Machowski Date: Sat, 05 Mar 2005 19:37:28 +0000 To: kde-devel Subject: Re: Indentation Message-Id: <200503052037.29098.mikmach () wp ! pl> X-MARC-Message: https://marc.info/?l=kde-devel&m=111006412302059 Dnia sobota, 5 marca 2005 13:56, Gary Cramblitt napisał: > > /************************************************ vim:set ts=4 sw=4 > sts=4: > > Does Kate honor this? I'm guessing that "ts=4" means tab stops at 4, > but I'm not sure what the others are. > ts - tabstop: Number of spaces that a in the file counts for. sw - shiftwidth: Number of spaces to use for each step of (auto)indent. Used for 'cindent', >>, <<, etc. sts - softtabstop: Number of spaces that a counts for while performing editing operations, like inserting a or using . It "feels" like s are being inserted, while in fact a mix of spaces and s is used. This is useful to keep the 'ts' setting at its standard value of 8, while being able to edit like it is set to 'sts'. However, commands like "x" still work on the actual characters. m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Vim Universal Templates http://www.vim.org/scripts/script.php?script_id=1078 CLEWN - http://clewn.sf.net >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<